[ expat-Bugs-840173 ] Add define to descrip.mms file.
"SourceForge.net" <[email protected]>
| Newsgroups | gmane.text.xml.expat.bugs |
|---|---|
| Message-ID | <[email protected]> |
Bugs item #840173, was opened at 2003-11-11 13:41 Message generated for change (Comment added) made by fdrake You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=840173&group_id=10127 Category: Build control Group: Platform Specific >Status: Closed >Resolution: Accepted Priority: 5 Submitted By: Nobody/Anonymous (nobody) >Assigned to: Fred L. Drake, Jr. (fdrake) Summary: Add define to descrip.mms file. Initial Comment: Expat 1.95.7 downloaded 11-NOV-2003 compile on VAX/VMS 6.2 Compaq C 6.4-005 Since there is a expat_config.h file that defines expat behavior on VMS platform, there is a need to define HAVE_EXPAT_CONFIG_H in the compiler command for the build. Simply add >,HAVE_EXPAT_CONFIG_H< to the DEFS = /DEFINE... line in descrip.mms. The new line whould read like this: DEFS = /DEFINE= (PACKAGE="""$(PACKAGE)""",VERSION="""$PACKAGE)_ ($VERSION)""",HAVE_EXPAT_CONFIG_H) Version number in descrip.mms should also be updated. Thanks for your efforts. Stephane [email protected] ---------------------------------------------------------------------- >Comment By: Fred L. Drake, Jr. (fdrake) Date: 2003-11-17 10:37 Message: Logged In: YES user_id=3066 Committed as vms/descrip.mms revision 1.3. Untested as I have no access to (or expertise on) VMS. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=840173&group_id=10127