Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pivy failed to build on 10.9.5 #10

Closed
thomasgi opened this issue Feb 2, 2015 · 3 comments
Closed

pivy failed to build on 10.9.5 #10

thomasgi opened this issue Feb 2, 2015 · 3 comments

Comments

@thomasgi
Copy link

thomasgi commented Feb 2, 2015

When building pivy clang fails to create the shared library _soqt.so, because it is unable to find QtGui and QtCore:

clang++ -bundle -undefined dynamic_lookup -L/usr/local/lib -L/usr/local/opt/sqlite/lib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk build/temp.macosx-10.9-x86_64-2.7/pivy/gui/soqt_wrap.o -o build/lib/pivy/gui/_soqt.so -L/usr/local/opt/coin/lib -Wl,-framework,OpenGL -Wl,-multiply_defined,suppress -lSoQt -F/usr/local/Cellar/qt/4.8.6/lib -framework QtOpenGL QtGui QtCore -lCoin -lpthread
clang: error: no such file or directory: 'QtGui'
clang: error: no such file or directory: 'QtCore'
error: command 'clang++' failed with exit status 1

https://gist.github.com/69514e7589573bf83656

@sanelson
Copy link
Collaborator

I believe that you'll get this exact problem if Coin is not built with the options specified below:

brew install --without-framework --without-soqt sanelson/freecad/coin

I've updated the README to reflect this for the build instructions. Let me know if you are still having an issue with this.

@evansharp
Copy link

evansharp commented Sep 21, 2016

If you're here with this issue, the problem is that OS X does not ship with Murcurial, which is the source engine used by Bitbucket where the pivy source is being cloned.

If you run brew install hg first and then brew install freecad you'll get pivy installed, but then run into issue #18.

See pull #17 where this is being addressed.

@bblacey
Copy link
Collaborator

bblacey commented Oct 3, 2016

Pull request #17 has been merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants