Ray Osmond - 2008-09-03

I am trying to run wxEditor_src-0.2 under Ubuntu version Hardy Heron (8.04).
I have placed wxeud.e and libwxeu.so.12 in /usr/local/lib and declared that as my included path for EUINC, so echo $EUINC returns /usr/local/lib.
On running exu wxEditor.exw I get the following error message:

/usr/local/lib/wxeud.e:1496 in function add_create_func()
type_check failure, cfunc is {7}
cfunc = {7}
ix = <no value>

... called from ./wxSyntax.ew:1140

Global & Local Variables

/usr/share/euphoria/include/misc.e:
pretty_end_col = <no value>
pretty_chars = <no value>
pretty_start_col = <no value>
pretty_level = <no value>
pretty_file = <no value>
pretty_ascii = <no value>
pretty_indent = <no value>
pretty_ascii_min = <no value>
pretty_ascii_max = <no value>
pretty_line_count = <no value>
pretty_line_max = <no value>

Have you any idea why the following line in wxSyntax.ew is failing?:

global constant wxSyntax = add_create_func({ routine_id("new_wxSyntax") })

Ray Osmond