You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, without them, I get the following compilation errors:
In file included from /home/benjamin/github/BoomHS/main.cxx:13:
In file included from /home/benjamin/github/BoomHS/external/ecst/include/ecst.hpp:12:
In file included from /home/benjamin/github/BoomHS/external/ecst/include/./ecst/aliases.hpp:8:
/home/benjamin/github/BoomHS/external/ecst/include/./ecst/./aliases/assert.hpp:8:10: fatal error: 'vrm/core/assert.hpp' file not found
include <vrm/core/assert.hpp>
End of search list.
In file included from /home/benjamin/github/BoomHS/main.cxx:13:
In file included from /home/benjamin/github/BoomHS/external/ecst/include/ecst.hpp:12:
In file included from /home/benjamin/github/BoomHS/external/ecst/include/./ecst/aliases.hpp:8:
In file included from /home/benjamin/github/BoomHS/external/ecst/include/./ecst/./aliases/assert.hpp:8:
In file included from /home/benjamin/github/BoomHS/external/ecst/extlibs/vrm_core/include/vrm/core/assert.hpp:8:
/home/benjamin/github/BoomHS/external/ecst/extlibs/vrm_core/include/vrm/core/assert/static_assert_macros.hpp:8:10: fatal error: 'vrm/pp/utils.hpp' file not found
Hi, I'm wondering if you can see an easier way (for me the user) to get all the necessary include paths into my project more easily.
To add #include <ecst.hpp> to my main.cxx file, I needed to add all the following paths to my include path:
bjadamson/BoomHS@eb25b32#diff-b38877107b6e8fb2bd916d913746eb6cR25
Is there a way to make it so I only need to add the following to my include path?
These two shouldn't be necessary, do we agree?
However, without them, I get the following compilation errors:
The text was updated successfully, but these errors were encountered: