Hi Siddharth, On Wednesday 25 April 2007 01:53, Siddharth Angrish wrote: > Hi > > how is the swi library included in ECLiPSe. I am able to > successfully execute the command > "lib(sictus)." but not "lib(swi)." You should be able to load the swi compatibility library with lib(swi): [eclipse 1]: lib(swi). cio.eco loaded traceable 0 bytes in 0.01 seconds iso.eco loaded traceable 0 bytes in 0.03 seconds foreign.eco loaded traceable 0 bytes in 0.02 seconds scattered.eco loaded traceable 0 bytes in 0.01 seconds cprolog.eco loaded traceable 0 bytes in 0.02 seconds quintus.eco loaded traceable 0 bytes in 0.12 seconds apply.eco loaded traceable 0 bytes in 0.01 seconds swi.eco loaded traceable 0 bytes in 0.22 seconds Yes (0.26s cpu) Which version of ECLiPSe are you using? lib(swi) was added in the open-source 5.10 version of ECLiPSe, so if you are using an older version, it would not have lib(swi). > SWI Prolog is installed on my machine. Even including the > library directories of SWI prolog > in ECLiPSe through set_flag/2 did not help. > The error encountered is: > library not found in use_module(library(swi)) > lib(swi) is completely independent of any code from SWI Prolog -- so you don't need to add the SWI library directories to library_path via set_flag/2, which I assume you are doing? In fact, it may confuse ECLiPSe as it may try to load SWI Prolog's files rather than ECLiPSe's. Cheers, Kish > Thanks > Siddharth > > _______________________________________________ > ECLiPSe-Users mailing list > ECLiPSe-Users_at_crosscoreop.com > http://www.crosscoreop.com/mailman/listinfo/eclipse-users >Received on Wed Apr 25 2007 - 02:48:17 CEST
This archive was generated by hypermail 2.2.0 : Thu Feb 02 2012 - 02:31:58 CET