Closed Kaljurand closed 9 years ago
Original issue 9 created by Kaljurand on 2011-03-21T08:34:11.000Z:
Ubuntu 10.10 + SWI-Prolog 5.11.17 (built from the sources)
seeing this error message:
ERROR: create_prolog_flag/3: Domain error: prolog_flag_type' expected, foundbool' [WARNING: <no file>:0: (loading (null)) directive failed: qsave:restore_prolog_flag(saved_program,true,bool)]
prolog_flag_type' expected, found
When executing:
./owl_to_ace.exe -owlfile examples/example1.owx
the verbalization is output along with the above error message.
Comment #1 originally posted by Kaljurand on 2011-03-22T07:03:36.000Z:
This is possibly caused by a SWI bug fixed in 5.11.17+, see:
https://lists.iai.uni-bonn.de/pipermail/swi-prolog/2011/006145.html
Comment #2 originally posted by Kaljurand on 2011-06-06T17:09:30.000Z:
Does not occur with Ubuntu 11.04 + SWI-Prolog 5.11.19 (built from the sources)
Original issue 9 created by Kaljurand on 2011-03-21T08:34:11.000Z:
Ubuntu 10.10 + SWI-Prolog 5.11.17 (built from the sources)
seeing this error message:
ERROR: create_prolog_flag/3: Domain error:
prolog_flag_type' expected, found
bool' [WARNING: <no file>:0: (loading (null)) directive failed: qsave:restore_prolog_flag(saved_program,true,bool)]When executing:
./owl_to_ace.exe -owlfile examples/example1.owx
the verbalization is output along with the above error message.