[Attempto] Windows 7 install problem: solved

George Herson gherson at snet.net
Sun Aug 8 02:20:37 CEST 2010


Solved problem by upgrading to SWI-Prolog 5.10.1 (from 5.8.2): AceWiki 0.4.0 now working on Windows 7.

Note that upgrading SWI-Prolog to v5.10 requires recompiling ape.exe (Java reported "SWI-Prolog: [FATAL ERROR:
        Could not open resource database "ape.exe": No such file or directory]").  

To compile ape.exe with this SWI-Prolog, change mention of the now-unrecognized "plcon" in make_exe.bat to its new name, "swipl":

swipl -O -F none -g "working_directory(_, 'parser'), [fit_to_plp], halt." -t halt & swipl -O -f ape.pl -g "qsave_program('ape.exe', [goal(ape), toplevel(halt), local(25000), global(50000)])." -t halt

best,
George
<snip>


More information about the attempto mailing list