php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #32735 gd.c error
Submitted: 2005-04-17 09:51 UTC Modified: 2005-04-17 14:20 UTC
From: kiryu at angelicwing dot net Assigned:
Status: Closed Package: Compile Failure
PHP Version: 5CVS-2005-04-17 OS: FreeBSD4.8
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: kiryu at angelicwing dot net
New email:
PHP Version: OS:

 

 [2005-04-17 09:51 UTC] kiryu at angelicwing dot net
Description:
------------
./configure
--enable-mbstring
--enable-mbregex
--with-pgsql=/usr/local/pgsql
--with-mysql=/usr/local
--with-apxs2=/usr/local/apache2/bin/apxs
--enable-memory-limit
--enable-safe-mode
--with-zlib
--with-xmlrpc
--enable-cli
--with-gd
--enable-exif
--enable-gd-jis-conv
--enable-gd-jis-conv--with-gettext
--with-xml=/usr/local
--enable-ftp
--with-dom
--with-freetype-dir=/usr/local
--with-jpeg-dir=/usr/local
--enable-sockets
--with-libcrypt=/usr/lib
--enable-soap
--enable-sqlite-utf8
--enable-spl
--with-xsl
--with-mysqli



# make
/bin/sh /usr/local/src/php5-200504170630/libtool --silent --preserve-dup-deps --mode=compile gcc -I/usr/local/src/php5-200504170630/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DJISX0208 -Iext/gd/ -I/usr/local/src/php5-200504170630/ext/gd/ -DPHP_ATOM_INC -I/usr/local/src/php5-200504170630/include -I/usr/local/src/php5-200504170630/main -I/usr/local/src/php5-200504170630 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/src/php5-200504170630/ext/mbstring/oniguruma -I/usr/local/src/php5-200504170630/ext/mbstring/libmbfl -I/usr/local/src/php5-200504170630/ext/mbstring/libmbfl/mbfl -I/usr/local/include/mysql -I/usr/local/pgsql/include -I/usr/local/src/php5-200504170630/TSRM -I/usr/local/src/php5-200504170630/Zend    -g -O2  -prefer-non-pic -c /usr/local/src/php5-200504170630/ext/gd/gd.c -o ext/gd/gd.lo
/usr/local/src/php5-200504170630/ext/gd/gd.c: In function `zif_imageconvolution':
/usr/local/src/php5-200504170630/ext/gd/gd.c:4215: syntax error before `float'
/usr/local/src/php5-200504170630/ext/gd/gd.c:4228: `matrix' undeclared (first use in this function)
/usr/local/src/php5-200504170630/ext/gd/gd.c:4228: (Each undeclared identifier is reported only once
/usr/local/src/php5-200504170630/ext/gd/gd.c:4228: for each function it appears in.)
*** Error code 1


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-04-17 11:53 UTC] kiryu at angelicwing dot net
Sorry. The version number was corrected.
 [2005-04-17 12:17 UTC] derick@php.net
This bug has been fixed in CVS.

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/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Dec 29 03:00:01 2025 UTC