You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following errors when executing ./src/catkin/bin/catkin_make_isolated --install as suggested by the build instructions for OS X (I'm on 10.8.2).
fatal error: too many errors emitted, stopping now [-ferror-limit=]
4 errors generated.
make[2]: *** [io/tools/ply/CMakeFiles/pcl_ply2obj.dir/ply2obj.cpp.o] Error 1
make[1]: *** [io/tools/ply/CMakeFiles/pcl_ply2obj.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
4 errors generated.
make[2]: *** [io/tools/ply/CMakeFiles/pcl_ply2raw.dir/ply2raw.cpp.o] Error 1
make[1]: *** [io/tools/ply/CMakeFiles/pcl_ply2raw.dir/all] Error 2
20 errors generated.
make[2]: *** [io/tools/ply/CMakeFiles/pcl_ply2ply.dir/ply2ply.cpp.o] Error 1
make[1]: *** [io/tools/ply/CMakeFiles/pcl_ply2ply.dir/all] Error 2
Linking CXX executable ../../../bin/pcl_plyheader
clang: warning: unknown warning option '-Wl'
[ 8%] Built target pcl_plyheader
37 warnings generated.
37 warnings generated.
37 warnings generated.
Linking CXX shared library ../lib/libpcl_common.dylib
clang: warning: unknown warning option '-Wl'
[ 8%] Built target pcl_common
37 warnings generated.
Linking CXX shared library ../lib/libpcl_octree.dylib
clang: warning: unknown warning option '-Wl'
[ 8%] Built target pcl_octree
make: *** [all] Error 2
<== Failed to process package 'pcl':
Command '/Users/alex/ros_catkin_ws/install_isolated/env.sh make -j8 -l8' returned non-zero exit status 2
Reproduce this error by running:
==> /Users/alex/ros_catkin_ws/install_isolated/env.sh make -j8 -l8
I get the following errors when executing
./src/catkin/bin/catkin_make_isolated --install
as suggested by the build instructions for OS X (I'm on 10.8.2).This seems to be a regression of some sort, judging many people have had this before, but evidently for different reasons (I checked the pcl_find_ros.cmake and it looks up-to-date w.r.t. https://github.com/ros-gbp/pcl-release/commits/bf43ffc0eebca4042c6765319c4dd211409d7ace/cmake/pcl_find_ros.cmake).
Any ideas here??
The text was updated successfully, but these errors were encountered: