10 Oct 11:57
SW-Prolog Version 5.6.58 and Debian (lenny)
From: Valerio Senni <senni <at> disp.uniroma2.it>
Subject: SW-Prolog Version 5.6.58 and Debian (lenny)
Newsgroups: gmane.comp.ai.prolog.swi
Date: 2008-10-10 09:59:59 GMT
Subject: SW-Prolog Version 5.6.58 and Debian (lenny)
Newsgroups: gmane.comp.ai.prolog.swi
Date: 2008-10-10 09:59:59 GMT
Hello to everyone,
under Debian (lenny). Version 5.6.58.
And I get the following error:
$ swipl
Welcome to SWI-Prolog (Multi-threaded, 32 bits, Version 5.6.58)
Copyright (c) 1990-2008 University of Amsterdam.
SWI-Prolog comes with ABSOLUTELY NO WARRANTY. This is free software,
and you are welcome to redistribute it under certain conditions.
Please visit http://www.swi-prolog.org for details.
For help, use ?- help(Topic). or ?- apropos(Word).
?- use_module(library(clpq)).
ERROR: source_sink `library(clpq)' does not exist
?- [test].
ERROR: /home/valerio/test.pl:1:
source_sink `library(clpq)' does not exist
Warning: /home/valerio/test.pl:1:
Goal (directive) failed: user:use_module(library(clpq))
% test compiled 0.01 sec, 1,584 bytes
true.
?-
The file test.pl contains the clause ":- use_module(library(clpq))."
Is this expected ? :)
Can anyone help me?
Thank you
Valerio
RSS Feed