[PyQt] pyqtdeploy OSX make: "ld: warning: could not create compact unwind for _ffi_call_unix64"
David Cortesi
davecortesi at gmail.com
Tue Feb 17 21:00:44 GMT 2015
Trying to deploy a native app on OSX 10.10, XCode 6, pyqtdeploy0.10.
The final step (link) in the Makefile fails with the message
> ld: warning: could not create compact unwind for _ffi_call_unix64: does
not use RBP or RSP based frame
It leaves the .app folder partly built.
Searching on the message shows people had problems with it circa XCode 4
but the then-proposed solution, adding -no-compact-unwind to the LFLAGS, is
not recognized by current XCode/clang.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20150217/d5155dcf/attachment.html>
More information about the PyQt
mailing list