Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: xsrc build break - freetype/.../autofit



In article <Pine.NEB.4.64.1306060948460.28813%screamer.whooppee.com@localhost>,
Paul Goyette  <paul%whooppee.com@localhost> wrote:
>With sources updated just a few minutes ago, I'm seeing the following 
>errors while building on amd64:
>
>#   compile  freetype/autofit.o
>/build/netbsd-local/tools/x86_64/amd64/bin/x86_64--netbsd-gcc -O2
>-std=gnu99 -Werror   -fno-strict-aliasing 
>--sysroot=/build/netbsd-local/dest/amd64  -DFT_CONFIG_OPTION_SYSTEM_ZLIB
>-DFT_CONFIG_CONFIG_H="<ftconfig.h>"  -DFT2_BUILD_LIBRARY 
>-DFT_CONFIG_MODULES_H="<ftmodule.h>"
>-I/build/netbsd-local/dest/amd64/usr/X11R7/include/freetype2 
>-I/build/netbsd-local/dest/amd64/usr/X11R7/include/freetype2/freetype/config
>-I/build/netbsd-local/xsrc/external/mit/freetype/dist/include
>-DFT_CONFIG_OPTION_SUBPIXEL_RENDERING  -DCSRG_BASED -DFUNCPROTO=15
>-DNARROWPROTO -I/build/netbsd-local/dest/amd64/usr/X11R7/include
>-D__AMD64__ -c   
>/build/netbsd-local/xsrc/external/mit/freetype/dist/src/autofit/autofit.c
>-o autofit.o
>cc1: warnings being treated as errors
>In file included from
>/build/netbsd-local/xsrc/external/mit/freetype/dist/src/autofit/autofit.c:23:0:
>/build/netbsd-local/xsrc/external/mit/freetype/dist/src/autofit/afglobal.c:
>In function 'af_face_globals_get_metrics':
>/build/netbsd-local/xsrc/external/mit/freetype/dist/src/autofit/afglobal.c:245:7:
> error: implicit declaration of function 'FT_THROW'
>/build/netbsd-local/xsrc/external/mit/freetype/dist/src/autofit/afglobal.c:245:25:
> error: 'Invalid_Argument' undeclared (first use in this function)
>/build/netbsd-local/xsrc/external/mit/freetype/dist/src/autofit/afglobal.c:245:25:
> note: each undeclared identifier is reported only once for each
>In file included from
>/build/netbsd-local/xsrc/external/mit/freetype/dist/src/autofit/autofit.c:24:0:
>/build/netbsd-local/xsrc/external/mit/freetype/dist/src/autofit/afhints.c:
>In function 'af_axis_hints_new_segment':
>/build/netbsd-local/xsrc/external/mit/freetype/dist/src/autofit/afhints.c:55:27:
>error: 'Out_Of_Memory' undeclared (first use in this function)
>/build/netbsd-local/xsrc/external/mit/freetype/dist/src/autofit/afhints.c:
>In function 'af_axis_hints_new_edge':
>/build/netbsd-local/xsrc/external/mit/freetype/dist/src/autofit/afhints.c:100:27:
> error: 'Out_Of_Memory' undeclared (first use in this function)
>In file included from
>/build/netbsd-local/xsrc/external/mit/freetype/dist/src/autofit/autofit.c:34:0:
>/build/netbsd-local/xsrc/external/mit/freetype/dist/src/autofit/afloader.c:
>In function 'af_loader_load_g':
>/build/netbsd-local/xsrc/external/mit/freetype/dist/src/autofit/afloader.c:352:33:
> error: 'Invalid_Composite' undeclared (first use in this function)
>/build/netbsd-local/xsrc/external/mit/freetype/dist/src/autofit/afloader.c:390:25:
> error: 'Unimplemented_Feature' undeclared (first use in this
>/build/netbsd-local/xsrc/external/mit/freetype/dist/src/autofit/afloader.c:
>In function 'af_loader_load_glyph':
>/build/netbsd-local/xsrc/external/mit/freetype/dist/src/autofit/afloader.c:505:24:
> error: 'Invalid_Argument' undeclared (first use in this function)
>In file included from
>/build/netbsd-local/xsrc/external/mit/freetype/dist/src/autofit/autofit.c:35:0:
>/build/netbsd-local/xsrc/external/mit/freetype/dist/src/autofit/afmodule.c:
>At top level:
>/build/netbsd-local/xsrc/external/mit/freetype/dist/src/autofit/afmodule.c:35:10:
> error: #include expects "FILENAME" or <FILENAME>
>/build/netbsd-local/xsrc/external/mit/freetype/dist/src/autofit/afmodule.c:
>In function 'af_property_get_face_globals':
>/build/netbsd-local/xsrc/external/mit/freetype/dist/src/autofit/afmodule.c:58:24:
> error: 'Invalid_Argument' undeclared (first use in this function)
>/build/netbsd-local/xsrc/external/mit/freetype/dist/src/autofit/afmodule.c:
>In function 'af_property_set':
>/build/netbsd-local/xsrc/external/mit/freetype/dist/src/autofit/afmodule.c:115:22:
> error: 'Missing_Property' undeclared (first use in this function)
>/build/netbsd-local/xsrc/external/mit/freetype/dist/src/autofit/afmodule.c:
>In function 'af_property_get':
>/build/netbsd-local/xsrc/external/mit/freetype/dist/src/autofit/afmodule.c:166:22:
> error: 'Missing_Property' undeclared (first use in this function)
>/build/netbsd-local/xsrc/external/mit/freetype/dist/src/autofit/afmodule.c:
>At top level:
>/build/netbsd-local/xsrc/external/mit/freetype/dist/src/autofit/afmodule.c:172:5:
> error: expected ')' before '(' token
>/build/netbsd-local/xsrc/external/mit/freetype/dist/src/autofit/afmodule.c:
>In function 'af_get_interface':
>/build/netbsd-local/xsrc/external/mit/freetype/dist/src/autofit/afmodule.c:199:36:
> error: 'af_services' undeclared (first use in this function)
>/build/netbsd-local/xsrc/external/mit/freetype/dist/src/autofit/afmodule.c:
>At top level:
>/build/netbsd-local/xsrc/external/mit/freetype/dist/src/autofit/afmodule.c:241:5:
> error: expected ')' before '(' token
>*** [autofit.o] Error code 1

Err remove the installed headers for freetype.

christos



Home | Main Index | Thread Index | Old Index