From: [EMAIL PROTECTED] Operating system: FreeeBSD 4.7-RELEASE PHP version: 4CVS-2002-12-11 (dev) PHP Bug Type: Compile Failure Bug description: external gd dies with compile
I am trying to use gd-2.0.1 with php and I get the following compile error: r-pic -c /home/matt/src/php4/ext/gd/gd.c -o ext/gd/gd.lo /home/matt/src/php4/ext/gd/gd.c: In function `_php_image_create_from': /home/matt/src/php4/ext/gd/gd.c:1445: warning: assignment makes pointer from integer without a cast /home/matt/src/php4/ext/gd/gd.c: In function `zif_imagecreatefromxpm': /home/matt/src/php4/ext/gd/gd.c:1515: `gdImageCreateFromXpm' undeclared (first use in this function) /home/matt/src/php4/ext/gd/gd.c:1515: (Each undeclared identifier is reported only once /home/matt/src/php4/ext/gd/gd.c:1515: for each function it appears in.) *** Error code 1 Stop in /home/matt/src/php4. Please note that this error does not occur with the builtin gd (the builtin was giving me a signal 10 while using jpgraph so I am trying the external). RC2 does not give this error in either. -- Edit bug report at http://bugs.php.net/?id=20944&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=20944&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=20944&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=20944&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=20944&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=20944&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=20944&r=support Expected behavior: http://bugs.php.net/fix.php?id=20944&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=20944&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=20944&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=20944&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20944&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=20944&r=dst IIS Stability: http://bugs.php.net/fix.php?id=20944&r=isapi
