opensubscriber
   Find in this group all groups
 
Unknown more information…

u : users-prolog@gnu.org 30 March 2012 • 3:43PM -0400

Launch gprolog with sh
by Paolo Parise

REPLY TO AUTHOR
 
REPLY TO GROUP




Hi,

I'm writing a script (.sh) which should launch gprolog, load a file (
wumpusMind.pl <http://name.pl/>) and the initial query (init) in the same
file which is in the form:

init :-
    retractall(counter(_)),
    ...

but there's something wrong (it seems in the consulting of name.pl):
gprolog --consult-file wumpusMind.pl --entry-goal 'init, nl'
(error message:)

paolo@paolo-PC-Ubuntu:~/Desktop$ sh lauch.sh
GNU Prolog 1.3.0
By Daniel Diaz
Copyright (C) 1999-2007 Daniel Diaz
warning: command-line goal 'init, nl' caused exception:
error(existence_error(procedure,init/0),'command-line')
| ?-

Manually I do the follow:
gprolog
| ?- [name]
| ?- init.
... processing

Have you got a clue?

Thanks in advance!

Paolo P.

Bookmark with:

Delicious   Digg   reddit   Facebook   StumbleUpon

Related Messages

opensubscriber is not affiliated with the authors of this message nor responsible for its content.