Re: --query-goal problem with gprolog-1.3.1-mingw
Fred Bapst <[email protected]>
| Newsgroups | gmane.comp.gnu.prolog.general |
|---|---|
| Message-ID | <[email protected]> |
Ok, it's fixed in the snapshot : I recompiled this snapshot and then gprolog-1.3.1 from the source. Everything works fine with the last snapshot, but fails with 1.3.1. Is it planned to announce release 1.3.2 soon ? Thanks. > Can you try the last snaphsot please ? > > http://gprolog.univ-paris1.fr/unstable/gprolog-20090902.tgz > > you need to recompile it under mingw >> Hello, >> >> I'm a fan of gprolog, and I have a problem with gprolog-1.3.1-mingw (ok, >> I'm not proud of the OS I use...) : >> >> prompt> gprolog --init-goal nl >> >> works fine, but the following commands crash : >> >> prompt> gprolog --entry-goal nl >> prompt> gprolog --query-goal nl >> >> Everything works fine with the MSVC build of gprolog-1.3.1 (but I need >> mingw).