Re: Please fix kde-runtime buildsystem

2012-06-04 Thread Alexander Neundorf
On Sunday, June 03, 2012 08:26:36 PM Albert Astals Cid wrote:
 If kactivities is not found it gives
 
 ---
 CMake Error at
 plasma/declarativeimports/plasmaextracomponents/CMakeLists.txt:3
 (find_package):
   Could not find module FindKActivities.cmake or a configuration file for
   package KActivities.
 
   Adjust CMAKE_MODULE_PATH to find FindKActivities.cmake or set
   KActivities_DIR to the directory containing a CMake configuration file for
 KActivities.  The file will have one of the following names:
 
 KActivitiesConfig.cmake
 kactivities-config.cmake

Is KActivities intended to be found via its installed config.cmake file ?
If so, please add the NO_MODULE parameter to the find_package() call. This 
makes it clear that the config.cmake file is searched, and that not 
FindKActivities.cmake should be there.

Alex


 ---
 
 
 It should use a proper macro_log_feature reporting system.
 
 Cheers,
   Albert


Re: Please fix kde-runtime buildsystem

2012-06-04 Thread Aaron J. Seigo
On Sunday, June 3, 2012 20:26:36 Albert Astals Cid wrote:
 If kactivities is not found it gives

done.

-- 
Aaron J. Seigo

signature.asc
Description: This is a digitally signed message part.


Please fix kde-runtime buildsystem

2012-06-03 Thread Albert Astals Cid
If kactivities is not found it gives

---
CMake Error at 
plasma/declarativeimports/plasmaextracomponents/CMakeLists.txt:3 
(find_package):
  Could not find module FindKActivities.cmake or a configuration file for
  package KActivities.

  Adjust CMAKE_MODULE_PATH to find FindKActivities.cmake or set
  KActivities_DIR to the directory containing a CMake configuration file for
  KActivities.  The file will have one of the following names:

KActivitiesConfig.cmake
kactivities-config.cmake
---


It should use a proper macro_log_feature reporting system.

Cheers,
  Albert


Please fix kde-runtime buildsystem (2nd issue)

2012-06-03 Thread Albert Astals Cid
It seems kde-runtime needs shared-desktop-ontologies 0.9

I would a macro_log_feature error instead of  
nepomuk/kioslaves/nepomuk/resourcepagegenerator.cpp failing to compile

Cheers,
  Albert