Kaljurand / owl-verbalizer

OWL verbalizer: making machine-readable knowledge also human-readable
http://attempto.ifi.uzh.ch/site/docs/owl_to_ace.html
Other
36 stars 7 forks source link

ERROR: create_prolog_flag/3: Domain error: `prolog_flag_type' expected, found `bool' #10

Closed Kaljurand closed 9 years ago

Kaljurand commented 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)]

When executing:

./owl_to_ace.exe -owlfile examples/example1.owx

the verbalization is output along with the above error message.

Kaljurand commented 9 years ago

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

Kaljurand commented 9 years ago

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)