http://bugs.winehq.com/show_bug.cgi?id=973
Summary: wine won't compile with freetype 2.1.2 (latest built) Product: Wine Version: 20020804 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-files AssignedTo: wine-bugs@winehq.com ReportedBy: nt-@gmx.de
my compiler error is as follows (i got a lotta warnings too while do ./configure):
...
freetype.c: In function `WineEngGetCharWidth': freetype.c:1991: dereferencing pointer to incomplete type freetype.c: In function `WineEngGetTextExtentPoint': freetype.c:2019: dereferencing pointer to incomplete type freetype.c: In function `WineEngGetTextExtentPointI': freetype.c:2046: dereferencing pointer to incomplete type freetype.c: In function `WineEngGetFontData': freetype.c:2059: `FT_Face' undeclared (first use in this function) freetype.c:2059: parse error before "ft_face" freetype.c:2068: `ft_face' undeclared (first use in this function) freetype.c:2072: dereferencing pointer to incomplete type freetype.c: In function `WineEngGetTextFace': freetype.c:2099: dereferencing pointer to incomplete type freetype.c:2100: dereferencing pointer to incomplete type freetype.c:2102: dereferencing pointer to incomplete type /usr/include/bits/stdio.h: At top level: /usr/local/include/freetype2/freetype/internal/ftobjs.h:540: storage size of `glyph_class' isn't known make[2]: *** [freetype.o] Error 1 make[2]: Leaving directory `/usr/pub/dl/wine-20020804/dlls/gdi' make[1]: *** [gdi] Error 2 make[1]: Leaving directory `/usr/pub/dl/wine-20020804/dlls' make: *** [dlls] Error 2
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://bugs.winehq.com/show_bug.cgi?id=973. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.