php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #27905 make failes on GD function
Submitted: 2004-04-07 09:41 UTC Modified: 2004-04-07 09:49 UTC
From: till at klimpong dot com Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.3.5 OS: freebsd 4.6
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: till at klimpong dot com
New email:
PHP Version: OS:

 

 [2004-04-07 09:41 UTC] till at klimpong dot com
Description:
------------
configure:
./configure --with-apxs=/usr/local/sbin/apxs --with-config-file-path=/usr/local/etc --enable-versioning --with-regex=system --without-gd --with-pgsql --with-gd=/usr/local --enable-gd-native-ttf --with-freetype-dir=/usr/local --with-jpeg-dir=/usr/local --with-png-dir=/usr/local --with-zlib --with-bz2=/usr --with-mcrypt=/usr/local --with-mhash=/usr/local --with-pdflib=/usr/local --with-zlib-dir=/usr --with-jpeg-dir=/usr/local --with-png-dir=/usr/local --with-tiff-dir=/usr/local --with-mysql=/usr/local/mysql4 --with-expat-dir=/usr/local --with-xmlrpc --enable-xslt --with-xslt-sablot --enable-wddx --with-dom=/usr/local --enable-ftp --with-gettext=/usr/local --enable-mbregex --enable-bcmath --enable-sockets --enable-sysvsem --enable-sysvshm --enable-trans-sid --with-iconv=/usr/local --enable-exif --enable-track-vars --with-imap --with-mcal --with-pear --with-openssl=/usr/local

error:
<snip>
include/c-client -I/usr/local/include/mcal -I/usr/local/mysql4/include/mysql -I/usr/local/pgsql/include  -I/usr/src/php-4.3.6RC2/TSRM  -g -O2  -prefer-pic -c /usr/src/php-4.3.6RC2/ext/ftp/php_ftp.c -o ext/ftp/php_ftp.lo
/bin/sh /usr/src/php-4.3.6RC2/libtool --silent --preserve-dup-deps --mode=compile gcc  -Iext/ftp/ -I/usr/src/php-4.3.6RC2/ext/ftp/ -DPHP_ATOM_INC -I/usr/src/php-4.3.6RC2/include -I/usr/src/php-4.3.6RC2/main -I/usr/src/php-4.3.6RC2 -I/usr/src/php-4.3.6RC2/Zend -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/local/include/freetype2 -I/usr/local/include/gd -I/usr/local/include/c-client -I/usr/local/include/mcal -I/usr/local/mysql4/include/mysql -I/usr/local/pgsql/include  -I/usr/src/php-4.3.6RC2/TSRM  -g -O2  -prefer-pic -c /usr/src/php-4.3.6RC2/ext/ftp/ftp.c -o ext/ftp/ftp.lo
/bin/sh /usr/src/php-4.3.6RC2/libtool --silent --preserve-dup-deps --mode=compile gcc -I/usr/local/include/gd -Iext/gd/ -I/usr/src/php-4.3.6RC2/ext/gd/ -DPHP_ATOM_INC -I/usr/src/php-4.3.6RC2/include -I/usr/src/php-4.3.6RC2/main -I/usr/src/php-4.3.6RC2 -I/usr/src/php-4.3.6RC2/Zend -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/local/include/freetype2 -I/usr/local/include/gd -I/usr/local/include/c-client -I/usr/local/include/mcal -I/usr/local/mysql4/include/mysql -I/usr/local/pgsql/include  -I/usr/src/php-4.3.6RC2/TSRM  -g -O2  -prefer-pic -c /usr/src/php-4.3.6RC2/ext/gd/gd.c -o ext/gd/gd.lo
/usr/src/php-4.3.6RC2/ext/gd/gd.c: In function `_php_image_bw_convert':
/usr/src/php-4.3.6RC2/ext/gd/gd.c:3642: structure has no member named `trueColor'
*** Error code 1


./configure runs smooth, make fails.

I tried it on 4.3.5 and 4.3.6RC2, both fail. 4.3.4 worked for me.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-04-07 09:48 UTC] sniper@php.net
You should always try the latest snapshot first..

 [2004-04-07 09:49 UTC] sniper@php.net
(already fixed)

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jul 16 16:08:09 2025 UTC