[Expat-bugs] [ expat-Bugs-1557638 ] "make check" needs "-I${prefix}/include"

SourceForge.net noreply at sourceforge.net
Wed Sep 13 07:49:31 CEST 2006


Bugs item #1557638, was opened at 2006-09-13 05:48
Message generated for change (Comment added) made by prjsf
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=1557638&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: Paul Jarc (prjsf)
Assigned to: Greg Stein (gstein)
Summary: "make check" needs "-I${prefix}/include"

Initial Comment:
"make check" can't compile its C++ test files if the
headers are not in the compiler's default include
search path.  runtestspp.cpp appears to be compiled
with make's default rule, not $(CXXCOMPILE), so it
doesn't use $(INCLUDES).  It does use $(CPPFLAGS), so
including $(INCLUDES) and $(DEFS) in $(CPPFLAGS)
instead of in $(COMPILE) and $(CXXCOMPILE) should work.

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

>Comment By: Paul Jarc (prjsf)
Date: 2006-09-13 05:49

Message:
Logged In: YES 
user_id=412110

Sorry, I forgot to mention this applies to expat 2.0.0.

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

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


More information about the Expat-bugs mailing list