php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #20952 Unable to Compile w/GD 2.0.9
Submitted: 2002-12-11 23:19 UTC Modified: 2002-12-11 23:20 UTC
From: giffordj at linkline dot com Assigned:
Status: Closed Package: GD related
PHP Version: 4.3.0RC3 OS: linux 2.4.20 (LFS)
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
32 - 17 = ?
Subscribe to this entry?

 
 [2002-12-11 23:19 UTC] giffordj at linkline dot com
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.)

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-12-11 23:20 UTC] iliaa@php.net
This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 30 02:01:31 2024 UTC