Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[OT] Selbstgeschriebenes qt-Progrämmchen kompiliert nicht
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) Diskussionsforum
View previous topic :: View next topic  
Author Message
theche
Guru
Guru


Joined: 26 Feb 2004
Posts: 512

PostPosted: Thu Jul 28, 2005 9:34 pm    Post subject: [OT] Selbstgeschriebenes qt-Progrämmchen kompiliert nicht Reply with quote

Guten Nachmittag!
Ich habe mir nach http://doc.trolltech.com/3.1/designer-manual-2.html eine winzige Demo-Applikation erstellt, und wollte diese compilieren. Es gibt allerdings Fehler.

Code:

g++  -o metric_conversion .obj/main.o .obj/frmmetricconversion.o .obj/moc_frmmetricconversion.o   -L/usr/qt/3/lib -L/usr/X11R6/lib -lqt -lXext -lX11 -lm
/usr/qt/3/lib/libqt.so: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_Rep::_S_terminal@GLIBCPP_3.2'
/usr/qt/3/lib/libqt.so: undefined reference to `operator new(unsigned int)@GLIBCPP_3.2'
/usr/qt/3/lib/libqt.so: undefined reference to `vtable for __cxxabiv1::__class_type_info@GLIBCPP_3.2'
/usr/qt/3/lib/libqt.so: undefined reference to `vtable for __cxxabiv1::__vmi_class_type_info@GLIBCPP_3.2'
/usr/qt/3/lib/libqt.so: undefined reference to `operator delete[](void*)@GLIBCPP_3.2'
/usr/qt/3/lib/libqt.so: undefined reference to `vtable for __cxxabiv1::__si_class_type_info@GLIBCPP_3.2'
/usr/qt/3/lib/libqt.so: undefined reference to `__cxa_pure_virtual@CXXABI_1.2'
/usr/qt/3/lib/libqt.so: undefined reference to `operator new[](unsigned int)@GLIBCPP_3.2'
/usr/qt/3/lib/libqt.so: undefined reference to `operator delete(void*)@GLIBCPP_3.2'
collect2: ld gab 1 als Ende-Status zurück
make: *** [metric_conversion] Fehler 1


könnt ihr damit etwas anfangen?
einen ähnlichen Fehler gab es bei http://leovilletownsquare.com/ubbthreads/showflat.php?Cat=0&Number=666113&an=&page=2 , aber ein ldconfig && env-update && source /etc-profile && make haben zu dem gleichen Ergebnis geführt.

Bin noch sehr frisch mit dieser Sache...

Hoffe jemand hat eine Idee!

mArco
Back to top
View user's profile Send private message
nightmarez
Tux's lil' helper
Tux's lil' helper


Joined: 17 May 2004
Posts: 111
Location: FSV Mainz 05 ;)

PostPosted: Fri Jul 29, 2005 12:18 pm    Post subject: Reply with quote

hast du alle libs die du verwendest auch included?
hast du QMAKESPEC gesetzt?
benutzt du uic, qmake und make?
Back to top
View user's profile Send private message
_hephaistos_
Advocate
Advocate


Joined: 07 Apr 2004
Posts: 2694
Location: salzburg, austria

PostPosted: Fri Jul 29, 2005 12:29 pm    Post subject: Reply with quote

hallo,

ja, wie compilest du?

qmake
qmake -project (oder zuerst qmake -project und dann qmake - weiß nimma genau)
make

oder probier gleich ein projekt in kdevelop aufzuziehen...

hth,
ciao
_________________
-l: signature: command not found
Back to top
View user's profile Send private message
theche
Guru
Guru


Joined: 26 Feb 2004
Posts: 512

PostPosted: Sun Jul 31, 2005 11:58 pm    Post subject: Reply with quote

ah, da kam ja doch noch was...ist mir irgendwie durch die lappen gegangen :)
danke erstmal, ich porbiers morgen aus...

ich hatte es bisher mit qmake <projektname> && make probiert, aber scheinbar fehlt da ja noch was. Bei dem KDevelop blicke ich noch nicht so wirklich durch, ich fand fürs erste den designer von qt garnicht mal schlecht (er war besser als das VisualBasic, was ich mal vor 7 oder 8 Jahren benutzt hatte). Mal schaun...
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) Diskussionsforum All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum