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
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:
26 - 16 = ?
Subscribe to this entry?

 
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 30 03:01:31 2024 UTC