Menu

#282 Add define to descrip.mms file.

Platform Specific
closed-accepted
5
2003-11-17
2003-11-11
Anonymous
No

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

stephane_paquin@hotmail.com

Discussion

  • Fred L. Drake, Jr.

    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.

     
  • Fred L. Drake, Jr.

    • assigned_to: gstein --> fdrake
    • status: open --> closed-accepted
     

Log in to post a comment.