in reply to Re^2: Which Version of Prolog
in thread Which version of Prolog
for windows understand 'pl' to mean 'plcon.exe' andTo install this module the SWI-Prolog executable "pl" has to be in the + PATH or alternatively the PL environment variable can be used to sel +ect another executable name and location.
This module has been minimal tested under windows, it seems to work, a +nd I plan to support it, but the primary development platform continu +es to be Linux/Unix. To make it work, the "bin" directory for your SWI-Prolog installation +will have to be included in your PATH also at runtime (If you get an +error telling about the lippl.dll being missing, try using 8 chars na +mes in the PATH, i.e. C:\PROGRA~1\SWI-PR~1\BIN).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Which Version of Prolog
by Steve_BZ (Chaplain) on Aug 26, 2009 at 13:10 UTC | |
Hi James, Absolutely right. I tried both path names and they both worked (with warnings), however, when I ran nmake (the windows version of make) everything went widly wrong. Here's the Makefile.PL
But then here's the nmake dump (make sure you grease your scrollbar)
| [reply] [d/l] [select] |
by salva (Canon) on Aug 26, 2009 at 15:03 UTC | |
But there is an easy workaround: just go to SWI-Prolog lib directory (C:/Program files/pl/lib by default) and run... Then configure the Perl module again (perl Makefile.PL) and compile it (dmake) and everything should work this time! | [reply] [d/l] [select] |
by Steve_BZ (Chaplain) on Aug 28, 2009 at 12:47 UTC | |
OK, thanks for that. It cleared up the warning in the Makefile.pl, but the make (and I'm using NMAKE, do you think DMAKE would make any difference?) still crashed with more lines of output than I could count! Actually, while the dump is fairly daunting, if you just scroll down, it just seems like a whole load of normal compiler commands until you hit: Sadly, I'm not familiar enough with c-compilers to know what this means. Here is the Makefile dump
Here is the nmake dump.
| [reply] [d/l] [select] |
|
Re^4: Which Version of Prolog
by tmaly (Monk) on Aug 26, 2009 at 13:26 UTC | |
| [reply] |