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 #9

Closed
thomasgi opened this issue Feb 2, 2015 · 1 comment
Closed

pivy failed to build on 10.9.5 #9

thomasgi opened this issue Feb 2, 2015 · 1 comment

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

Duplicate Issue. See #10

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

2 participants