You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

Pikidalto

Beginner

  • "Pikidalto" started this thread

Posts: 1

Location: North Versailles, PA, USA

Occupation: Student

  • Send private message

1

Sunday, May 11th 2008, 8:45pm

Problem building kdepimlibs KDE4.1ALPHA

When I run cmakekde on kdepimlibs, I get the following output:

Source code

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
$ cmakekde
-- Found Qt-Version 4.4.1-snapshot-20080416 (using /usr/bin/qmake)
-- Found X11: /usr/lib/libX11.so
-- Found Perl: /usr/bin/perl
-- Found KDE 4.1 include dir: /home/arklinux/kde/include
-- Found KDE 4.1 library dir: /home/arklinux/kde/lib
-- Found KDE4 kconfig_compiler preprocessor: /home/arklinux/kde/bin/kconfig_compiler
-- Found KDE4 automoc: /home/arklinux/kde/bin/kde4automoc
-- Found Sasl2: /usr/include
-- Found gpgme-config at /usr/bin/gpgme-config
-- Found gpgme v1.1.6, checking for flavours...
--  Found flavour 'vanilla', checking whether it's usable...yes
--  Found flavour 'pthread', checking whether it's usable...yes
--  Found flavour 'pth', checking whether it's usable...yes
-- Usable gpgme flavours found:  vanilla pthread pth
-- Found Akonadi: /usr/lib/libakonadiprotocolinternals.so
-- Found Akonadi includes: /usr/include
-- Found Akonadi common libraries: /usr/lib/libakonadiprotocolinternals.so
--
-----------------------------------------------------------------------------
-- The following external packages were located on your system.
-- This installation will have the extra features provided by these packages.
+ boost
+ cyrus-sasl
+ gpgme
+ akonadi
+ OpenLDAP
Congratulations! All external packages have been found.
-----------------------------------------------------------------------------

-- Configuring done
-- Generating done
-- Build files have been written to: /home/arklinux/kde/build/KDE/kdepimlibs
[  3%] [  6%] Built target gpgmepp-pth
Built target gpgmepp
[  9%] Built target gpgmepp-pthread
make[2]: *** No rule to make target `/home/arklinux/kde/share/dbus-1/interfaces/org.kde.Akonadi.NotificationManager.xml', needed by `akonadi/notificationmanagerinterface.cpp'.  Stop.
make[1]: *** [akonadi/CMakeFiles/akonadi-kde.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 14%] Built target kmime
make: *** [all] Error 2

I did build akonadi via the instructions at http://techbase.kde.org/Getting_Started/…ding_kdepimlibs so I'd think it would work. Thanks in advance for any help.

EDIT: I fixed this by removing the version of akonadi from the KDE svn and by installing my distro's version of automoc and akonadi. Now I get the following error:

Source code

1
2
3
4
5
6
7
8
9
10
-- Build files have been written to: /home/arklinux/kde/build/KDE/kdepimlibs
[  3%] [  6%] Built target gpgmepp
Built target gpgmepp-pth
[  9%] [ 14%] Built target gpgmepp-pthread
Built target kmime
make[2]: *** No rule to make target `/home/arklinux/kde/share/dbus-1/interfaces/org.kde.Akonadi.NotificationManager.xml', needed by `akonadi/notificationmanagerinterface.cpp'.  Stop.
make[1]: *** [akonadi/CMakeFiles/akonadi-kde.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 15%] Built target kresources
make: *** [all] Error 2
--Pikidalto

Registered Linux user #471570
http://counter.li.org/

This post has been edited 2 times, last edit by "Pikidalto" (May 12th 2008, 3:56am)