on 10.07.00 06:33, Marian Kamenov at marianpk(a)yahoo.com wrote:
I'm using CIAO for about a month on Windows NT 4.0 & Redhat Linux 6.1. I don't see such a problem.
Very easy to reproduce the bug. Just write a small Prolog source file with the following contents:
test :- compile(file).
Run the ciaoengine application and at the top level try:
?- compile(test).
yes ?- test. {ERROR: user:compile/1 - undefined predicate}
no
It seams that I have to import the compile/1 predicate from some library. Unless we can only call it from the top level...
Paulo
----------------------------------------------------------- Paulo Jorge Lopes de Moura Dep. of Mathematics and Informatics Office 4.32 Ext. 3251 University of Beira Interior Phone: +351 275319700 6201-001 Covilhã Fax: +351 275319732 Portugal
mailto:pmoura(a)noe.ubi.pt http://www.ci.uc.pt/logtalk/pmoura.html -----------------------------------------------------------