Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem of compiling the demo #9

Open
YantianZha opened this issue Apr 8, 2018 · 1 comment
Open

Problem of compiling the demo #9

YantianZha opened this issue Apr 8, 2018 · 1 comment

Comments

@YantianZha
Copy link

Hello,

I'm having a problem of compiling the "track_space_justin_demo.cpp" file in the demo. I used the command "g++ -I Pangolin/include/ -I Pangolin/build/src/include/ -I /usr/include/eigen3/ -I /usr/local/cuda/include/ -I src/ dartExample/track_space_justin_demo.cpp -std=c++11
". The screenshot of some parts of the error is shown below:
screenshot from 2018-04-08 12-05-1311

Thanks!

@Reschivon
Copy link

Dart includes CUDA code which is compiled with nvcc, Nvidia's compiler with gpu extensions for c++. You should compile using cmake instead of doing it directly

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

No branches or pull requests

2 participants