ros / homebrew-deps

Homebrew Formula for common system ROS dependencies
8 stars 54 forks source link

pcl formula broken #7

Closed jmtatsch closed 9 years ago

jmtatsch commented 9 years ago

brew install pcl --HEAD
==> Installing pcl from ros/homebrew-deps ==> Cloning https://github.com/PointCloudLibrary/pcl.git Cloning into '/Library/Caches/Homebrew/pcl--git'... remote: Counting objects: 3860, done. remote: Compressing objects: 100% (3146/3146), done. remote: Total 3860 (delta 933), reused 2357 (delta 573) Receiving objects: 100% (3860/3860), 66.06 MiB | 2.40 MiB/s, done. Resolving deltas: 100% (933/933), done. Checking connectivity... done. ==> mkdir build ==> cmake -DCMAKE_INSTALL_PREFIX='/usr/local/Cellar/pcl/HEAD' -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev .. ==> make install make[2]: * No rule to make target /usr/local/Cellar/qt/4.8.5/lib/QtGui.framework', needed bylib/libpcl_surface.1.8.0.dylib'. Stop. make[2]: * Waiting for unfinished jobs.... [ 27%] Building CXX object surface/CMakeFiles/pcl_surface.dir/src/3rdparty/poisson4/marching_cubes_poisson.cpp.o make[1]: * [surface/CMakeFiles/pcl_surface.dir/all] Error 2 make: * [all] Error 2


I don't know why it tries to use qt 4.8.5 as there is only 4.8.6 installed. Reinstalling qt doesnt help either. Can someone help?

jmtatsch commented 9 years ago

uninstalled homebrew completely, that solved it