13 Aug 21:50
64bit Vista
From: johnnyc <jwc04@...>
Subject: 64bit Vista
Newsgroups: gmane.comp.ai.prolog.yap.general
Date: 2008-08-13 19:53:20 GMT
Subject: 64bit Vista
Newsgroups: gmane.comp.ai.prolog.yap.general
Date: 2008-08-13 19:53:20 GMT
I'm running a 64bit version of Vista.
I've been running the 32bit binaries and they seem fine but I've noticed a small issue when I call Yap using the -L flag. Basically I get a number of pipe ('|') characters output. For example, if I have a file as follows:
file.pl:
:- initialization(main).
m(a).
main:-setof(A,m(A),List),write(List),nl.
and i run:
yap -L file.pl
the output i get is:
| | | | [a]
Is this an issue with my OS (I don't get this under Linux)? Are there any Yap binaries
available for 64bit windows? The actual prolog results seem fine and the pipes appear on
cerr rather than cout I think.
Many thanks
jc
Sent from the Yap Prolog mailing list archive at Nabble.com.
------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________ Yap-users mailing list Yap-users@... https://lists.sourceforge.net/lists/listinfo/yap-users
RSS Feed