[ expat-Bugs-1040561 ] expat_external.h not installed
"SourceForge.net" <[email protected]>
| Newsgroups | gmane.text.xml.expat.bugs |
|---|---|
| Message-ID | <[email protected]> |
Bugs item #1040561, was opened at 2004-10-05 07:09 Message generated for change (Comment added) made by kwaclaw You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=1040561&group_id=10127 Category: Build control Group: None Status: Open Resolution: None Priority: 5 Submitted By: KUGA Tsutomu (tsk777) Assigned to: Greg Stein (gstein) Summary: expat_external.h not installed Initial Comment: Version 1.95.8 expat_external.h is not installed when `make install' performed. On line 83 in Makefile, it is intended to be installed along with expat.h using conftools/install.sh, but the script installs only one file at a time as described in line 23 ( of the script). ---------------------------------------------------------------------- >Comment By: Karl Waclawek (kwaclaw) Date: 2004-11-15 13:09 Message: Logged In: YES user_id=290026 I thought the fix in CVS does exactly that? ---------------------------------------------------------------------- Comment By: Rob Lange (robolange) Date: 2004-11-15 12:13 Message: Logged In: YES user_id=271724 I don't know about the original poster, but this is still very much an issue for me. I am using Tru64 on a Compaq AlphaServer, with gcc 3.3.4, gmake 3.79.1. Based on this bug's description and the comments in bug #1000112 I would *guess* that the GNU install command handles multiple input files, whereas the POSIX standard install command only handles 1. I think the build file should be changed to call install with one file at a time. It's a fairly small change (in this case, 1 line becomes 2 lines) that would improve portability of the library. ---------------------------------------------------------------------- Comment By: Karl Waclawek (kwaclaw) Date: 2004-10-05 08:52 Message: Logged In: YES user_id=290026 This depends on the platform - whcih is yours? Seems like a duplicate of bug #1000112, which is already fixed. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=1040561&group_id=10127