Bug 61677 - qt-copy fails to compile
Summary: qt-copy fails to compile
Status: RESOLVED NOT A BUG
Alias: None
Product: kdevplatform
Classification: Developer tools
Component: cvs (show other bugs)
Version: 0.9.94
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-25 22:20 UTC by Cyrille Dunant
Modified: 2010-12-16 19:27 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Cyrille Dunant 2003-07-25 22:20:49 UTC
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...
Comment 1 Thiago Macieira 2003-07-25 23:14:25 UTC
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. 
Comment 2 Cyrille Dunant 2003-07-25 23:16:10 UTC
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