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

Anyone can help me? Centaur2.0 problem.




I got fatal errors when compile typol.

I try to start the batch-compilation (because I failed 
in inteactive compile)  by typing "ctmake alltypol"
as indicated in User Manual page 8. 
I failed.
============================
I got the following message:
============================
llux-interprete{22}% ctmake alltypol
Building sun4OS4/makefile
Buildtypol: Compiling sisal_run.ty in nodb mode
; Le-Lisp (by INRIA) version 15.25 (22/sept/92)   [sun4]
; Centaur v2.0 (2.51.7.50) batch - ven 16 sept 94 10:34:03
Info: TYPOL  : tables read.
Info: TYPOL_code.ll : loaded
Info: TYPOL_sch : loaded
Info: prolog ( 1 ): ECRC Common Logic Programming System [sepia opium megalog]
Info: prolog ( 1 ): Version 3.4.5, Copyright ECRC GmbH, Thu Jun 16 11:08 1994
Info: prolog ( 1 ): [eclipse 1]:
Info: prolog ( 1 ): yes.
Info: prolog ( 1 ):
[eclipse 2]: handlers.sp compiled traceable 236 bytes in 0.00 seconds
Info: prolog ( 1 ): scattered.pl compiled optimized 5016 bytes in 0.07 seconds
** stio-loop : timeout occurred : (#:st-synchronous:mem:#[done () ()])
*** Error code 255
make: Fatal error: Command failed for target `compiletypol'
Current working directory /home/pollux2/yschen/sisal/semantics/interprete
*** Error code 1
make: Fatal error: Command failed for target `alltypol'
pollux-interprete{23}%

===============================
The content of my Buildfile is: 
===============================
# $Id: buildfilemodel,v 1.3 94/06/20 17:13:58 croap1 Exp $
LANGUAGES=sisal
RDBFILES=../../syntax/sisal.rdb
NODBPG=sisal_run.sp
DBPG=
#include ../../../.CENTAUR_SRC/centaur/tables/typol/Buildtypol

===============================
The content of sisal_run.ty is:
===============================
program sisal_run is
use sisal ;
import root_function(string, VALUES |- SYSTEM : VALUES) from
        sisal_computation;
export root_function(funct_id, params |- system : values) as
         interpret(system, funct_id, params) = values ;
end sisal_run;


Thanks,
Yung-Syau