Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The build on OpenVMS X86_64 fails #103

Open
arpadffy opened this issue Nov 22, 2023 · 0 comments
Open

The build on OpenVMS X86_64 fails #103

arpadffy opened this issue Nov 22, 2023 · 0 comments

Comments

@arpadffy
Copy link

The environment:

SYSTEM@x86vms$ mms /ident
%MMS-I-IDENT, MMS V4.0-4 ▒ Copyright 2022 VMS Software, Inc and Hewlett-Packard Development Company, L.P.
SYSTEM@x86vms$ cc /version
VSI C x86-64 X7.4-843 (GEM 50XB9) on OpenVMS x86_64 V9.2-1

Try to build with COMPILE.COM :

SYSTEM@x86vms$ @compile

MMK Bootstrap Procedure

$! If you have the SDL compiler installed, then feel free to uncomment the
$! lines below. However, it is not absolutely necessary as the resulting
$! header files are distributed with the source kit.
$!
$!$ MESSAGE/NOOBJECT/SDL=MMK_MSG.SDL MMK_MSG.MSG
$!$ SDL/VAX/LANGUAGE=CC=ETC_DIR:MMK_MSG.H MMK_MSG.SDL
$ LIBRARY/CREATE BIN_DIR:MMK.OLB
$ CC/NOLIST/OBJECT=BIN_DIR:MMK.OBJ MMK.C
$ LIBRARY/REPLACE BIN_DIR:MMK.OLB BIN_DIR:MMK.OBJ
$ CC/NOLIST/OBJECT=BIN_DIR:FILEIO.OBJ FILEIO.C
$ LIBRARY/REPLACE BIN_DIR:MMK.OLB BIN_DIR:FILEIO.OBJ
$ CC/NOLIST/OBJECT=BIN_DIR:MEM.OBJ MEM.C
$ LIBRARY/REPLACE BIN_DIR:MMK.OLB BIN_DIR:MEM.OBJ
$ CC/NOLIST/OBJECT=BIN_DIR:GET_RDT.OBJ GET_RDT.C
$ LIBRARY/REPLACE BIN_DIR:MMK.OLB BIN_DIR:GET_RDT.OBJ
$ CC/NOLIST/OBJECT=BIN_DIR:SP_MGR.OBJ SP_MGR.C
$ LIBRARY/REPLACE BIN_DIR:MMK.OLB BIN_DIR:SP_MGR.OBJ
%LIBRAR-E-DUPGLOBAL, global symbol exit_handler from file DKA0:[WORK.mmk.BIN-X86_64]SP_MGR.OBJ;1 already in library DKA0:[WORK.mmk.B
IN-X86_64]MMK.OLB;1
$BAIL_OUT:
$ EXIT 1.or.(0*F$VERIFY(0))

Try to build with MMS :

SYSTEM@x86vms$ mms

    .IFNDEF KITBUILDER

%MMS-W-DRVPARSERR, Parser error: "syntax error" in file DKA0:<WORK.mmk>descrip.mms;1, line 246.
%MMS-F-DRVBADPARSE, Parser detected a fatal syntax error in the description file.

Any help would be appreciated.
Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant