home *** CD-ROM | disk | FTP | other *** search
/ Programmer's ROM - The Computer Language Library / programmersrom.iso / ada / message / gmhf.cmm next >
Encoding:
Text File  |  1988-05-03  |  1.3 KB  |  31 lines

  1.      
  2.                      Comments on Porting
  3.             Generic Message Handling Facility (GMHF)
  4.                           by VEDA
  5.                          to DEC Ada
  6.                                                                Tool 7 
  7.                                                                July 23, 1985
  8.      
  9. COMPILATION
  10. -----------
  11.   A VMS command file was created from the ordered list of compilation
  12.   units provided in the file GMHFSRC.DIS.  This order of compilation
  13.   was inaccurate for two reasons.  First, the GMHF source files
  14.   did not have ".src" file extensions as indicated in the compilation 
  15.   order listing, instead they had file extensions of ".txt".  
  16.   Secondly, the package body of subunit CALLEDIT.TXT was
  17.   not in the proper position in the order of compilation. Because this
  18.   package body "withed" both of the editors (rfeditor and ureditor),
  19.   the subunit CALLEDIT.TXT had to be moved within the compilation 
  20.   order so that these two editors would be visible to CALLEDIT.TXT.  
  21.      
  22.   We were not able to compile the GMHF.  The file, MMIP.TXT, referenced
  23.   a package, HOST_LCD_IF, which was a compiler specific package.  We 
  24.   did not further investigate this package, and therefore we were unable 
  25.   to compile the GMHF.
  26.  
  27. EXECUTION
  28. ---------
  29.   Execution of the GMHF was not attempted.
  30.  
  31.