Hi there,
I just try to include sciwrappers.h into my header and when I compile I get a lot of strange errors like that :
sciwrappers.h:34: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘->’ token
All the lines with a glib type (gchar, gboolean, ...) have that error and I really don't see what it means... I checked the file and it seems correct to me. I also tried to add the include of glib.h but that does nothing.
Anyone see what appen ?
Thanks & regards, Cedric