Indeed building qt3 seems to be broken. Benjamin Reed (the maintainer of qt3) is aware of these problems and is now trying to figure it out with the guys of Trolltech.
I have the same experiences as mentioned by everybody. Also I have removed any files with *qt* on my computer but a totally fresh build failed with the following results:
[skip]
-3.2.2/lib -L/usr/X11R6/lib -L/sw/src/qt3-3.2.2-12/qt-x11-free-3.2.2/lib -lqui -lqassistantclient -L/usr/X11R6/lib -L/sw/src/qt3-3.2.2-12/qt-x11-free-3.2.2/lib -L/sw/lib -lresolv -lqt-mt -lz -lGLU -lGL -lXmu -lSM -lICE -ldl -lXt
ld: warning prebinding disabled because of undefined symbols
ld: Undefined symbols:
qInitImages_designercore()
/usr/bin/libtool: internal link edit command failed
make[3]: *** [../../../lib/libdesignercore.1.0.0.dylib] Error 1
make[2]: *** [sub-designer] Error 2
make[1]: *** [sub-designer] Error 2
make: *** [sub-tools] Error 2
### execution of /var/tmp/tmp.2.MMq7Xg failed, exit code 2
Failed: compiling qt3-3.2.2-12 failed
Following Benjamin's instructions I tried to continue (without the need to start all over again and do a completely new rebuild) by doing the following (because Benjamin thought the old plugins were the problem) (note: I am on tcsh):
cd /sw/src/qt3-3.2.2-1/qt-x11-free-3.2.2 setenv QTDIR /sw/src/qt3-3.2.2-12/qt-x11-free-3.2.2 setenv DYLD_LIBRARY_PATH /sw/src/qt3-3.2.2-12/qt-x11-free-3.2.2/lib sudo rm -rf tools/designer/designer/qmake_image_collection.cpp sudo make
The build then fails with the following error message:
dyld: /sw/src/qt3-3.2.2-12/qt-x11-free-3.2.2/bin/uic version mismatch for library: /lib/libqt-mt.3.dylib (compatibility version of user: 3.2.0 greater than library's version: 3.0.0)
make[4]: *** [qmake_image_collection.cpp] Trace/BPT trap
make[3]: *** [sub-designer] Error 2
make[2]: *** [sub-designer] Error 2
make[1]: *** [sub-tools] Error 2
make: *** [init] Error 2
These findings correspond totally with Martin Costabel's findings. Hope this helps,
Loek
------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
