I'm installing gd2.0.2 on a linux suse 8.0 distro and while I've had success doing it on my home computer I've ran into a make error when I do it at work. here is the output of make: In file included from gd.c:36: php_gd.h:69 warning: static declaration for `gdImageColorResolve' follows non-static gd.c:92: conflicting types for `gdIOCtx' /usr/local/gd/gd_io.h:18 previous declaration of `gdIOCtx' make[3]: ***[gd.lo] Error 1
aghh the only difference between them is the architecture of the machine home is an Duron and at work a Pentium 2. but mine installed great at home and now this. I changed the static declaration and got rid of the first but am lost on the second error. some further information I configured php4.2.3 as follows: --with-mysql --with-apxs --with-gd=/usr/local/gd --with-freetype-dir=/usr/local --enable-gd-native-ttf --enable-gd-imgstrttf --with-jpeg-dir=/usr/include --with-png-dir=/usr/include --with-zlib Any ideas? Btw GD compiled with no probs except warnings about bison not being present. should I make libgd.a again? John Coder -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php