andyfischer/circa

ImprovAlpha4 crashes on launch (dynamic linking errors)

markluffel opened this issue · 1 comments

OS Version: Mac OS X 10.6.8 (10K549)
Exception Type: EXC_BREAKPOINT (SIGTRAP)
Dyld Error Message:
Library not loaded: /usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/QtGui
Referenced from: /Users/markluffel/Downloads/ImprovAlpha4/ImprovAlpha4.app/Contents/MacOS/../Frameworks/QtOpenGL.framework/Versions/4/QtOpenGL
Reason: image not found


Library not loaded: /usr/X11/lib/libpng15.15.dylib
Referenced from: /Users/markluffel/Downloads/ImprovAlpha4/ImprovAlpha4.app/Contents/MacOS/../Frameworks/QtGui.framework/Versions/4/QtGui
Reason: image not found


I imagine this can be fixed in the XCode build.
It all runs after I copy the libraries from inside the .app to where they expect each other to be.

Thanks much for this research. I think the way that I assembled ImprovAlpha4.app was pretty hacky. (I tried to use command-line tools instead of creating a proper Xcode project).