[Expat-bugs] [ expat-Patches-1436978 ] Fix HP-UX build

SourceForge.net noreply at sourceforge.net
Wed Feb 22 21:43:28 CET 2006


Patches item #1436978, was opened at 2006-02-22 12:43
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=310127&aid=1436978&group_id=10127

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Build Control
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Mark F. Haigh (mfhaigh)
Assigned to: Greg Stein (gstein)
Summary: Fix HP-UX build

Initial Comment:

Patch against expat 2.0 release to fix HP-UX build
failures (#1414066).  Unfortunately I cannot attach a
patch to the bug itself.

Discussion:

1.  ifdef / ifndef are GNU make-isms.  Remove.

2.  $^ is a GNU make-ism.  Replace it with a list of
all prerequsites.

3.  CXX autoconf substitution was missing.  Add it.

4.  Suffix rule for C++ missing.  Add it.


Results:

bash-2.04$ uname -srvm
HP-UX B.11.11 U 9000/800

bash-2.04$ make check
[...]
Expat version: expat_2.0.0
100%: Checks: 48, Failed: 0
        tests/runtestspp
Expat version: expat_2.0.0
100%: Checks: 48, Failed: 0


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=310127&aid=1436978&group_id=10127


More information about the Expat-bugs mailing list