[Expat-bugs] [ expat-Bugs-1241242 ] v1.95.8: expat_external.h does not get installed

SourceForge.net noreply at sourceforge.net
Wed Jul 20 00:59:31 CEST 2005


Bugs item #1241242, was opened at 2005-07-19 15:59
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=1241242&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: Nobody/Anonymous (nobody)
Assigned to: Greg Stein (gstein)
Summary: v1.95.8: expat_external.h does not get installed

Initial Comment:
command executed during make install (from "make" 
output):
conftools/install-sh -c -m 
644 ./lib/expat.h ./lib/expat_external.h /apps/apache/v0.4
.5_20050518-1531/usrlocal/include

Info in the first few lines of install-sh mentions that "It 
can only install one file at a time."

File expat_external.h is not found in the destination 
include dir.

Following changes to Makefile seem to fix (relevant 
lines quoted):
...
APIHEADER = $(srcdir)/lib/expat.h
APIHEADER2 = $(srcdir)/lib/expat_external.h
...
        $(INSTALL_DATA) $(APIHEADER) $(includedir)
        $(INSTALL_DATA) $(APIHEADER2) $(includedir)
...
        rm -f $(includedir)/$(APIHEADER) $(includedir)/
$(APIHEADER2)
...


Build environment: Solaris 8
GCC 3.4.2
GNU make 3.80

Regards,
Lieven DeBock
ldb125 \a/t\ gmail /d\o/t\ com


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

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


More information about the Expat-bugs mailing list