[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft-devel] last fixes for forthcoming release
From: |
mpsuzuki |
Subject: |
Re: [ft-devel] last fixes for forthcoming release |
Date: |
Mon, 27 Feb 2006 12:23:36 +0900 |
Hi
Sorry for my inactivity for the urgent tasks
to release freetype-2.2..
Just I've tested cvs HEAD on GNU/Linux and MacOSX 10.4.,
and I'm afraid that gcc-4.x cannot build ftccache.c.
I received complains aslike:
------------------------------------------------------------------------
gcc -pedantic -ansi -I/Users/mps/redhat/BUILD/ft22test/freetype2/objs \
-I./builds/unix -I/Users/mps/redhat/BUILD/ft22test/freetype2/include \
-c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DHAVE_FSSPEC=1 \
-DHAVE_FSREF=1 -DHAVE_QUICKDRAW_TOOLBOX=1 -DHAVE_QUICKDRAW_CARBON=1 \
-DHAVE_ATS=1 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY \
"-DFT_CONFIG_MODULES_H=<ftmodule.h>" \
-I/Users/mps/redhat/BUILD/ft22test/freetype2/src/cache \
/Users/mps/redhat/BUILD/ft22test/freetype2/src/cache/ftcache.c \
-fno-common -DPIC -o \
/Users/mps/redhat/BUILD/ft22test/freetype2/objs/.libs/ftcache.o
In file included from
/Users/mps/redhat/BUILD/ft22test/freetype2/src/cache/ftcache.c:24:
/Users/mps/redhat/BUILD/ft22test/freetype2/src/cache/ftccache.c:262: error:
static declaration of 'ftc_node_destroy' follows non-static declaration
/Users/mps/redhat/BUILD/ft22test/freetype2/include/freetype/cache/ftccache.h:89:
error: previous declaration of 'ftc_node_destroy' was here
make: *** [/Users/mps/redhat/BUILD/ft22test/freetype2/objs/ftcache.lo] Error 1
mps-iBook:~/redhat/BUILD/ft22test/freetype2 mps$ gcc --version
powerpc-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5247)
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
------------------------------------------------------------------------
I received same error on GNU/Linux with gcc-4.0,
although no error in building by gcc-2.95.3 and gcc-3.3.x.
Am I testing wrong branch?
Regards,
mpsuzuki