Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Boost Library Import #16

Closed
zemahran opened this issue Apr 28, 2018 · 1 comment
Closed

Boost Library Import #16

zemahran opened this issue Apr 28, 2018 · 1 comment

Comments

@zemahran
Copy link

For some reason, when i compile the evaluation code, all the import lines aren't read as they are written in angle brackets <import xx>. but when i change them to double quotations "import xx", it works. i can't just change all the import lines of the Boost library files as they are all pointing to each other, so this is an impossible process. how did you manage the Boost library files? is there a specific way by which i should organize those files?

@zemahran
Copy link
Author

i solved this using:
g++ -I /path/to/boost_1_67_0 evaluate_object_3d_offline.cpp -o evaluate_object_3d_offline

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant