php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #20303 GD compile bug
Submitted: 2002-11-07 13:30 UTC Modified: 2002-11-07 13:48 UTC
From: scr34m at frontember dot hu Assigned:
Status: Closed Package: GD related
PHP Version: 4.2.3 OS: RedHat 8
Private report: No CVE-ID: None
 [2002-11-07 13:30 UTC] scr34m at frontember dot hu
make[2]: Entering directory `/usr/src/php-4.2.3/ext/ctype'
make[3]: Entering directory `/usr/src/php-4.2.3/ext/ctype'
gcc -I. -I/usr/src/php-4.2.3/ext/ctype -I/usr/src/php-4.2.3/main -I/usr/src/php-4.2.3 -I/usr/src/php-4.2.3/Zend
-I/usr/src/php-4.2.3/ext/mysql/libmysql -I/usr/src/php-4.2.3/ext/xml/expat  -I/usr/src/php-4.2.3/TSRM -g -O2  -c ctype.c &&
touch ctype.lo
/bin/sh /usr/src/php-4.2.3/libtool --silent --mode=link gcc  -I. -I/usr/src/php-4.2.3/ext/ctype -I/usr/src/php-4.2.3/main
-I/usr/src/php-4.2.3 -I/usr/src/php-4.2.3/Zend -I/usr/src/php-4.2.3/ext/mysql/libmysql -I/usr/src/php-4.2.3/ext/xml/expat 
-I/usr/src/php-4.2.3/TSRM -g -O2 -prefer-non-pic -static   -o libctype.la  ctype.lo
make[3]: Leaving directory `/usr/src/php-4.2.3/ext/ctype'
make[2]: Leaving directory `/usr/src/php-4.2.3/ext/ctype'
Making all in gd
make[2]: Entering directory `/usr/src/php-4.2.3/ext/gd'
make[3]: Entering directory `/usr/src/php-4.2.3/ext/gd'
/bin/sh /usr/src/php-4.2.3/libtool --silent --mode=compile gcc -I. -I/usr/src/php-4.2.3/ext/gd -I/usr/src/php-4.2.3/main
-I/usr/src/php-4.2.3 -I/usr/src/php-4.2.3/Zend -I/usr/src/php-4.2.3/ext/mysql/libmysql -I/usr/src/php-4.2.3/ext/xml/expat 
-I/usr/src/php-4.2.3/TSRM -g -O2 -prefer-pic  -c gd.c && touch gd.slo
In file included from gd.c:36:
php_gd.h:69: warning: static declaration for `gdImageColorResolve' follows non-static
gd.c:92: conflicting types for `gdIOCtx'
/usr/include/gd_io.h:18: previous declaration of `gdIOCtx'
make[3]: *** [gd.slo] Error 1
make[3]: Leaving directory `/usr/src/php-4.2.3/ext/gd'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/php-4.2.3/ext/gd'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/php-4.2.3/ext'
make: *** [all-recursive] Error 1

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-11-07 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-2024 The PHP Group
All rights reserved.
Last updated: Sun May 19 12:01:30 2024 UTC