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

Re: Problemes avec la V 1.2 de Centaur




Alain Kerihuel encountered problems while trying to compile a ppml
specification to a lisp module.
The ppml compiler tried to write to a wrong file and failed.
=> /TESTV12-std.ll: Permission denied
=> ** openo : I/O error : /TESTV12-std.ll

The name of the generated  file is build from the user path (variable
USERPATH) and the module name (variable MODNAME).
The directory of the file is the absolute path of the module.


	USERDIR=/home/illico/d01/api/kerihuel
must be replaced by
	USERDIR=/home/illico/d01/api/kerihuel/

A trailing / is mandatory with Lisp paths, and the module
could not be found in the user path directory.

The system should have warned with an error  message indicating that the
module could not be found in the user-path. This error will be fixed in next
releases.

Sorry for the inconvenience.

Vincent Prunet