-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Build error Ubuntu 14.04 #3448
Comments
Looks like this error is coming out of TM2 module and since I don't intend to use it, I was able to disable it by explicitly specifying -DBUILD_WITH_TM2=false flag (build configuration file says it's disabled by default). I encountered multiple ISO warnings (see attached |
Hi banuprathap, If you don't need TM265 module for now, try a quick test: Thanks! |
I have the same problem when I use the D415 camera in Ubuntu 14.04. But I didn't meet this problem in another computer with Ubuntu 16.04. Why? |
how to add this "-DBUILD_WITH_TM2=false" to make? |
Hi caozhenn, Sorry for the confusion. It is one of the build configuration with cmake: https://github.com/IntelRealSense/librealsense/wiki/Build-Configuration On the other side, is your 14.04 a 32-bit or 64-bit system? Thanks! |
When I input uname --m, it shows i686, so I guess it's 32-bit. |
Hi caozhenn, To what I known, 64-bit should show "x86_64" in uname -a output. Not sure if you can try again with a fresh build, and do "cmake ../ -DBUILD_WITH_TM2=false". Thanks! |
Hi caozhenn, Wonder if there is any update? Thanks! |
Hi caozhenn, Do you still need help on this one? If nothing else, it will be closed out soon. Thanks! |
Issue Description
Build fails in TM2 with compile error.
I followed the instructions from here.
Please see attached file for complete log.
librealsense.log
The text was updated successfully, but these errors were encountered: