Current-Users archive

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

xsrc build break - freetype/.../autofit



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 function it 
appears in
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 function)
/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

-------------------------------------------------------------------------
| Paul Goyette     | PGP Key fingerprint:     | E-mail addresses:       |
| Customer Service | FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com    |
| Network Engineer | 0786 F758 55DE 53BA 7731 | pgoyette at juniper.net |
| Kernel Developer |                          | pgoyette at netbsd.org  |
-------------------------------------------------------------------------


Home | Main Index | Thread Index | Old Index