Sip error during installation
MarioSalgado opened this issue · 7 comments
Hello Fran6co,
Thanks for doing this formula :) I'm getting the following error:
Error: /usr/local/opt/sip not present or broken
Please reinstall sip. Sorry :(
I'm installing this in a fresh Mavericks, just got Xcode nothing more.
Can you help me?
Full log here: http://pastebin.com/FgDmnvvq
Thanks
I actually got it to work but when i try to compile a project with CMake i get this:
-- checking for module 'openni-dev'
-- package 'openni-dev' not found
-- Could NOT find openni (missing: OPENNI_LIBRARY OPENNI_INCLUDE_DIRS)
** WARNING ** io features related to openni will be disabled
-- checking for module 'openni2-dev'
-- package 'openni2-dev' not found
-- Could NOT find OpenNI2 (missing: OPENNI2_LIBRARY OPENNI2_INCLUDE_DIRS)
** WARNING ** io features related to openni2 will be disabled
** WARNING ** io features related to pcap will be disabled
** WARNING ** io features related to png will be disabled
-- checking for module 'openni-dev'
-- package 'openni-dev' not found
-- Could NOT find openni (missing: OPENNI_LIBRARY OPENNI_INCLUDE_DIRS)
** WARNING ** visualization features related to openni will be disabled
-- checking for module 'openni2-dev'
-- package 'openni2-dev' not found
-- Could NOT find OpenNI2 (missing: OPENNI2_LIBRARY OPENNI2_INCLUDE_DIRS)
** WARNING ** visualization features related to openni2 will be disabled
-- checking for module 'openni-dev'
-- package 'openni-dev' not found
-- Could NOT find openni (missing: OPENNI_LIBRARY OPENNI_INCLUDE_DIRS)
** WARNING ** apps features related to openni will be disabled
CMake Error at /usr/local/share/pcl-1.7/PCLConfig.cmake:49 (message):
simulation is required but glew was not found
Call Stack (most recent call first):
/usr/local/share/pcl-1.7/PCLConfig.cmake:503 (pcl_report_not_found)
/usr/local/share/pcl-1.7/PCLConfig.cmake:666 (find_external_library)
CMakeLists.txt:5 (find_package)
-- Configuring incomplete, errors occurred!
I've already installed OpenNI2 with Homebrew, do you know how can i solve this?
Sorry about all this i'm still very new to PCL and Homebrew.
Did you do:
brew tap homebrew/science
?
Oh, I had a look at your log. Uhmm, I'll check what's wrong.
Try to install openni manually, it looks like a homebrew issue:
brew install openni
brew install openni2
I contributed the openni2 formula to the homebrew-science just yesterday, so you could try to do an update:
brew update
Hi, I installed sip with brew manually:
brew install sip
And already work!
Hi how did you all solve this error, I am still getting:
simulation is required but glew was not found
Are you using homebrew/homebrew-science tap? The formula moved there.