| 
 Posted by Daniel Wetzler on 08/17/06 09:13 
Dear PHP experts, 
 
I have a strange problem with my compilation of php 5.1.4 an a 
solaris/sparc machine. 
 
During the compilation I get the following error. 
 
Do you have an idea whats going wrong ? Do I have a wrong gd version 
(do I have to downgrade from 2 ?) ? 
 
 
Best regards, 
 
Daniel Wetzler 
 
 
 
/bin/sh /home/daniel/php-5.1.4/libtool --silent --preserve-dup-deps 
--mode=compile gcc -I/opt/sfw/include -Iext/gd/ 
-I/home/daniel/php-5.1.4/ext/gd/ -DPHP_ATOM_INC 
-I/home/daniel/php-5.1.4/include -I/home/daniel/php-5.1.4/main 
-I/home/daniel/php-5.1.4 -I/usr/local/include/libxml2 
-I/home/daniel/php-5.1.4/ext/date/lib -I/opt/sfw/include 
-I/usr/local/mysql/include/mysql -I/home/daniel/php-5.1.4/TSRM 
-I/home/daniel/php-5.1.4/Zend  -D_POSIX_PTHREAD_SEMANTICS 
-I/usr/local/include -g -O2   -c /home/daniel/php-5.1.4/ext/gd/gd.c -o 
ext/gd/gd.lo 
/home/daniel/php-5.1.4/ext/gd/gd.c: In function `_php_image_type': 
/home/daniel/php-5.1.4/ext/gd/gd.c:1405: warning: assignment makes 
pointer from integer without a cast 
/home/daniel/php-5.1.4/ext/gd/gd.c: In function 
`_php_image_create_from_string': 
/home/daniel/php-5.1.4/ext/gd/gd.c:1437: warning: assignment makes 
pointer from integer without a cast 
/home/daniel/php-5.1.4/ext/gd/gd.c: In function 
`zif_imagecreatefromstring': 
/home/daniel/php-5.1.4/ext/gd/gd.c:1503: error: 
`gdImageCreateFromGifCtx' undeclared (first use in this function) 
/home/daniel/php-5.1.4/ext/gd/gd.c:1503: error: (Each undeclared 
identifier is reported only once 
/home/daniel/php-5.1.4/ext/gd/gd.c:1503: error: for each function it 
appears in.) 
/home/daniel/php-5.1.4/ext/gd/gd.c: In function 
`_php_image_create_from': 
/home/daniel/php-5.1.4/ext/gd/gd.c:1599: warning: assignment makes 
pointer from integer without a cast 
/home/daniel/php-5.1.4/ext/gd/gd.c: In function 
`zif_imagecreatefromgif': 
/home/daniel/php-5.1.4/ext/gd/gd.c:1674: error: `gdImageCreateFromGif' 
undeclared (first use in this function) 
/home/daniel/php-5.1.4/ext/gd/gd.c:1674: error: 
`gdImageCreateFromGifCtx' undeclared (first use in this function) 
/home/daniel/php-5.1.4/ext/gd/gd.c: In function `zif_imagegif': 
/home/daniel/php-5.1.4/ext/gd/gd.c:1920: error: `gdImageGifCtx' 
undeclared (first use in this function) 
/home/daniel/php-5.1.4/ext/gd/gd.c: In function `_php_image_convert': 
/home/daniel/php-5.1.4/ext/gd/gd.c:3915: error: `gdImageCreateFromGif' 
used prior to declaration 
/home/daniel/php-5.1.4/ext/gd/gd.c:3915: warning: assignment makes 
pointer from integer without a cast 
make: *** [ext/gd/gd.lo] Error 1
 
  
Navigation:
[Reply to this message] 
 |