Version: (using KDE Devel) Installed from: Compiled sources Compiler: gcc 2.95.2 OS: Linux uic from qt-copy fails to link qt-designer from same qt-copy. the error is : make[4]: Entering directory `/home/cyrille/Desktop/KDE/qt-copy/tools/designer/designer' g++ -c -pipe -fno-exceptions -fPIC -Wall -W -O2 -D_REENTRANT -DDESIGNER -DQT_INTERNAL_XML -DQT_INTERNAL_WORKSPACE -DQT_INTERNAL_ICONVIEW -DQT_INTERNAL_TABLE -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/home/cyrille/Desktop/KDE/qt-copy/mkspecs/linux-g++ -I. -I/usr/include/freetype2 -I../shared -I../uilib -I../../../include -I/usr/X11R6/include -I.moc/release-shared-mt/ -o ./listboxeditor.o listboxeditor.cpp /home/cyrille/Desktop/KDE/qt-copy/bin/uic -L /home/cyrille/Desktop/KDE/qt-copy/plugins editfunctions.ui -i editfunctions.h -o editfunctions.cpp /home/cyrille/Desktop/KDE/qt-copy/bin/uic: relocation error: /home/cyrille/Desktop/KDE/qt-copy/bin/uic: undefined symbol: arg__C7QStringxii make[4]: *** [editfunctions.cpp] Error 127 make[4]: Leaving directory `/home/cyrille/Desktop/KDE/qt-copy/tools/designer/designer' make[3]: *** [sub-designer] Error 2 make[3]: Leaving directory `/home/cyrille/Desktop/KDE/qt-copy/tools/designer' make[2]: *** [sub-designer] Error 2 make[2]: Leaving directory `/home/cyrille/Desktop/KDE/qt-copy/tools' make[1]: *** [sub-tools] Error 2 strangely, the uic from qt 3.1 does'nt fail, but then of course the subsequent linking fails...
Please don't report CVS build bugs to the bug tracking system. Send them to the mailing lists. You probably have two libqt-mt.so.3 in your system.
Subject: Re: qt-copy fails to compile > Please don't report CVS build bugs to the bug tracking system. Send them to > the mailing lists. OK > You probably have two libqt-mt.so.3 in your system. Thank you. --Cyrille