home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / vmsnet / misc / 991 < prev    next >
Encoding:
Internet Message Format  |  1992-11-08  |  1.5 KB

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