hy,
i'm using solaris 7 with gcc 3.1
i configured php-4.2.2 with the following attributes:
CC=gcc ./configure --prefix=/opt/php_4.2.2 \
--with-apache=/opt/Sources/Apachetoolbox-1.5.59/apache_1.3.26 \
--enable-exif \
--enable-track-vars \
--with-calendar=shared \
--enable-magic-quotes \
--enable-trans-sid \
--enable-wddx \
--enable-ftp \
--enable-inline-optimization \
--enable-memory-limit \
--with-imap=/opt/Sources/imap-2002.RC2 \
--with-openssl=/opt
when runnning make, i receive this errror:
main.c: In function php_disable_functions':
main.c:157: warning: initialization makes pointer from integer without a cast
main.c: In functionphp_printf':
main.c:350: __builtin_va_alist' undeclared (first use in this function)
main.c:350: (Each undeclared identifier is reported only once
main.c:350: for each function it appears in.)
main.c: In functionphp_fopen_wrapper_for_zend':
main.c:575: warning: assignment makes pointer from integer without a cast
make[2]: [main.lo] Error 1
make[2]: Leaving directory /opt/Sources/php-4.2.2/main'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory/opt/Sources/php-4.2.2/main'
make: [all-recursive] Error 1
does anybody know, what it is?