> I have compiled(win32) the freetype librabry, but when I include
> FT_FREETYPE_H after ft2build.h it gives me errors at "fterrdef.h".
>
> The errors at the following:
>
> fterrdef.h(35): error C2143: syntax error : missing '}' before '('
> fterrdef.h(35): error C2143: syntax error : missing ';' before
> '<L_TYPE_raw>'
> fterrdef.h(35): error C2059: syntax error : '<L_TYPE_raw>'
> fterrors.h(164): error C2143: syntax error : missing ';' before '}'
> fterrors.h(177): error C2059: syntax error : '}'
> fterrors.h(177): error C2143: syntax error : missing ';' before '}'
> freetype.h(38): error C2143: syntax error : missing ';' before '{'
> freetype.h(38): error C2447: '{' : missing function header (old-style
> formal list?)

Never seen before.  Please try to compile a small snippet, e.g.

  http://freetype.org/freetype2/docs/tutorial/example1.c

with a different compiler.


    Werner

_______________________________________________
Freetype mailing list
Freetype@nongnu.org
https://lists.nongnu.org/mailman/listinfo/freetype

Reply via email to