From:             martin dot kenney at i2net dot com
Operating system: slackware 9.1, 2.4.25 kernel
PHP version:      4.3.6
PHP Bug Type:     Compile Failure
Bug description:  compile failure

Description:
------------
./configure  --prefix=/usr/php --with-apxs=/usr/sbin/apxs
--with-openssl=/usr --enable-sigchild --enable-libgcc --enable-bcmath
--with-bz2=/usr --enable-calendar --enable-ctype --enable-dba=shared
--enable-gdbm=/usr --enable-ndbm=/usr --enable-db2=/usr --enable-db3=/usr
--enable-dbase --with-zlib --enable-ftp --with-mhash=/usr/local --with-gd
--with-jpeg-dir=/usr --with-png-dir=/usr --with-mysql=/usr/local
--with-pgsql=/usr/local --enable-shmop --enable-sockets
--enable-inline-optimization --enable-sysvsem --enable-sysvshm
--enable-wddx --with-gnu-ld --with-gettext --with-freetype-dir=/usr
--enable-gd-native-ttf

when making this is where error starts

/bin/sh /usr/local/src/servers/php-4.3.6/libtool --silent
--preserve-dup-deps --mode=compile gcc
-I/usr/local/src/servers/php-4.3.6/ext/gd/libgd -DHAVE_LIBPNG
-DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -Iext/gd/
-I/usr/local/src/servers/php-4.3.6/ext/gd/ -DPHP_ATOM_INC
-I/usr/local/src/servers/php-4.3.6/include
-I/usr/local/src/servers/php-4.3.6/main -I/usr/local/src/servers/php-4.3.6
-I/usr/local/src/servers/php-4.3.6/Zend -I/usr/include/freetype2
-I/usr/local/include -I/usr/local/include/mysql
-I/usr/local/src/servers/php-4.3.6/ext/xml/expat 
-I/usr/local/src/servers/php-4.3.6/TSRM  -g -O2  -prefer-pic -c
/usr/local/src/servers/php-4.3.6/ext/gd/libgd/gdft.c -o
ext/gd/libgd/gdft.lo
/usr/local/src/servers/php-4.3.6/ext/gd/libgd/gdft.c: In function
`fontFetch':
/usr/local/src/servers/php-4.3.6/ext/gd/libgd/gdft.c:478:
`FT_ENCODING_MS_SYMBOL' undeclared (first use in this function)
/usr/local/src/servers/php-4.3.6/ext/gd/libgd/gdft.c:478: (Each undeclared
identifier is reported only once
/usr/local/src/servers/php-4.3.6/ext/gd/libgd/gdft.c:478: for each
function it appears in.)
/usr/local/src/servers/php-4.3.6/ext/gd/libgd/gdft.c:479:
`FT_ENCODING_ADOBE_CUSTOM' undeclared (first use in this function)
/usr/local/src/servers/php-4.3.6/ext/gd/libgd/gdft.c:479:
`FT_ENCODING_ADOBE_STANDARD' undeclared (first use in this function)
/usr/local/src/servers/php-4.3.6/ext/gd/libgd/gdft.c: In function
`gdImageStringFTEx':
/usr/local/src/servers/php-4.3.6/ext/gd/libgd/gdft.c:974:
`FT_ENCODING_MS_SYMBOL' undeclared (first use in this function)
make: *** [ext/gd/libgd/gdft.lo] Error 1

version of gd: gd-2.0.3
./configure --prefix /usr

tried going back to php-4.3.4 and compiles fine with same ./configure
listed above


-- 
Edit bug report at http://bugs.php.net/?id=28175&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=28175&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=28175&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=28175&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=28175&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=28175&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=28175&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=28175&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=28175&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=28175&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=28175&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=28175&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=28175&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=28175&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=28175&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=28175&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=28175&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=28175&r=float

Reply via email to