http://bugs.winehq.org/show_bug.cgi?id=17235
Summary: Build broken in gdi32/freetype on NetBSD Product: Wine Version: 1.1.14 Platform: PC OS/Version: NetBSD Status: NEW Keywords: source Severity: blocker Priority: P2 Component: build-env AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
ccache gcc -c -I. -I. -I../../include -I../../include -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include -D__WINESRC__ -D_GDI32_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/X11R6/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/X11R6/include -o freetype.o freetype.c freetype.c:186: error: expected declaration specifiers or '...' before '*' token freetype.c:186: warning: type defaults to 'int' in declaration of 'FT_TrueTypeEngineType' freetype.c:186: error: 'FT_TrueTypeEngineType' declared as function returning a function freetype.c: In function 'init_freetype': freetype.c:2491: error: 'pFT_Get_TrueType_Engine_Type' undeclared (first use in this function) freetype.c:2491: error: (Each undeclared identifier is reported only once freetype.c:2491: error: for each function it appears in.) freetype.c: In function 'is_hinting_enabled': freetype.c:5774: error: 'pFT_Get_TrueType_Engine_Type' undeclared (first use in this function) freetype.c:5776: warning: statement with no effect freetype.c:5776: error: expected ';' before 'type' freetype.c:5777: error: 'type' undeclared (first use in this function) freetype.c:5777: error: 'FT_TRUETYPE_ENGINE_TYPE_PATENTED' undeclared (first use in this function) *** Error code 1
Stop.