Hi!
In one of my programs that I'm trying to run in CIAO (1.5p169) I have the following clause:
lgt_load_prolog_code(File) :- compile(File).
Calling the above predicate always gives me the error:
user:compile/1 - undefined predicate
How do we call the compile/1 predicate from a user defined predicate? What module should be used/included? From the manual, it seams to be exported from a ciaosh module but there is no trace of the corresponding file in the libraries directories.
TIA,
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 -----------------------------------------------------------