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


User rene changed the following:

                What    |Old value                 |New value
================================================================================
             Assigned to|rene                      |hro
--------------------------------------------------------------------------------
               Component|tools                     |utilities
--------------------------------------------------------------------------------
              QA contact|[EMAIL PROTECTED]              |[EMAIL PROTECTED]
--------------------------------------------------------------------------------
            Subcomponent|configure                 |code
--------------------------------------------------------------------------------
        Target milestone|---                       |OOo 3.0
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Mon Mar 17 11:01:58 +0000 
2008 -------
configure has no deal with it; it sets the variables correctly.

The bug is in xmlhelps makefile.mk which does not pass the define to the
compiler. Reassigning appropriately.

Following trivial patch needed:

--- xmlhelp/source/com/sun/star/help/makefile.mk-old    2008-03-17
11:55:37.000000000 +0100
+++ xmlhelp/source/com/sun/star/help/makefile.mk        2008-03-17 
11:56:05.000000000 +0100
@@ -51,6 +51,10 @@
 CFLAGS+= -I$(SOLARINCDIR)$/$(LIBXSLTINCDIR)
 .ENDIF
 
+.IF "$(SYSTEM_EXPAT)" == "YES"
+CFLAGS+=-DSYSTEM_EXPAT
+.ENDIF
+
 .IF "$(SYSTEM_DB)" == "YES"
 CFLAGS+=-DSYSTEM_DB -I$(DB_INCLUDES)
 .ENDIF


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