-
Notifications
You must be signed in to change notification settings - Fork 49
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
Workspace Build Error with cmake_common_scripts #127
Comments
The name of The CI builds are also failing because the current |
I'm not sure if this flag shows up if you use the CMake GUI, but it definitely exists and is probably worth turning on. You can do this when running
You can also
This is an argument for
|
Awesome. Thanks for the breakdown in such clarity. This was helpful. I successfully built the package in my workspace. I'm better understanding how make/cmake/ccmake function together to build source code. |
Note: The updated name reference is part of a PR here: #126 |
Relatively new user here working in Melodic. I'm trying to build Noether and running into some build errors.
I've noted Issue/PR # 93 # 98
I'd any appreciate any guidance others have. Still learning. Thanks!
VTK_viewer call for Cmake_Common_Scripts
Normally if I'd see this error, I would look for a cmakelist file or similar.
PCL Build
The only exception I made when following the build guide was prior to building PCL, I was unable to find a flag
PCL_ENABLE_SSE
. A number of warnings (? my word, not explicit) flagged inopennurbs
when building, but no errors stopped the build.I do not know how to pass the
-DNURBS_FOUND=ON/OFF
flag noted in Issue# 98. I don't think this related to my current issue.Side Note
I do see a number of developer warnings when building the
noether_filtering
package, but it does successfully build (with a note that PCL NURBS was found).The text was updated successfully, but these errors were encountered: