Hi,
Soprano >= 2.1.68 is needed for KDE4.3
I verified version 2.2.3 builds just fine with only the FindRaptor patch split
into three as follows:
cat /tmp/FindR*
--- cmake/modules/FindRaptor.cmake.orig 2009-06-08 09:15:54.233322009 +0200
+++ cmake/modules/FindRaptor.cmake 2009-06-08 09:16:20.769536961 +0200
@@ -70,7 +70,7 @@
find_library(RAPTOR_LIBRARIES NAMES raptor libraptor
PATHS
- ${raptor_LIBRARY_DIRS}
+ ${raptor_LIBRARY_DIRS} NO_DEFAULT_PATH
)
if (RAPTOR_INCLUDE_DIR AND RAPTOR_LIBRARIES)
--- cmake/modules/FindRasqal.cmake.orig 2009-06-08 09:16:02.538217432 +0200
+++ cmake/modules/FindRasqal.cmake 2009-06-08 09:16:37.961886556 +0200
@@ -66,7 +66,7 @@
find_library(RASQAL_LIBRARIES NAMES rasqal librasqal
PATHS
- ${rasqal_LIBRARY_DIRS}
+ ${rasqal_LIBRARY_DIRS} NO_DEFAULT_PATH
)
if (RASQAL_LIBRARIES AND RASQAL_INCLUDE_DIR)
--- cmake/modules/FindRedland.cmake.orig 2009-06-08 09:13:47.397780128
+0200
+++ cmake/modules/FindRedland.cmake 2009-06-08 09:15:02.440183489 +0200
@@ -66,7 +66,7 @@
find_library(REDLAND_LIBRARIES NAMES rdf librdf
PATHS
- ${redland_LIBRARY_DIRS}
+ ${redland_LIBRARY_DIRS} NO_DEFAULT_PATH
)
if (REDLAND_LIBRARIES AND REDLAND_INCLUDE_DIR)
--
This message posted from opensolaris.org