This forum has been archived. All content is frozen. Please use KDE Discuss instead.

Newbie inside - Compliling 3.1.1 on Kubuntu 8.04 w/KDE 3.5.9

Tags: None
(comma "," separated)
WRC
Registered Member
Posts
1
Karma
0
Hi,

¡¡¡ Thanks for this great software !!!

But... I'm stuck in MAKE:


CMAKE PART:

Code: Select all
stream@stream:~/Escritorio/ktorrent-3.1.1/build$ cmake -DCMAKE_INSTALL_PREFIX=/usr/lib/kde4 ..
-- Found Qt-Version 4.3.4 (using /usr/bin/qmake-qt4)
-- Found X11: /usr/lib/libX11.so
-- Found KDE 4.0 include dir: /usr/lib/kde4/include
-- Found KDE 4 library dir: /usr/lib/kde4/lib
-- Found KDE4 kconfig_compiler preprocessor: /usr/lib/kde4/bin/kconfig_compiler
-- Found KDE4 automoc: /usr/lib/kde4/bin/kde4automoc
-- Found Strigi: /usr/lib/libstreams.so
-- Building KTorrent with DHT support (-DENABLE_DHT_SUPPORT=false to disable)
-- Building logviewer plugin (-DENABLE_LOGVIEWER_PLUGIN=false to disable)
-- Building infowidget plugin (-DENABLE_INFOWIDGET_PLUGIN=false to disable)
--    Compiling GeoIP support directly into InfoWidget plugin
-- Building upnp plugin (-DENABLE_UPNP_PLUGIN=false to disable)
-- Building search plugin (-DENABLE_SEARCH_PLUGIN=false to disable)
-- Building webinterface plugin (-DENABLE_WEBINTERFACE_PLUGIN=false to disable)
-- Building scanfolder plugin (-DENABLE_SCANFOLDER_PLUGIN=false to disable)
-- Building ipfilter plugin (-DENABLE_IPFILTER_PLUGIN=false to disable)
-- Building stats plugin (-DENABLE_STATS_PLUGIN=false to disable)
-- Building bwscheduler plugin (-DENABLE_BWSCHEDULER_PLUGIN=false to disable)
-- Building mediaplayer plugin (-DENABLE_MEDIAPLAYER_PLUGIN=false to disable)
-- Configuring done
-- Generating done
-- Build files have been written to: /home/stream/Escritorio/ktorrent-3.1.1




MAKE crash in 67%CRASH
Code: Select all
stream@stream:~/Escritorio/ktorrent-3.1.1$ make
[ 31%] Built target btcore
[ 39%] Built target ktcore
[ 41%] Built target ktupnp
[ 43%] Built target ktlogviewerplugin
[ 50%] Built target ktinfowidgetplugin
[ 52%] Built target ktupnpplugin
[ 55%] Built target ktsearchplugin
[ 58%] Built target ktwebinterfaceplugin
[ 60%] Built target ktscanfolderplugin
[ 63%] Built target ktipfilterplugin
[ 67%] Built target ktstatsplugin
[ 67%] Building CXX object plugins/bwscheduler/CMakeFiles/ktbwschedulerplugin.dir/ktbwschedulerplugin_automoc.o
En el fichero incluído de /home/stream/Escritorio/ktorrent-3.1.1/plugins/bwscheduler/bwprefpage.h:25,
                 de /home/stream/Escritorio/ktorrent-3.1.1/plugins/bwscheduler/moc_bwprefpage.cpp:10,
                 de /home/stream/Escritorio/ktorrent-3.1.1/plugins/bwscheduler/ktbwschedulerplugin_automoc.cpp:4:
/home/stream/Escritorio/ktorrent-3.1.1/plugins/bwscheduler/ui_bwprefpage.h:25:25: error: qformlayout.h: No existe el fichero ó directorio
In file included from /home/stream/Escritorio/ktorrent-3.1.1/plugins/bwscheduler/bwprefpage.h:25,
                 from /home/stream/Escritorio/ktorrent-3.1.1/plugins/bwscheduler/moc_bwprefpage.cpp:10,
                 from /home/stream/Escritorio/ktorrent-3.1.1/plugins/bwscheduler/ktbwschedulerplugin_automoc.cpp:4:
