To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=80224
                 Issue #|80224
                 Summary|[sb71] libxml2wrapper fails to build with system-libxm
                        |l2
               Component|utilities
                 Version|1.0.0
                Platform|All
                     URL|
              OS/Version|Linux
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P3
            Subcomponent|code
             Assigned to|sb
             Reported by|rene





------- Additional comments from [EMAIL PROTECTED] Tue Jul 31 15:19:53 +0000 
2007 -------
... because it doesn't find the headers.

Trivial patch:

--- libxml2/source/libxml2wrapper/makefile.mk 23 Jul 2007 13:39:46 -0000     
1.1.2.1
+++ libxml2/source/libxml2wrapper/makefile.mk 31 Jul 2007 15:04:56 -0000
@@ -45,6 +45,10 @@

 .INCLUDE: settings.mk

+.IF "$(SYSTEM_LIBXML)" == "YES"
+CFLAGS += $(LIBXML_CFLAGS)
+.ENDIF
+
 SHL1TARGET = $(TARGET)
 SHL1OBJS = $(SLO)$/libxml2wrapperfree.obj $(SLO)$/libxml2wrapperinitialize.obj
 SHL1STDLIBS = $(SALLIB) $(XML2LIB)

---------------------------------------------------------------------
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