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

Failed to compile Lancelot

Tags: None
(comma "," separated)
User avatar
sayakb
Administrator
Posts
1973
Karma
12
OS

Failed to compile Lancelot

Mon Dec 29, 2008 6:06 am
I am on Kubuntu 8.10 with 4.2 beta 2 (not trunk)
I followed this: http://lancelot.fomentgroup.org/download
Pulled out Lancelot from the latest SVN:
Code: Select all
$ export KDESVN=svn://anonsvn.kde.org/home/kde
$ svn co $KDESVN/trunk/KDE/kdeplasma-addons/applets/lancelot


And when I do make I get the following error:
Code: Select all
[ 31%] Generating ksmserver_interface.cpp, ksmserver_interface.h
[ 32%] Generating ksmserver_interface.moc
[ 33%] Generating lancelotadaptor.cpp, lancelotadaptor.h
[ 34%] Generating lancelotadaptor.moc
Scanning dependencies of target lancelot-menu
[ 35%] Building CXX object app/src/CMakeFiles/lancelot-menu.dir/lancelot-menu_automoc.o
In file included from /home/sayak/lancelot/lancelot/build/app/src/moc_MessagesKmail.cpp:10,
                 from /home/sayak/lancelot/lancelot/build/app/src/lancelot-menu_automoc.cpp:7:
/home/sayak/lancelot/lancelot/build/app/src/../../../app/src/models/MessagesKmail.h:25:37: error: taskmanager/taskmanager.h: No such file or directory
In file included from /home/sayak/lancelot/lancelot/build/app/src/moc_MessagesKmail.cpp:10,
                 from /home/sayak/lancelot/lancelot/build/app/src/lancelot-menu_automoc.cpp:7:
/home/sayak/lancelot/lancelot/build/app/src/../../../app/src/models/MessagesKmail.h:28: error: ‘TaskManager’ has not been declared
make[2]: *** [app/src/CMakeFiles/lancelot-menu.dir/lancelot-menu_automoc.o] Error 1
make[1]: *** [app/src/CMakeFiles/lancelot-menu.dir/all] Error 2
make: *** [all] Error 2
sayak@Mean-Machine:~/lancelot/lancelot/build$


What am I missing here?


User avatar
bcooksley
Administrator
Posts
19765
Karma
87
OS

RE: Failed to compile Lancelot

Mon Dec 29, 2008 7:19 am
TaskManager.h belongs to libtaskmanager which is part of kdebase-workspace. Try installing kdebase-workspace-dev. Just a warning: it pulls in a fair few *-dev packages.


KDE Sysadmin
[img]content/bcooksley_sig.png[/img]
User avatar
sayakb
Administrator
Posts
1973
Karma
12
OS

RE: Failed to compile Lancelot

Mon Dec 29, 2008 7:52 am
Thanks! It is further stuck though:
Code: Select all
[ 47%] Building CXX object app/src/CMakeFiles/lancelot-menu.dir/ksmserver_interface.o
[ 48%] Building CXX object app/src/CMakeFiles/lancelot-menu.dir/lancelotadaptor.o
Linking CXX executable lancelot
CMakeFiles/lancelot-menu.dir/models/OpenDocuments.o: In function `Models::OpenDocuments::taskRemoved(KSharedPtr)':
OpenDocuments.cpp:(.text+0x322): undefined reference to `TaskManager::Task::window() const'
OpenDocuments.cpp:(.text+0x353): undefined reference to `TaskManager::Task::window() const'
CMakeFiles/lancelot-menu.dir/models/OpenDocuments.o: In function `Models::OpenDocuments::setDataForTask(KSharedPtr)':
OpenDocuments.cpp:(.text+0x64c): undefined reference to `TaskManager::Task::className() const'
OpenDocuments.cpp:(.text+0x75b): undefined reference to `TaskManager::Task::className() const'
OpenDocuments.cpp:(.text+0x7cf): undefined reference to `TaskManager::Task::window() const'
OpenDocuments.cpp:(.text+0x801): undefined reference to `TaskManager::Task::visibleName() const'
OpenDocuments.cpp:(.text+0x867): undefined reference to `TaskManager::Task::icon(int, int, bool)'
OpenDocuments.cpp:(.text+0x88e): undefined reference to `TaskManager::Task::window() const'
OpenDocuments.cpp:(.text+0xa9b): undefined reference to `TaskManager::Task::window() const'
OpenDocuments.cpp:(.text+0xb4b): undefined reference to `TaskManager::Task::window() const'
CMakeFiles/lancelot-menu.dir/models/OpenDocuments.o: In function `Models::OpenDocuments::taskChanged()':
OpenDocuments.cpp:(.text+0xda5): undefined reference to `TaskManager::Task::staticMetaObject'
CMakeFiles/lancelot-menu.dir/models/OpenDocuments.o: In function `Models::OpenDocuments::load()':
OpenDocuments.cpp:(.text+0xf9a): undefined reference to `TaskManager::TaskManager::self()'
OpenDocuments.cpp:(.text+0xfa9): undefined reference to `TaskManager::TaskManager::tasks() const'
OpenDocuments.cpp:(.text+0x114e): undefined reference to `TaskManager::TaskManager::self()'
OpenDocuments.cpp:(.text+0x117a): undefined reference to `TaskManager::TaskManager::self()'
CMakeFiles/lancelot-menu.dir/models/OpenDocuments.o: In function `Models::OpenDocuments::activate(int)':
OpenDocuments.cpp:(.text+0x1527): undefined reference to `TaskManager::Task::activate()'
collect2: ld returned 1 exit status
make[2]: *** [app/src/lancelot] Error 1
make[1]: *** [app/src/CMakeFiles/lancelot-menu.dir/all] Error 2
make: *** [all] Error 2
sayak@Mean-Machine:~/lancelot/lancelot/build$


User avatar
ivan
KDE Developer
Posts
918
Karma
14
OS

RE: Failed to compile Lancelot

Mon Dec 29, 2008 8:30 am
The problem is still with the libtaskmanager - but this time it can not find the .so file. Try doing a clean build (so that cmake properly initializes the libtaskmanager).

BTW, isn't Lancelot in kdeplasma-addons package in Kubuntu (it *really* is supposed to be since it is enabled in SVN since before Beta 1)[hr]
p.s. I'll have to update the download page since after the release of KDE 4.2, there will (should) not be any need for extra packages since L is (should be) shipped with other Plasma addons.

Last edited by ivan on Mon Dec 29, 2008 8:33 am, edited 1 time in total.


Image
User avatar
sayakb
Administrator
Posts
1973
Karma
12
OS

RE: Failed to compile Lancelot

Mon Dec 29, 2008 9:40 am
Thanks, I'll do a clean build and see if it works.
Also, it is in kdeplasma-addons in Kubuntu, but that gives a non transparent shadow for the menu which doesn't look good (See screenshot).
Image
I though I'd try out the latest SVN build if it has this resolved as well as see if any changes have been made since beta 2.


User avatar
ivan
KDE Developer
Posts
918
Karma
14
OS

RE: Failed to compile Lancelot

Mon Dec 29, 2008 10:19 am
Do you have composite enabled? If not, then this is a /normal/ behaviour (haven't added the opaque backgrounds yet)


Image
User avatar
sayakb
Administrator
Posts
1973
Karma
12
OS

RE: Failed to compile Lancelot

Mon Dec 29, 2008 10:28 am
Yes, I have compositing enabled and working. I have an old laptop with an onboard Intel i915 (GMA900) onboard. I force XAA rendering to make kwin perform smoother.
KMenu draws good shadows. So does other plasma tooltips.
Is there a problem with lancelot detecting my composition settings?


User avatar
sayakb
Administrator
Posts
1973
Karma
12
OS

RE: Failed to compile Lancelot

Mon Dec 29, 2008 12:18 pm
Ok, here I am now. I pulled away a fresh revision, did a clean build from scratch.

Code: Select all
[ 61%] Building CXX object app/src/CMakeFiles/lancelot-menu.dir/ksmserver_interface.o
[ 62%] Building CXX object app/src/CMakeFiles/lancelot-menu.dir/lancelotadaptor.o
Linking CXX executable lancelot
CMakeFiles/lancelot-menu.dir/models/OpenDocuments.o: In function `Models::OpenDocuments::taskRemoved(KSharedPtr)':
OpenDocuments.cpp:(.text+0x322): undefined reference to `TaskManager::Task::window() const'
OpenDocuments.cpp:(.text+0x353): undefined reference to `TaskManager::Task::window() const'
CMakeFiles/lancelot-menu.dir/models/OpenDocuments.o: In function `Models::OpenDocuments::setDataForTask(KSharedPtr)':
OpenDocuments.cpp:(.text+0x64c): undefined reference to `TaskManager::Task::className() const'
OpenDocuments.cpp:(.text+0x75b): undefined reference to `TaskManager::Task::className() const'
OpenDocuments.cpp:(.text+0x7cf): undefined reference to `TaskManager::Task::window() const'
OpenDocuments.cpp:(.text+0x801): undefined reference to `TaskManager::Task::visibleName() const'
OpenDocuments.cpp:(.text+0x867): undefined reference to `TaskManager::Task::icon(int, int, bool)'
OpenDocuments.cpp:(.text+0x88e): undefined reference to `TaskManager::Task::window() const'
OpenDocuments.cpp:(.text+0xa9b): undefined reference to `TaskManager::Task::window() const'
OpenDocuments.cpp:(.text+0xb4b): undefined reference to `TaskManager::Task::window() const'
CMakeFiles/lancelot-menu.dir/models/OpenDocuments.o: In function `Models::OpenDocuments::taskChanged()':
OpenDocuments.cpp:(.text+0xda5): undefined reference to `TaskManager::Task::staticMetaObject'
CMakeFiles/lancelot-menu.dir/models/OpenDocuments.o: In function `Models::OpenDocuments::load()':
OpenDocuments.cpp:(.text+0xf9a): undefined reference to `TaskManager::TaskManager::self()'
OpenDocuments.cpp:(.text+0xfa9): undefined reference to `TaskManager::TaskManager::tasks() const'
OpenDocuments.cpp:(.text+0x114e): undefined reference to `TaskManager::TaskManager::self()'
OpenDocuments.cpp:(.text+0x117a): undefined reference to `TaskManager::TaskManager::self()'
CMakeFiles/lancelot-menu.dir/models/OpenDocuments.o: In function `Models::OpenDocuments::activate(int)':
OpenDocuments.cpp:(.text+0x1527): undefined reference to `TaskManager::Task::activate()'
collect2: ld returned 1 exit status
make[2]: *** [app/src/lancelot] Error 1
make[1]: *** [app/src/CMakeFiles/lancelot-menu.dir/all] Error 2
make: *** [all] Error 2
sayak@Mean-Machine:~/lancelot/lancelot/build$


User avatar
bcooksley
Administrator
Posts
19765
Karma
87
OS

RE: Failed to compile Lancelot

Mon Dec 29, 2008 12:24 pm
Did you completely check out kdeplasma-addons? or just lancelot?

If did just lancelot, or are building inside the lancelot directory, try adding the following to the top of the base lancelot CMakeLists.txt

Code: Select all
include (KDE4Defaults)
include(MacroLibrary)

find_package(KDE4Workspace REQUIRED)
find_package(KdepimLibs REQUIRED)
find_package(Boost)

add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
include_directories (${KDE4_INCLUDES}
                     ${KDE4WORKSPACE_INCLUDE_DIR}
                     ${KDEPIMLIBS_INCLUDE_DIR} )


These should cover everything that is needed.


KDE Sysadmin
[img]content/bcooksley_sig.png[/img]
User avatar
sayakb
Administrator
Posts
1973
Karma
12
OS

RE: Failed to compile Lancelot

Mon Dec 29, 2008 12:42 pm
I already installed 80MB of libs and I think skipping kdepimlibs5-dev (35MB more) is not solving the problem (Same error)
If the lancelot included in kdeplasma-addons is same as this one, I guess I'll give up :(


User avatar
ivan
KDE Developer
Posts
918
Karma
14
OS

RE: Failed to compile Lancelot

Mon Dec 29, 2008 7:16 pm
Strange, like the kdeplasma-addons package is compiled without composite support... To be quite frank, I have no idea what else could be wrong. (you could ask the package author about that)

The linking problem, however, could be solved by a *very* dirty hack, but it should get the things done. Type:
Code: Select all
make VERBOSE=1

It will output the command it uses to link the lancelot binary. Copy/paste that command and add /path/to/libtaskmanager.so to it, and press enter. After that, type make again. I think the same problem will occur with the parts applet, so repeat the previous step.

I'm sorry I can not help you further. I know that some (k)ubuntu kde-dev packages are screwed but I can not test it (it is all well on Debian)

p.s. be sure to have the composite development libraries installed.
p.p.s. or, you could do apt-get source ... to install plasma addons (if all else fails)


Image
User avatar
sayakb
Administrator
Posts
1973
Karma
12
OS

RE: Failed to compile Lancelot

Mon Dec 29, 2008 9:16 pm
The path for my box is /usr/lib/libtaskmanager.sp

And:
Code: Select all
sayak@Mean-Machine:~/lancelot/lancelot/build$ cd /home/sayak/lancelot/lancelot/build/app/src && /usr/bin/cmake -E cmake_link_script CMakeFiles/lancelot-menu.dir/link.txt --verbose=1 /usr/bin/c++    -Wnon-virtual-dtor -Wno-long-long -ansi -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -fno-check-new -fno-common -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden -fvisibility-inlines-hidden -O2 -DNDEBUG -DQT_NO_DEBUG  -Wl,--enable-new-dtags  CMakeFiles/lancelot-menu.dir/lancelot-menu_automoc.o CMakeFiles/lancelot-menu.dir/main.o CMakeFiles/lancelot-menu.dir/models/BaseModel.o CMakeFiles/lancelot-menu.dir/models/BaseMergedModel.o CMakeFiles/lancelot-menu.dir/models/FolderModel.o CMakeFiles/lancelot-menu.dir/models/FavoriteApplications.o CMakeFiles/lancelot-menu.dir/models/Applications.o CMakeFiles/lancelot-menu.dir/models/Devices.o CMakeFiles/lancelot-menu.dir/models/Places.o CMakeFiles/lancelot-menu.dir/models/SystemServices.o CMakeFiles/lancelot-menu.dir/models/RecentDocuments.o CMakeFiles/lancelot-menu.dir/models/OpenDocuments.o CMakeFiles/lancelot-menu.dir/models/NewDocuments.o CMakeFiles/lancelot-menu.dir/models/ContactsKopete.o CMakeFiles/lancelot-menu.dir/models/MessagesKmail.o CMakeFiles/lancelot-menu.dir/models/Runner.o CMakeFiles/lancelot-menu.dir/kmail_interface.o CMakeFiles/lancelot-menu.dir/kmailfolder_interface.o CMakeFiles/lancelot-menu.dir/kopete_interface.o CMakeFiles/lancelot-menu.dir/LancelotApplication.o CMakeFiles/lancelot-menu.dir/LancelotWindow.o CMakeFiles/lancelot-menu.dir/Serializator.o CMakeFiles/lancelot-menu.dir/LancelotConfig.o CMakeFiles/lancelot-menu.dir/QtDisplay.o CMakeFiles/lancelot-menu.dir/AboutData.o CMakeFiles/lancelot-menu.dir/screensaver_interface.o CMakeFiles/lancelot-menu.dir/ksmserver_interface.o CMakeFiles/lancelot-menu.dir/lancelotadaptor.o  -o lancelot -rdynamic /usr/lib/libkio.so.5.2.0 /usr/lib/libplasma.so.3.0.0 ../../lib/liblancelot.so.0.5.0 /usr/lib/libsolid.so.4.2.0 /usr/lib/libplasma.so.3.0.0 /usr/lib/libkfile.so.4.2.0 /usr/lib/libkio.so.5.2.0 -lQtNetwork -lQtXml /usr/lib/libsolid.so.4.2.0 /usr/lib/libkdeui.so.5.2.0 -lQtSvg /usr/lib/libkdecore.so.5.2.0 -lQtDBus -lQtCore -lQtGui -Wl,-rpath,/usr/lib /usr/lib/libtaskmanager.so

/usr/bin/c++    -Wnon-virtual-dtor -Wno-long-long -ansi -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -fno-check-new -fno-common -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden -fvisibility-inlines-hidden -O2 -DNDEBUG -DQT_NO_DEBUG  -Wl,--enable-new-dtags  CMakeFiles/lancelot-menu.dir/lancelot-menu_automoc.o CMakeFiles/lancelot-menu.dir/main.o CMakeFiles/lancelot-menu.dir/models/BaseModel.o CMakeFiles/lancelot-menu.dir/models/BaseMergedModel.o CMakeFiles/lancelot-menu.dir/models/FolderModel.o CMakeFiles/lancelot-menu.dir/models/FavoriteApplications.o CMakeFiles/lancelot-menu.dir/models/Applications.o CMakeFiles/lancelot-menu.dir/models/Devices.o CMakeFiles/lancelot-menu.dir/models/Places.o CMakeFiles/lancelot-menu.dir/models/SystemServices.o CMakeFiles/lancelot-menu.dir/models/RecentDocuments.o CMakeFiles/lancelot-menu.dir/models/OpenDocuments.o CMakeFiles/lancelot-menu.dir/models/NewDocuments.o CMakeFiles/lancelot-menu.dir/models/ContactsKopete.o CMakeFiles/lancelot-menu.dir/models/MessagesKmail.o CMakeFiles/lancelot-menu.dir/models/Runner.o CMakeFiles/lancelot-menu.dir/kmail_interface.o CMakeFiles/lancelot-menu.dir/kmailfolder_interface.o CMakeFiles/lancelot-menu.dir/kopete_interface.o CMakeFiles/lancelot-menu.dir/LancelotApplication.o CMakeFiles/lancelot-menu.dir/LancelotWindow.o CMakeFiles/lancelot-menu.dir/Serializator.o CMakeFiles/lancelot-menu.dir/LancelotConfig.o CMakeFiles/lancelot-menu.dir/QtDisplay.o CMakeFiles/lancelot-menu.dir/AboutData.o CMakeFiles/lancelot-menu.dir/screensaver_interface.o CMakeFiles/lancelot-menu.dir/ksmserver_interface.o CMakeFiles/lancelot-menu.dir/lancelotadaptor.o  -o lancelot -rdynamic /usr/lib/libkio.so.5.2.0 /usr/lib/libplasma.so.3.0.0 ../../lib/liblancelot.so.0.5.0 /usr/lib/libsolid.so.4.2.0 /usr/lib/libplasma.so.3.0.0 /usr/lib/libkfile.so.4.2.0 /usr/lib/libkio.so.5.2.0 -lQtNetwork -lQtXml /usr/lib/libsolid.so.4.2.0 /usr/lib/libkdeui.so.5.2.0 -lQtSvg /usr/lib/libkdecore.so.5.2.0 -lQtDBus -lQtCore -lQtGui -Wl,-rpath,/usr/lib
CMakeFiles/lancelot-menu.dir/models/OpenDocuments.o: In function `Models::OpenDocuments::taskRemoved(KSharedPtr)':
OpenDocuments.cpp:(.text+0x322): undefined reference to `TaskManager::Task::window() const'
OpenDocuments.cpp:(.text+0x353): undefined reference to `TaskManager::Task::window() const'
CMakeFiles/lancelot-menu.dir/models/OpenDocuments.o: In function `Models::OpenDocuments::setDataForTask(KSharedPtr)':
OpenDocuments.cpp:(.text+0x64c): undefined reference to `TaskManager::Task::className() const'
OpenDocuments.cpp:(.text+0x75b): undefined reference to `TaskManager::Task::className() const'
OpenDocuments.cpp:(.text+0x7cf): undefined reference to `TaskManager::Task::window() const'
OpenDocuments.cpp:(.text+0x801): undefined reference to `TaskManager::Task::visibleName() const'
OpenDocuments.cpp:(.text+0x867): undefined reference to `TaskManager::Task::icon(int, int, bool)'
OpenDocuments.cpp:(.text+0x88e): undefined reference to `TaskManager::Task::window() const'
OpenDocuments.cpp:(.text+0xa9b): undefined reference to `TaskManager::Task::window() const'
OpenDocuments.cpp:(.text+0xb4b): undefined reference to `TaskManager::Task::window() const'
CMakeFiles/lancelot-menu.dir/models/OpenDocuments.o: In function `Models::OpenDocuments::taskChanged()':
OpenDocuments.cpp:(.text+0xda5): undefined reference to `TaskManager::Task::staticMetaObject'
CMakeFiles/lancelot-menu.dir/models/OpenDocuments.o: In function `Models::OpenDocuments::load()':
OpenDocuments.cpp:(.text+0xf9a): undefined reference to `TaskManager::TaskManager::self()'
OpenDocuments.cpp:(.text+0xfa9): undefined reference to `TaskManager::TaskManager::tasks() const'
OpenDocuments.cpp:(.text+0x114e): undefined reference to `TaskManager::TaskManager::self()'
OpenDocuments.cpp:(.text+0x117a): undefined reference to `TaskManager::TaskManager::self()'
CMakeFiles/lancelot-menu.dir/models/OpenDocuments.o: In function `Models::OpenDocuments::activate(int)':
OpenDocuments.cpp:(.text+0x1527): undefined reference to `TaskManager::Task::activate()'
collect2: ld returned 1 exit status
sayak@Mean-Machine:~/lancelot/lancelot/build/app/src$
[hr]
So even if I add a path to the file, it is still not taking it up. My bad. :(

Last edited by sayakb on Mon Dec 29, 2008 9:17 pm, edited 1 time in total.


User avatar
bcooksley
Administrator
Posts
19765
Karma
87
OS

RE: Failed to compile Lancelot

Mon Dec 29, 2008 9:57 pm
Here is the linking command that my system generated ( note: I have KDE 4.2 installed in /opt/trunk-kde/kde change it to /usr for your system )

Code: Select all
/usr/bin/c++  -fPIC  -Wnon-virtual-dtor -Wno-long-long -ansi -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -fno-check-new -fno-common -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden -fvisibility-inlines-hidden -O2 -g -Wl,--enable-new-dtags -Wl,--fatal-warnings -Wl,--no-undefined -lc  -shared -Wl,-soname,liblancelot.so.0 -o ../../lib/liblancelot.so.0.5.0 CMakeFiles/lancelot.dir/lancelot_automoc.o CMakeFiles/lancelot.dir/Global.o CMakeFiles/lancelot.dir/widgets/Widget.o CMakeFiles/lancelot.dir/widgets/BasicWidget.o CMakeFiles/lancelot.dir/widgets/ExtenderButton.o CMakeFiles/lancelot.dir/widgets/Panel.o CMakeFiles/lancelot.dir/widgets/ResizeBordersPanel.o CMakeFiles/lancelot.dir/widgets/HoverIcon.o CMakeFiles/lancelot.dir/widgets/ScrollBar.o CMakeFiles/lancelot.dir/widgets/ScrollPane.o CMakeFiles/lancelot.dir/widgets/ActionListView.o CMakeFiles/lancelot.dir/widgets/PassagewayView.o CMakeFiles/lancelot.dir/widgets/CustomListView.o CMakeFiles/lancelot.dir/widgets/ActionListView2.o CMakeFiles/lancelot.dir/layouts/FullBorderLayout.o CMakeFiles/lancelot.dir/layouts/NodeLayout.o CMakeFiles/lancelot.dir/layouts/CardLayout.o CMakeFiles/lancelot.dir/layouts/ColumnLayout.o CMakeFiles/lancelot.dir/layouts/FlipLayout.o CMakeFiles/lancelot.dir/models/ActionListViewModels.o CMakeFiles/lancelot.dir/models/PassagewayViewModels.o -L/opt/trunk-kde/kde/lib -L/opt/trunk-kde/qt/lib /opt/trunk-kde/kde/lib/libkio.so.5.2.0 /opt/trunk-kde/kde/lib/libkfile.so.4.2.0 /opt/trunk-kde/kde/lib/libplasma.so.3.0.0 /opt/trunk-kde/kde/lib/libkfile.so.4.2.0 /opt/trunk-kde/kde/lib/libkio.so.5.2.0 /opt/trunk-kde/kde/lib/libkdeui.so.5.2.0 /opt/trunk-kde/qt/lib/libQtSvg.so /opt/trunk-kde/kde/lib/libkdecore.so.5.2.0 /opt/trunk-kde/qt/lib/libQtDBus.so /opt/trunk-kde/qt/lib/libQtCore.so -lpthread /opt/trunk-kde/qt/lib/libQtNetwork.so /opt/trunk-kde/qt/lib/libQtXml.so /opt/trunk-kde/qt/lib/libQtGui.so -Wl,-rpath,/opt/trunk-kde/kde/lib:/opt/trunk-kde/qt/lib -Wl,-rpath-link,/opt/trunk-kde/kde/lib


You could try adding this after instead: "-L/usr/lib"


KDE Sysadmin
[img]content/bcooksley_sig.png[/img]


Bookmarks



Who is online

Registered users: Bing [Bot], Evergrowing, Google [Bot], rblackwell