-
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 failure #728
Comments
Hi @wexi |
It's my first build attempt and it is failing. Here is how: CMakeFiles/realsense2.dir/build.make:326: recipe for target 'CMakeFiles/realsense2.dir/src/error-handling.cpp.o' failed Line 326 of the a/m makefile is: This error-handling.cpp is not missing. How can I turn on debug logging of the build process? |
Hi @wexi The librealsense2 (tag: 2.8.0) build should be fine. My build machine is Ubuntu 16.04 + kernel 4.4.0.97. Please check below instructions to see if you see the same issue: |
Hi, Unfortunately going back to "2.8.0" did not help, same build error and same error going forward with the "development" branch: CMakeFiles/realsense2.dir/build.make:326: recipe for target 'CMakeFiles/realsense2.dir/src/error-handling.cpp.o' failed I am not experienced with cmake. Is there a standard way to tell it to build a Makefile with a more meaningful debug output? uname -a |
Hi@ wexi, |
master branch now builds fine. Thanks. |
enoch@dome:~/librealsense/build$ uname -a
Linux dome 4.13.0-16-generic #19-Ubuntu SMP Wed Oct 11 18:35:14 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
Commit 67cdafe
CMakeFiles/realsense2.dir/build.make:326: recipe for target 'CMakeFiles/realsense2.dir/src/error-handling.cpp.o' failed
make[2]: *** [CMakeFiles/realsense2.dir/src/error-handling.cpp.o] Error 1
The text was updated successfully, but these errors were encountered: