On Tuesday 06 May 2008 16:06, Bernhard Reiter wrote:
> emerge --update kdelibs    worked,
> but --update kdepimlibs now fails differently like:

> mingw32-make[2]: *** No rule to make target
> `e:/devel/share/dbus-1/interfaces/org.freedesktop.Akonadi.NotificationManag
>er.xml', needed by `akonadi/notificationmanagerinterface.cpp'.  Stop.
> mingw32-make[1]: *** [akonadi/CMakeFiles/akonadi-kde.dir/all] Error 2

The lesson here probably is sometimes dependencies are missing,
as I guess this build would be better with a previous "emerge akonadi".

> For my purposes I see if I can deactivate akonadi for this build,
> but I wanted to share the experience.

BTW, attached how I usually disable akonadi
(which is not needed for a nice kdepim currently).

Bernhard

-- 
Managing Director - Owner: www.intevation.net       (Free Software Company)
Germany Coordinator: fsfeurope.org. Coordinator: www.Kolab-Konsortium.com.
Intevation GmbH, Osnabrück, DE; Amtsgericht Osnabrück, HRB 18998
Geschäftsführer Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner
Index: kdepimlibs/CMakeLists.txt
===================================================================
--- kdepimlibs/CMakeLists.txt	(Revision 804595)
+++ kdepimlibs/CMakeLists.txt	(Arbeitskopie)
@@ -45,10 +45,10 @@
 
 if (NOT ONLY_KLEO)
 
-find_package(Akonadi REQUIRED)
-if(Akonadi_FOUND)
-   add_subdirectory(akonadi)
-endif(Akonadi_FOUND)
+#find_package(Akonadi REQUIRED)
+#if(Akonadi_FOUND)
+#   add_subdirectory(akonadi)
+#endif(Akonadi_FOUND)
 
 # (gpgme++/qgpgme handle their conditions inside their own CMakeLists.txt files)
 add_subdirectory(kabc)
Index: kdepim/kresources/CMakeLists.txt
===================================================================
--- kdepim/kresources/CMakeLists.txt	(Revision 804597)
+++ kdepim/kresources/CMakeLists.txt	(Arbeitskopie)
@@ -32,4 +32,4 @@
 add_subdirectory( birthdays ) 
 add_subdirectory( blog ) 
 #add_subdirectory( groupwise )
-add_subdirectory( akonadi )
+#add_subdirectory( akonadi )
Index: kdepim/CMakeLists.txt
===================================================================
--- kdepim/CMakeLists.txt	(Revision 804597)
+++ kdepim/CMakeLists.txt	(Arbeitskopie)
@@ -15,7 +15,7 @@
 include(CheckIncludeFiles)
 include(FindKdepimLibs)
 
-find_package(Akonadi REQUIRED)
+#find_package(Akonadi REQUIRED)
 
 if(WIN32)
     set(LIB_INSTALL_DIR ${LIB_INSTALL_DIR}
@@ -138,7 +138,7 @@
 
 
   add_subdirectory(kode)
-  macro_optional_add_subdirectory(akonadi)
+  #macro_optional_add_subdirectory(akonadi)
   add_subdirectory(libkdepim)
   add_subdirectory(libkholidays)
 

Attachment: pgp8iyn3hLsFZ.pgp
Description: PGP signature

_______________________________________________
Kde-windows mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-windows

Reply via email to