/home/stream/Escritorio/ktorrent-3.1.1/plugins/bwscheduler/ui_bwprefpage.h:33: error: ISO C++ prohíbe la declaración de ‘QFormLayout’ sin tipo
/home/stream/Escritorio/ktorrent-3.1.1/plugins/bwscheduler/ui_bwprefpage.h:33: error: expected ‘;’ before ‘*’ token
/home/stream/Escritorio/ktorrent-3.1.1/plugins/bwscheduler/ui_bwprefpage.h: In member function ‘void Ui_BWPrefPage::setupUi(QWidget*)’:
/home/stream/Escritorio/ktorrent-3.1.1/plugins/bwscheduler/ui_bwprefpage.h:53: error: ‘formLayout’ no se declaró en este ámbito
/home/stream/Escritorio/ktorrent-3.1.1/plugins/bwscheduler/ui_bwprefpage.h:53: error: expected type-specifier before ‘QFormLayout’
/home/stream/Escritorio/ktorrent-3.1.1/plugins/bwscheduler/ui_bwprefpage.h:53: error: expected `;' before ‘QFormLayout’
make[2]: *** [plugins/bwscheduler/CMakeFiles/ktbwschedulerplugin.dir/ktbwschedulerplugin_automoc.o] Error 1
make[1]: *** [plugins/bwscheduler/CMakeFiles/ktbwschedulerplugin.dir/all] Error 2
make: *** [all] Error 2


Anyone can help me?



Thanks in advance
WRC
George
Moderator
Posts
5421
Karma
1

Wed Jul 16, 2008 9:01 am
Install Qt 4.4, we are using functionality of Qt which is not available in 4.3
robzy
Registered Member
Posts
1
Karma
0

Thu Jul 17, 2008 4:07 am
Well that kind of sucks. Gentoo's portage currently has 4.4 hard masked. Looks like I'll be waiting a while too.

Rob.
George
Moderator
Posts
5421
Karma
1

Fri Jul 25, 2008 8:38 am
Instructions are the same, whatever KDE version you are running does not matter for compiling and installing.
greenhat
Registered Member
Posts
4
Karma
0

Sat Jul 26, 2008 8:13 pm
George wrote:Instructions are the same, whatever KDE version you are running does not matter for compiling and installing.

both methods for compiling:

http://ktorrent.org/index.php?page=downloads (tarball)
http://ktorrent.org/index.php?page=faq (svn)

do in fact give separate instructions for installing. it seems ktorrent 3.* is only installable for ppl running KDE4, or perhaps a dual installation of KDE 3.5/4 ?

so i still don't see how you can say "Instructions are the same, whatever KDE version you are running.." when the links above counter that.

i did manage yesterday to use the SVN method and ended up with ktorrent 2.2(dev). it was a vast improvement over what i had before, but still i would like to get the latest KT3 SVN installed here if it all possible, short of going thru the hassle of installing KDE4.
George
Moderator
Posts
5421
Karma
1

Sun Jul 27, 2008 8:11 am
greenhat wrote:
George wrote:Instructions are the same, whatever KDE version you are running does not matter for compiling and installing.

both methods for compiling:

http://ktorrent.org/index.php?page=downloads (tarball)
http://ktorrent.org/index.php?page=faq (svn)

do in fact give separate instructions for installing. it seems ktorrent 3.* is only installable for ppl running KDE4, or perhaps a dual installation of KDE 3.5/4 ?

so i still don't see how you can say "Instructions are the same, whatever KDE version you are running.." when the links above counter that.

i did manage yesterday to use the SVN method and ended up with ktorrent 2.2(dev). it was a vast improvement over what i had before, but still i would like to get the latest KT3 SVN installed here if it all possible, short of going thru the hassle of installing KDE4.


What I mean is that it does not matter which KDE version you are running, the instructions are the same to compile the KDE4 version of ktorrent.


Bookmarks



Who is online

Registered users: Bing [Bot], Google [Bot], Yahoo [Bot]