Hi all,
I have some problems installing pillow on top of sicstus 3.7.1. What I have done:
-Installed pillow as described in README. -Changed the predicate 'save' to 'save_program' in html.pl
Tried phones.pl from the examples directory:
---------------- euklid:/provided/sicstus/pillow/examples >sicstus SICStus 3.7.1 (IRIX64-6.4-IP27): Tue Oct 06 13:24:09 MDT 1998 Licensed to uni-duesseldorf | ?- [phones]. {consulting /provided/sicstus/pillow/examples/phones.pl...} {consulting /provided/sicstus/library/pillow.pl...} {consulting /provided/sicstus/library/html.pl...} {loading /provided/sicstus/library/system.ql...} {loaded /provided/sicstus/library/system.ql in module system, 10 msec 28104 bytes} {consulted /provided/sicstus/library/html.pl in module pillow, 260 msec 124608 bytes} {loading /provided/sicstus/library/sockets.ql...} {loaded /provided/sicstus/library/sockets.ql in module sockets, 10 msec 29200 bytes} {consulted /provided/sicstus/library/pillow.pl in module pillow, 380 msec 212312 bytes} {SICStus state saved in /provided/sicstus/pillow/examples/phones.cgi} {/provided/sicstus/pillow/examples/phones.pl consulted, 400 msec 214992 bytes}
yes | ?- halt. --------------------
But ./phones.cgi says:
---------------------- euklid:/provided/sicstus/pillow/examples >./phones.cgi SICStus 3.7.1 (IRIX64-6.4-IP27): Tue Oct 06 13:24:09 MDT 1998 Licensed to uni-duesseldorf {SICStus state restored from /provided/sicstus/pillow/examples/phones.cgi} {INSTANTIATION ERROR: call(pillow:_668) - arg 1} | ?- ---------------------
The first line in phones.pl is: :- use_module('/provided/sicstus/library/pillow.pl'). This is correct.
Any ideas to get pillow running with sicstus 3.7.1? I have also tried prolog_shell3, almost the same problem. Also found nothing in the pillow docs, they seem to be related to an older version of sicstus.
Thanks,
Michael