[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Compiling a new PPML specification



Hi,
   I'm currently implementing a second pretty-printer for 
my Adl language formalism. The new PPML specification compiles
without problems but when I try to run ctmake I get the following
message:

> ctmake PPML=centaur
Building module.LM with:
   import: 
   export: 
   atfile: 
   files:  
   ppmloptions: 'module
   rdbfiles:    ../../syntax/Adl.rdb
ILOG Le-Lisp 15.260, licensed to "inria-sophia  "
; Le-Lisp (by INRIA) version 15.26  (01/Dec/93)  [solaris]
; Centaur Exp (2.52.55.6) batch - Fri Feb   9 96 10:24:14 
Info: PPML  : tables read. 
Info: PPML_code.ll : loaded 
Info: PPML_sch : loaded 
** #:rmo:Formalism:get-dir : invalid resources : (user 
centaur/tables/Adl/syntax/)
*** Error code 255
make: Fatal error: Command failed for target `module.LM'

----- end message -------

The offending line in the ../../syntax/Adl.rdb 

file is:

Centaur.Adl.Location: centaur/tables/Adl/syntax/

This corresponds to the path from my home directory to the 
syntax directory. 

I have tried changing this pathname to centaur/tables/Adl/syntax/metal
and centaur/tables/Adl but the same error occurs.

Is this error a common one?

Best regards,
 
Brad Alexander