From:             [EMAIL PROTECTED]
Operating system: linux 2.4.20 (LFS)
PHP version:      4.3.0RC3
PHP Bug Type:     GD related
Bug description:  Unable to Compile w/GD 2.0.9

Configure 
./configure --quiet --prefix=/usr/apache/php \
            --with-config-file-path=/etc/apache/php \
            --with-pear \
            --with-gdbm=/usr \
            --with-db3=/usr \
            --with-mysql=/usr/mysql \
            --with-gd=/usr \
            --enable-gd-native-ttf \
            --with-jpeg-dir=/usr \
            --with-png-dir=/usr \
            --with-freetype-dir=/usr \
            --with-tiff=/usr \
            --enable-force-cgi-redirect \
            --enable-discard-path \
            --with-openssl=/usr \
            --enable-libgcc \
            --with-zlib-dir=/usr \
            --enable-bcmath \
            --with-bz2=/usr \
            --with-curl=/usr \
            --enable-exif \
            --enable-ftp \
            --with-gettext \
            --with-gmp \
            --with-mcrypt=/usr \
            --with-mhash=/usr \
            --with-ncurses \
            --enable-trans-sid \
            --with-zip \
            --enable-shared \
            --with-apxs2=/usr/apache/bin/apxs \
            --with-dom=/usr \
            --with-expat-dir=/usr \
            --enable-trans-sid

Error 

/usr/src/php-4.3.0RC3/ext/gd/gd.c: In function `_php_image_create_from':
/usr/src/php-4.3.0RC3/ext/gd/gd.c:1363: warning: assignment makes pointer
from integer without a cast
/usr/src/php-4.3.0RC3/ext/gd/gd.c: In function `zif_imagecreatefromxpm':
/usr/src/php-4.3.0RC3/ext/gd/gd.c:1433: `gdImageCreateFromXpm' undeclared
(first use in this function)
/usr/src/php-4.3.0RC3/ext/gd/gd.c:1433: (Each undeclared identifier is
reported only once
/usr/src/php-4.3.0RC3/ext/gd/gd.c:1433: for each function it appears in.)

-- 
Edit bug report at http://bugs.php.net/?id=20952&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=20952&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=20952&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=20952&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=20952&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=20952&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=20952&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=20952&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=20952&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=20952&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=20952&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20952&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=20952&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=20952&r=isapi

Reply via email to