Registered Member
|
|
Moderator
|
Have you rerun make -f Makefile.cvs and ./configure ? |
Registered Member
|
yep
i use that script http://home.tele2.fr/solsTiCe/majktorrent that does it for me |
Registered Member
|
|
Registered Member
|
so with svn 521374
i got first an error like this : Making all in infowidget make[4]: Entering directory `/home/stef/logiciels/svn/ktorrent/ktorrent/plugins/infowidget' if /bin/sh ../../../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/opt/kde/include -I/usr/lib/qt/include -I/usr/X11R6/include -I./../../libktorrent -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O2 -march=i686 -mcpu=i686 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -fexceptions -MT infowidgetbase.lo -MD -MP -MF ".deps/infowidgetbase.Tpo" -c -o infowidgetbase.lo infowidgetbase.cpp; \ then mv -f ".deps/infowidgetbase.Tpo" ".deps/infowidgetbase.Plo"; else rm -f ".deps/infowidgetbase.Tpo"; exit 1; fi infowidgetbase.cpp:26:36: kt::downloadedchunkbar.h: No such file or directory infowidgetbase.cpp:27:38: kt::availabilitychunkbar.h: No such file or directory make[4]: *** [infowidgetbase.lo] Error 1 make[4]: Leaving directory `/home/stef/logiciels/svn/ktorrent/ktorrent/plugins/infowidget' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/stef/logiciels/svn/ktorrent/ktorrent/plugins' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/stef/logiciels/svn/ktorrent/ktorrent' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/stef/logiciels/svn/ktorrent' make: *** [all] Error 2 after i fixed infowidgetbase.cpp i still got that error : Making all in utests make[3]: Entering directory `/home/stef/logiciels/svn/ktorrent/ktorrent/utests' make[3]: *** No rule to make target `../../plugins/upnp/libktupnp.la', needed by `ktutester'. Stop. make[3]: Leaving directory `/home/stef/logiciels/svn/ktorrent/ktorrent/utests' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/stef/logiciels/svn/ktorrent/ktorrent' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/stef/logiciels/svn/ktorrent' make: *** [all] Error 2 am i the only one ?? i feel so alone |
Moderator
|
|
Registered Member
|
so the content of Makefile.cvs is
---------- all: @echo "This Makefile is only for the CVS repository" @echo "This will be deleted before making the distribution" @echo "" @if test ! -d admin; then \ echo "Please recheckout this module!" ;\ echo "for cvs: use checkout once and after that update again" ;\ echo "for cvsup: checkout kde-common from cvsup and" ;\ echo " link kde-common/admin to ./admin" ;\ exit 1 ;\ fi $(MAKE) -f admin/Makefile.common cvs .SILENT: ------------- isn't it ? so i used to use svn://anonsvn.kde.org/home/kde/branches ... mmon/admin is it right ? if not which one to use ? |
Registered Member
|
i have removed many times the directory where i got svn ktorrent
and recheckout but i still got that error ... if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I./../libktorrent -I./.. -I/opt/kde/include -I/usr/lib/qt/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O2 -march=i686 -mcpu=i686 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -fexceptions -MT dhtmsgparsetest.o -MD -MP -MF ".deps/dhtmsgparsetest.Tpo" -c -o dhtmsgparsetest.o dhtmsgparsetest.cpp; \ then mv -f ".deps/dhtmsgparsetest.Tpo" ".deps/dhtmsgparsetest.Po"; else rm -f ".deps/dhtmsgparsetest.Tpo"; exit 1; fi dhtmsgparsetest.cpp: Dans member function « bool utest::DHTMsgParseTest::doTest(const QString&, int) »: dhtmsgparsetest.cpp:45: attention : comparison between signed and unsigned integer expressions make[3]: *** Pas de règle pour fabriquer la cible « ../../plugins/upnp/libktupnp.la », nécessaire pour « ktutester ». Arrêt. make[3]: Leaving directory `/home/stef/logiciels/svn/ktorrent/ktorrent/utests' make[2]: *** [all-recursive] Erreur 1 make[2]: Leaving directory `/home/stef/logiciels/svn/ktorrent/ktorrent' make[1]: *** [all-recursive] Erreur 1 make[1]: Leaving directory `/home/stef/logiciels/svn/ktorrent' make: *** [all] Erreur 2 what's wrong ? what do i do wrong ? am i cursed ? |
Registered Member
|
|
Moderator
|
Go into the plugins/upnp directory and type make there first, then go back to the root and do make. The compile order is probably wrong (and automake can't handle this properly). |
Registered users: Bing [Bot], Google [Bot], Sogou [Bot]