Closed ky0on closed 10 years ago
I also get this. PCL compiles nicely(thanks for this!) but where has the visualization gone?
Did it compile on Mavericks?
@ky0on Could you run it with:
brew install -vd pcl --HEAD --with-openni
and post the output?
Thanks!
Remember to do a brew update first, I did fix a bug that could cause that.
@ubuntuslave It did compile yesterday(on Mavericks). Today after update not. I get the following output:
~$ brew install -vd fran6co/cv/pcl --HEAD --with-openni
/usr/local/Library/brew.rb: loading /usr/local/Library/Taps/fran6co-cv/pcl.rb
/usr/local/Library/brew.rb: loading /usr/local/Library/Formula/cmake.rb
/usr/local/Library/brew.rb: loading /usr/local/Library/Formula/pkg-config.rb
/usr/local/Library/brew.rb: loading /usr/local/Library/Formula/boost.rb
/usr/local/Library/brew.rb: loading /usr/local/Library/Formula/eigen.rb
/usr/local/Library/brew.rb: loading /usr/local/Library/Formula/flann.rb
/usr/local/Library/brew.rb: loading /usr/local/Library/Formula/hdf5.rb
/usr/local/Library/brew.rb: loading /usr/local/Library/Formula/szip.rb
/usr/local/Library/brew.rb: loading /usr/local/Library/Formula/cminpack.rb
/usr/local/Library/brew.rb: loading /usr/local/Library/Formula/qhull2011.rb
/usr/local/Library/brew.rb: loading /usr/local/Library/Formula/libusb.rb
/usr/local/Library/brew.rb: loading /usr/local/Library/Formula/autoconf.rb
/usr/local/Library/brew.rb: loading /usr/local/Library/Formula/automake.rb
/usr/local/Library/brew.rb: loading /usr/local/Library/Formula/libtool.rb
/usr/local/Library/brew.rb: loading /usr/local/Library/Formula/glew.rb
/usr/local/Library/brew.rb: loading /usr/local/Library/Formula/qt.rb
/usr/local/Library/brew.rb: loading /usr/local/Library/Formula/python.rb
/usr/local/Library/Taps/fran6co-cv/pcl.rb: loading /usr/local/Library/Formula/cmake.rb
/usr/local/Library/Taps/fran6co-cv/pcl.rb: loading /usr/local/Library/Formula/pkg-config.rb
/usr/local/Library/Taps/fran6co-cv/pcl.rb: loading /usr/local/Library/Formula/boost.rb
/usr/local/Library/Taps/fran6co-cv/pcl.rb: loading /usr/local/Library/Formula/eigen.rb
/usr/local/Library/Taps/fran6co-cv/pcl.rb: loading /usr/local/Library/Formula/flann.rb
/usr/local/Library/Taps/fran6co-cv/pcl.rb: loading /usr/local/Library/Formula/hdf5.rb
/usr/local/Library/Taps/fran6co-cv/pcl.rb: loading /usr/local/Library/Formula/szip.rb
/usr/local/Library/Taps/fran6co-cv/pcl.rb: loading /usr/local/Library/Formula/cminpack.rb
/usr/local/Library/Taps/fran6co-cv/pcl.rb: loading /usr/local/Library/Formula/qhull2011.rb
/usr/local/Library/Taps/fran6co-cv/pcl.rb: loading /usr/local/Library/Formula/libusb.rb
/usr/local/Library/Taps/fran6co-cv/pcl.rb: loading /usr/local/Library/Formula/autoconf.rb
/usr/local/Library/Taps/fran6co-cv/pcl.rb: loading /usr/local/Library/Formula/automake.rb
/usr/local/Library/Taps/fran6co-cv/pcl.rb: loading /usr/local/Library/Formula/libtool.rb
/usr/local/Library/Taps/fran6co-cv/pcl.rb: loading /usr/local/Library/Formula/glew.rb
/usr/local/Library/Taps/fran6co-cv/pcl.rb: loading /usr/local/Library/Formula/qt.rb
/usr/local/Library/Taps/fran6co-cv/pcl.rb: loading /usr/local/Library/Formula/git.rb
/usr/local/Library/Taps/fran6co-cv/pcl.rb: loading /usr/local/Library/Formula/python.rb
==> Writing /usr/local/lib/python2.7/site-packages/sitecustomize.py
==> Cloning https://github.com/PointCloudLibrary/pcl.git
git --git-dir /Library/Caches/Homebrew/pcl--git/.git status -s
Updating /Library/Caches/Homebrew/pcl--git
git config remote.origin.url https://github.com/PointCloudLibrary/pcl.git
git config remote.origin.fetch +refs/heads/master:refs/remotes/origin/master
git fetch origin
remote: Counting objects: 17, done.
remote: Compressing objects: 100% (3/3), done.
remote: Total 12 (delta 9), reused 12 (delta 9)
Unpacking objects: 100% (12/12), done.
From https://github.com/PointCloudLibrary/pcl
2fdc20e..c09cbf7 master -> origin/master
git checkout -f master
Already on 'master'
Your branch is behind 'origin/master' by 3 commits, and can be fast-forwarded.
(use "git pull" to update your local branch)
git reset --hard origin/HEAD
HEAD is now at c09cbf7 Merge pull request #377 from fran6co/patch-2
git reset --hard origin/HEAD
HEAD is now at c09cbf7 Merge pull request #377 from fran6co/patch-2
git checkout-index -a -f --prefix=/private/tmp/pcl-VpHP/
==> Downloading patches
/usr/bin/curl -f#LA Homebrew 0.9.5 (Ruby 1.8.7-358; Mac OS X 10.9) https://github.com/PointCloudLibrary/pcl/pull/377.patch -o 001-homebrew.diff
######################################################################## 100.0%
==> Patching
/usr/bin/patch -f -p1 -i 000-homebrew.diff
patching file cmake/Modules/FindQhull.cmake
Hunk #1 succeeded at 47 with fuzz 1.
patching file cmake/Modules/FindGLEW.cmake
/usr/bin/patch -f -p1 -i 001-homebrew.diff
patching file io/tools/openni_pcd_recorder.cpp
Hunk #1 FAILED at 59.
1 out of 1 hunk FAILED -- saving rejects to file io/tools/openni_pcd_recorder.cpp.rej
patching file io/tools/openni_pcd_recorder.cpp
Hunk #1 FAILED at 60.
1 out of 1 hunk FAILED -- saving rejects to file io/tools/openni_pcd_recorder.cpp.rej
Error: Failure while executing: /usr/bin/patch -f -p1 -i 001-homebrew.diff
/usr/local/Library/Homebrew/utils.rb:121:in safe_system' /usr/local/Library/Homebrew/formula.rb:647:in
patch'
/usr/local/Library/Homebrew/patches.rb:27:in each' /usr/local/Library/Homebrew/patches.rb:27:in
each'
/usr/local/Library/Homebrew/formula.rb:641:in patch' /usr/local/Library/Homebrew/formula.rb:270:in
brew'
/usr/local/Library/Homebrew/formula.rb:626:in stage' /usr/local/Library/Homebrew/resource.rb:63:in
unpack'
/usr/local/Library/Homebrew/extend/fileutils.rb:21:in mktemp' /usr/local/Library/Homebrew/resource.rb:60:in
unpack'
/usr/local/Library/Homebrew/resource.rb:53:in stage' /usr/local/Library/Homebrew/formula.rb:624:in
stage'
/usr/local/Library/Homebrew/formula.rb:268:in brew' /usr/local/Library/Homebrew/build.rb:146:in
install'
/usr/local/Library/Homebrew/build.rb:45:in `main'
/usr/local/Library/Homebrew/build.rb:12
/usr/local/Library/Taps/fran6co-cv/pcl.rb:64
@MartinHjelm Oh, https://github.com/PointCloudLibrary/pcl/pull/377 got merged upstream. 8bafac044c4e954d80d8857c8cd4ce4aff78a3b4 should fix that for you. Sorry about that.
Awesomeness!! Compiles on Mavericks. With the visualization folder as well. Thank you so much for this! My life just became 100% less headache. Output was kind of long and I forgot to send it to a file. However there seems to be no warnings or errors. Kudos.
Awesome!
I installed PCL (
brew install pcl --HEAD --with-openni
), and the installation have been successfully finished. However I can't find the visualization folder in/usr/local/Cellar/pcl/HEAD/include/pcl-1.7/pcl
.