To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=110523





------- Additional comments from [email protected] Thu Apr  1 09:21:05 +0000 
2010 -------
mst: hmm, I got a idea for a hack... Do you have a miniimal testcase for this
suiitable for configure? We could check for this there.

And then (if not suitable), so something like this (which is currently
hardcoded, yes):

--- scp2/source/ooo/file_library_ooo.scp        (Revision 277995)
+++ scp2/source/ooo/file_library_ooo.scp        (Arbeitskopie)
@@ -1827,7 +1827,8 @@
 End
 #endif

-#ifndef SYSTEM_REDLAND
+// disabled until i#FIXME is fixed
+/* #ifndef SYSTEM_REDLAND
 File gid_File_Lib_Raptor
     TXT_FILE_BODY;
     Styles = (PACKED);
@@ -1845,7 +1846,7 @@
     Name = "raptor.dll";
    #endif
   #endif
-End
+End */

 File gid_File_Lib_Rasqal
     TXT_FILE_BODY;
--- redland/raptor/makefile.mk  (Revision 278035)
+++ redland/raptor/makefile.mk  (Arbeitskopie)
@@ -38,11 +38,12 @@

 .INCLUDE :     settings.mk

-.IF "$(SYSTEM_REDLAND)" == "YES"
-all:
-       @echo "An already available installation of Redland RDF should exist on
your system."
-       @echo "Therefore the version provided here does not need to be built in
addition."
-.ENDIF
+# disabled until i#FIXME is fixed
+#.IF "$(SYSTEM_REDLAND)" == "YES"
+#all:
+#      @echo "An already available installation of Redland RDF should exist on
your system."
+#      @echo "Therefore the version provided here does not need to be built in
addition."
+#.ENDIF

 # --- Files --------------------------------------------------------

That would still remove two internal copies (rsqual/rdf) while keeping raptor.
A libraptor* copied into my previous build fixes the problem at least so the
RPATH seems to pick up the correct lib...

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to