home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!thehulk!munroe
- From: munroe@dmc.com (Dick Munroe)
- Newsgroups: vmsnet.misc
- Subject: Re: COM_KILLER compile problemDOWN
- Message-ID: <1992Nov7.113839.4676@dmc.com>
- Date: 7 Nov 92 11:38:39 EST
- References: <16806@umd5.umd.edu>
- Organization: Doyle, Munroe Consultants, Inc., Hudson, MA
- Lines: 30
-
- In article <16806@umd5.umd.edu>, bleau@umdsp.umd.edu writes:
- > The line which gives me problems is:
- >
- > ( [ inherit ( 'sys$library:starlet.pen' ) ] }
- >
- > This is the very first line in the file, even before the PROGRAM statement.
- > When I compile it I get the following error messages:
- >
- > 00001 0 0 ( [ inherit ( 'sys$library:starlet.pen' ) ] }
- > 1 2 3 4
- > %PASCAL-E-SYNPROMOD, (1) Syntax: PROGRAM or MODULE expected
- > %PASCAL-E-SYNIDENT, (2) Syntax: identifier expected
- > %PASCAL-E-IVUSEATTR, (3) Invalid use of INHERIT attribute
- > -PASCAL-I-CNTBEDEFDECL, (3) - not allowed on any definition or declaration part
- > %PASCAL-E-SYNASCII, (4) Illegal ASCII character
-
- Larry,
-
- You need to create an environment file from SYS$LIBRARY:STARLET.PAS. Try:
-
- $ PASCAL/ENVIRONMENT=SYS$LIBRARY:STARLET.PEN SYS$LIBRARY:STARLET.PAS
-
- (You might want to make sure that STARLET.PEN is world readable).
- --
- Dick Munroe Internet: munroe@dmc.com
- Doyle Munroe Consultants, Inc. UUCP: ...uunet!thehulk!munroe
- 267 Cox St. Office: (508) 568-1618
- Hudson, Ma. FAX: (508) 562-1133
-
- GET CONNECTED!!! Send mail to info@dmc.com to find out about DMConnection.
-