[Expat-bugs] [ expat-Bugs-1408143 ] "make check" failure

SourceForge.net noreply at sourceforge.net
Mon Mar 6 15:55:16 CET 2006


Bugs item #1408143, was opened at 2006-01-17 07:20
Message generated for change (Comment added) made by kwaclaw
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=1408143&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: Closed
Resolution: Fixed
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Greg Stein (gstein)
Summary: "make check" failure

Initial Comment:
From: Peter Breitenlohner <peb at mppmu.mpg.de>

expat-2.0.0

When running "make check" (with VPATH, i.e. outside the
source tree), g++ was invoked without any '-I' and thus
has included some old installed headers from 1.95.8
resulting in a compilation error due to the missing
declaration of XML_Size.

Attached is a small patch fixing this.

The patch also makes a difference between CFLAGS
and CXXFLAGS in order to avoid the warnings that g++
doesn't want "-Wmissing-prototypes -Wstrict-prototypes".

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

>Comment By: Karl Waclawek (kwaclaw)
Date: 2006-03-06 09:55

Message:
Logged In: YES 
user_id=290026

No further complaints - closing this issue.

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

Comment By: Karl Waclawek (kwaclaw)
Date: 2006-01-25 18:07

Message:
Logged In: YES 
user_id=290026

After some discussion and testing from other team members,
the attached patch was accepted (except for the changes to
configure, as this file is a generated file and not in CVS).

Applied in Makefile.in rev. 1.54 and configure.in rev. 1.42.

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

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


More information about the Expat-bugs mailing list