Le May 18, 2006 03:39, Conrad Hoffmann a écrit : > On Thursday 18 May 2006 00:42, Michaël Larouche wrote: > > Le May 17, 2006 17:38, Conrad Hoffmann a écrit : > > > hi. > Linking CXX executable connection_test > cd > /home/kde4rad/source/trunk/kdenetwork/build/kopete/protocols/messenger/libp >apillon/tests && /usr/bin/cmake -P > CMakeFiles/connection_test.dir/cmake_clean_target.cmake cd > /home/kde4rad/source/trunk/kdenetwork/build/kopete/protocols/messenger/libp >apillon/tests && /usr/bin/c++ -Wnon-virtual-dtor -Wno-long-long -ansi > -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith > -Wwrite-strings -Wformat-security -fno-exceptions -fno-check-new > -fno-common -fvisibility=hidden -g3 -fno-inline -fPIC > "CMakeFiles/connection_test.dir/connection_test.o" -o connection_test > -rdynamic -L/usr/local/lib -L/home/kde4rad/kde/lib > -L/home/kde4rad/source/trunk/kdenetwork/build/kopete/protocols/messenger/li >bpapillon/tests/.. -L/home/kde4rad/source/trunk/kdenetwork/build/lib > -L/home/kde4rad/source/trunk/qt-copy/lib -lpapillon_kopete -lQtCore_debug > -lpthread -lQtNetwork_debug -lQtTest_debug -lpapillon_kopete -lQtXml_debug > -lqca > -Wl,-rpath,/usr/local/lib:/home/kde4rad/kde/lib:/home/kde4rad/source/trunk/ >kdenetwork/build/kopete/protocols/messenger/libpapillon/tests/..:/home/kde4r >ad/source/trunk/kdenetwork/build/lib:/home/kde4rad/source/trunk/qt-copy/lib > CMakeFiles/connection_test.dir/connection_test.o: In function > `FakeConnection': > /home/kde4rad/source/trunk/kdenetwork/kopete/protocols/messenger/libpapillo >n/tests/connection_test.cpp:32: undefined reference to > `Papillon::Connection::Connection(Papillon::ClientStream*, QObject*)' > <snip many more undefined references, all in Papillon> > > any other ideas? > regards, conrausch
Looks like your Qt4-copy is not compiled with visibility support. Because I use Qt macros for visiblity in libpapillon (this is a Qt only library) Maybe I should use the KDE macros when compiling inside Kopete sources. -- Michaël Larouche KDE developer working on Kopete, Kamefu, Solid...on dial-up :P -------------------------------------- Website: http://www.tehbisnatch.org/ MSN/Email: [EMAIL PROTECTED] IRC: irc.freenode.org/DarkShock on #kopete,#solid,#kamefu,#plasma Jabber: [EMAIL PROTECTED] _______________________________________________ kopete-devel mailing list [email protected] https://mail.kde.org/mailman/listinfo/kopete-devel
