Re: glib unresolved symbols
sorted now by including glib_global.h, except _g_unichar_get_script which seems missing/not implemented in glib from Open C
Re: glib unresolved symbols
Hi,
That's very possible, the documentation only claims 77% of the functions in glib are ported.
Often there is an alternative API with similar functionality. In this case you may need to port more of glib yourself?
Mark
Re: glib unresolved symbols
build ok now, got to create my own glib patch using the original code from gscripttable.h, gunicode.h and guniprop.c
Re: glib unresolved symbols
Hi,
I am getting the same errors when I try to compile the cairo-for-symbian code. Could anybody help with this?
Thanks