I just upgraded to Qt 4.3, and now when I build my Xcode project, I get this linker warning from Xcode:
"/usr/bin/ld: warning prebinding disabled because dependent library: QtXml.framework/Versions/4/QtXml is not prebound"
Previously I was using Qt 4.2.3, which I compiled myself from the sources, and had no such warning. But now, sure enough, when my program runs, as soon as it hits the first call to a routine in the QtXml library, my program crashes and burns. Any ideas as to why? What can I do to fix? Routines from the QtNetwork library link and run fine. Just QtXml.
I installed Qt 4.3 using the binary install .dmg from the Trolltech website, and also by complining the .tar sources from scratch. Both give me the same linker prebinding warning.
I have a black MacBook with 10.4.10 Tiger. I create my Xcode project using "qmake -spec macx-xcode myproj.pro".
Steve Kaiser
UC Irvine, Chemistry Dept.
skaiser@uci.edu
Bookmarks