-
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
Compilation error. #6346
Comments
Hi malapatiravi, |
... @malapatiravi, in addition to what @RealSenseSupport suggested, most likely you can find error message during CMake (before compilation) about not detecting internet connection. If it is possible I would suggest looking into that as well. Perhaps you need to configure proxy settings (depends on your network) |
@malapatiravi I also notice that you are using -DENFORCE_METADATA=true ... you have listed Ubuntu as your OS, and the build settings information page says that the build will break if -DENFORCE_METADATA is set to True and the Windows SDK is not installed. My understanding is that with Linux, metadata support would normally be added by patching support in when compiling from source or by building the SDK on an internet-connected computing device using the RUSB backend "bypass" method listed below: cmake ../ -DFORCE_RSUSB_BACKEND=true -DCMAKE_BUILD_TYPE=release -DBUILD_EXAMPLES=true -DBUILD_GRAPHICAL_EXAMPLES=true |
adding -DBUILD_WITH_TM2=false flag worked |
Compilation Error while compiling with Ubuntu 16
I am trying to compile the librealsense and install in ubuntu 16 and i have the following error.
Steps i followed.
This system has two Realsense cameras already running so prerequisites is not a problem. I have reinstalled all the kernel patch and prerequisites.
I am facing the same problem with 2.33.1 and 2.34.1. Please let me know if i am doing something wrong. Earlier i was able to build using the same configuration as above.
The text was updated successfully, but these errors were encountered: