Trying to compile the newest fontforge
http://fontforge.sourceforge.net/get mostly thru, then these two errors and she croaks
Code:
cc-3316 cc: ERROR File = cvexportdlg.c, Line = 252
The expression must be a pointer to a complete object type.
{ (unichar_t *) N_("BMP"), NULL, 0, 0, (void *) BITMAP_FORMAT_START+1, 0, 0, 0, 0, 0, 0, 0, 1 },
^
cc-3316 cc: ERROR File = cvexportdlg.c, Line = 254
The expression must be a pointer to a complete object type.
{ (unichar_t *) N_("png"), NULL, 0, 0, (void *) BITMAP_FORMAT_START+2, 0, 0, 0, 0, 0, 0, 0, 1 },
2 errors detected in the compilation of "cvexportdlg.c".
gmake[1]: *** [cvexportdlg.o] Error 2
Any hints ?