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

SourceForge.net noreply at sourceforge.net
Wed Sep 13 07:48:24 CEST 2006


Bugs item #1557638, was opened at 2006-09-13 05:48
Message generated for change (Tracker Item Submitted) made by Item Submitter
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.

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

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