Failed to process package 'pcl' [closed]
Note: links are disguised since the forum won't let me post them. Please recover them accordingly.
I get the following errors when executing ./src/catkin/bin/catkin_make_isolated --install
as suggested by the build instructions for OS X (v10.8.2) (see here).
You can view my complete shell log for the installation command here.
This seems to be a regression bug of some sort, judging by the fact that many people have had similar error messages before, though seemingly for different reasons (I checked the pcl_find_ros.cmake
file and it looks up-to-date, since this seemed to be the culprit previously).
Any ideas here, folks?
Here's the full log btw: https://gist.github.com/alexreg/5001646
The problem seems to have been reported here, by the way: http://www.pcl-users.org/Can-t-build-the-trunk-PLY-Problems-td4019193.html -- it exists in the latest (1.6.0) release of PCL.
Despite a fix being committed over 6 months ago...
@Dan Lazewatsky: Yeah, though that specific fix seems to have been incorporated. This is independent, unless I'm mistaken. Any luck with it?
@Dan Lazewatsky: I see that PCL offers an OS X download/installer. Is that a sufficient substitute for the version of PCL included, you think? http://pointclouds.org/downloads/macosx.html
I think there is some magic that happens in the version included with ROS, but I'm not sure. @William might know more.
I am not sure that will work, but you can try to build pcl_ros on top of the installer version of PCL. I think it might not work due to the way PCL includes ROS messages as part of its design, but you can try it.
Yeah, no luck unfortunately! The PCL build really is badly broken on OS X. :/