Edit report at https://bugs.php.net/bug.php?id=55141&edit=1
ID: 55141 User updated by: ddrirc at gmail dot com Reported by: ddrirc at gmail dot com Summary: make fails Status: Assigned Type: Bug Package: Compile Failure Operating System: Linux PHP Version: 5.4SVN-2011-07-05 (snap) Assigned To: pajoye Block user comment: N Private report: N New Comment: followup: I've recompiled --with-gd=shared and it works fine. here are the two differences i've noticed: with shared: GD Version bundled (2.0.34 compatible) XBM Support enabled with user lib: GD Version 2.0.33 no xbm support Previous Comments: ------------------------------------------------------------------------ [2011-07-06 06:54:06] ddrirc at gmail dot com @pajoye - yes it works fine in the latest release and snapshot of 5.3.7 ------------------------------------------------------------------------ [2011-07-06 05:30:36] paj...@php.net Does it work with 5.3? We did not change anything here in gd between both versions. ------------------------------------------------------------------------ [2011-07-06 05:01:01] johan...@php.net It is suggested to use the bundled GD library. Pierre, please look into this. ------------------------------------------------------------------------ [2011-07-05 18:30:03] ddrirc at gmail dot com GD 2.0.33 is installed on this machine ------------------------------------------------------------------------ [2011-07-05 18:26:41] ddrirc at gmail dot com Description: ------------ Trying to test php5.4-201107052030, configure worked with no errors, then try to make and then it fails Test script: --------------- /bin/sh /root/php5.4-201107052030/libtool --silent --preserve-dup-deps --mode=compile cc -I/usr/include -Iext/gd/ -I/root/php5.4-201107052030/ext/gd/ -DPHP_ATOM_INC -I/root/php5.4-201107052030/include -I/root/php5.4-201107052030/main -I/root/php5.4-201107052030 -I/root/php5.4-201107052030/ext/date/lib -I/root/php5.4-201107052030/ext/ereg/regex -I/usr/include/libxml2 -I/usr/kerberos/include -I/usr/include/freetype2 -I/usr/include/imap -I/root/php5.4-201107052030/ext/mbstring/oniguruma -I/root/php5.4-201107052030/ext/mbstring/libmbfl -I/root/php5.4-201107052030/ext/mbstring/libmbfl/mbfl -I/usr/include/mysql -I/usr/include/pspell -I/root/php5.4-201107052030/TSRM -I/root/php5.4-201107052030/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /root/php5.4-201107052030/ext/gd/gd.c -o ext/gd/gd.lo In file included from /root/php5.4-201107052030/ext/gd/gd.c:103: /root/php5.4-201107052030/ext/gd/gd_ctx.c: In function â_php_image_stream_putcâ: /root/php5.4-201107052030/ext/gd/gd_ctx.c:51: error: âstruct gdIOCtxâ has no member named âdataâ /root/php5.4-201107052030/ext/gd/gd_ctx.c: In function â_php_image_stream_putbufâ: /root/php5.4-201107052030/ext/gd/gd_ctx.c:58: error: âstruct gdIOCtxâ has no member named âdataâ /root/php5.4-201107052030/ext/gd/gd_ctx.c: In function â_php_image_stream_ctxfreeâ: /root/php5.4-201107052030/ext/gd/gd_ctx.c:67: error: âstruct gdIOCtxâ has no member named âdataâ /root/php5.4-201107052030/ext/gd/gd_ctx.c:68: error: âstruct gdIOCtxâ has no member named âdataâ /root/php5.4-201107052030/ext/gd/gd_ctx.c:69: error: âstruct gdIOCtxâ has no member named âdataâ /root/php5.4-201107052030/ext/gd/gd_ctx.c: In function â_php_image_output_ctxâ: /root/php5.4-201107052030/ext/gd/gd_ctx.c:153: error: âgdIOCtxâ has no member named âdataâ make: *** [ext/gd/gd.lo] Error 1 ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=55141&edit=1