Ich versuche die snapshots von Qt4 zu kompilieren. Jedoch tritt immer der gleiche Fehler auf.
Code: Alles auswählen
make[2]: Entering directory `/usr/src/qt-x11-opensource-4.0.0-b2-snapshot-20050127/tools/assistant'
/usr/src/qt-x11-opensource-4.0.0-b2-snapshot-20050127/bin/uic -3 /usr/src/qt-x11-opensource-4.0.0-b2-snapshot-20050127/bin/uic3 finddialog.ui -o ui_finddialog.h
/usr/src/qt-x11-opensource-4.0.0-b2-snapshot-20050127/bin/uic: Symbol `_ZN7QString11shared_nullE' has different size in shared object, consider re-linking
/usr/src/qt-x11-opensource-4.0.0-b2-snapshot-20050127/bin/uic: error while loading shared libraries: /usr/src/qt-x11-opensource-4.0.0-b2-snapshot-20050127/bin/uic: undefined symbol: _ZN12QLibraryInfo8locationENS_15LibraryLocationE
make[2]: *** [ui_finddialog.h] Fehler 127
make[2]: Leaving directory `/usr/src/qt-x11-opensource-4.0.0-b2-snapshot-20050127/tools/assistant'
make[1]: *** [sub-assistant-all-ordered] Fehler 2
make[1]: Leaving directory `/usr/src/qt-x11-opensource-4.0.0-b2-snapshot-20050127/tools'
make: *** [sub-tools-all-ordered] Fehler 2