From:             [EMAIL PROTECTED]
Operating system: FreeBSD 4.7-STABLE
PHP version:      4CVS-2002-12-04 (stable)
PHP Bug Type:     Compile Failure
Bug description:  Make fails

I am trying to test the latest build to see if bug #19378 has been fixed. 
I have downloaded both Stable (4.3.x-dev) and Latest CVS (4.4.x-dev) both
built on: Dec 04, 2002 22:30 GMT.  Both were configured with...

./configure \
        --with-config-file-path=/usr/local/etc/php.standalone \
        --disable-pear \
        --enable-discard-path \
        --with-readline=/usr \
        --enable-versioning \
        --with-regex=system \
        --with-gd=/usr/local \
        --enable-gd-native-ttf \
        --with-freetype-dir=/usr/local \
        --with-jpeg-dir=/usr/local \
        --with-png-dir=/usr/local \
        --with-zlib \
        --with-mysql=/usr/local \
        --enable-trans-sid \
        --prefix=/usr/local

and both fail to compile at the same place.  See below.

gcc -I/usr/local/include -Iext/gd/
-I/usr/local/src/php4-200212042230/ext/gd/ -DPHP_ATOM_INC
-I/usr/local/src/php4-200212042230/include
-I/usr/local/src/php4-200212042230/main -I/usr/local/src/php4-200212042230
-I/usr/local/src/php4-200212042230/Zend -I/usr/local/include
-I/usr/local/include/freetype2 -I/usr/local/include/mysql
-I/usr/local/src/php4-200212042230/ext/xml/expat 
-I/usr/local/src/php4-200212042230/TSRM  -g -O2  -c
/usr/local/src/php4-200212042230/ext/gd/gd.c -o ext/gd/gd.o  && echo >
ext/gd/gd.lo
/usr/local/src/php4-200212042230/ext/gd/gd.c: In function
`_php_image_create_from':
/usr/local/src/php4-200212042230/ext/gd/gd.c:1426: warning: assignment
makes pointer from integer without a cast
/usr/local/src/php4-200212042230/ext/gd/gd.c: In function
`zif_imagecreatefromxpm':
/usr/local/src/php4-200212042230/ext/gd/gd.c:1495: `gdImageCreateFromXpm'
undeclared (first use in this function)
/usr/local/src/php4-200212042230/ext/gd/gd.c:1495: (Each undeclared
identifier is reported only once
/usr/local/src/php4-200212042230/ext/gd/gd.c:1495: for each function it
appears in.)
*** Error code 1
-- 
Edit bug report at http://bugs.php.net/?id=20821&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=20821&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=20821&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=20821&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=20821&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=20821&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=20821&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=20821&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=20821&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=20821&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=20821&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20821&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=20821&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=20821&r=isapi

Reply via email to