php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #20972 make fails during gd.c
Submitted: 2002-12-12 13:46 UTC Modified: 2002-12-12 13:48 UTC
From: garth at cybernode dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.3.0RC3 OS: Linux - 2.4.18 - SuSE 7.2
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: garth at cybernode dot com
New email:
PHP Version: OS:

 

 [2002-12-12 13:46 UTC] garth at cybernode dot com
/bin/sh libtool --silent --mode=compile gcc -I/usr/local/src/gd-1.8.4/ -Iext/gd/ -I/usr/local/src/apache2/php-4.3.0RC3/ext/gd/ -DPHP_ATOM_INC -I/usr/local/src/apache2/php-4.3.0RC3/include -I/usr/local/src/apache2/php-4.3.0RC3/main -I/usr/local/src/apache2/php-4.3.0RC3 -I/usr/local/apache2/include -I/usr/local/src/apache2/php-4.3.0RC3/Zend -I/usr/local/ssl/include -I/usr/local/include -I/usr/local/src/gd-1.8.4/ -I/usr/include/mysql -I/usr/local/verisign/payflowpro/linux/lib -I/usr/local/src/apache2/php-4.3.0RC3/ext/xml/expat  -I/usr/local/src/apache2/php-4.3.0RC3/TSRM  -g -O2  -prefer-pic -c /usr/local/src/apache2/php-4.3.0RC3/ext/gd/gd.c -o ext/gd/gd.lo 
/usr/local/src/apache2/php-4.3.0RC3/ext/gd/gd.c: In function `_php_image_create_from':
/usr/local/src/apache2/php-4.3.0RC3/ext/gd/gd.c:1363: warning: assignment makes pointer from integer without a cast
/usr/local/src/apache2/php-4.3.0RC3/ext/gd/gd.c: In function `zif_imagecreatefromxpm':
/usr/local/src/apache2/php-4.3.0RC3/ext/gd/gd.c:1433: `gdImageCreateFromXpm' undeclared (first use in this function)
/usr/local/src/apache2/php-4.3.0RC3/ext/gd/gd.c:1433: (Each undeclared identifier is reported only once
/usr/local/src/apache2/php-4.3.0RC3/ext/gd/gd.c:1433: for each function it appears in.)
make: *** [ext/gd/gd.lo] Error 1

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-12-12 13:48 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-2025 The PHP Group
All rights reserved.
Last updated: Tue May 06 15:01:30 2025 UTC