hello i am trying to upgrade php from 4.2.2 on my server to 4.2.3 and i am having problems. anyways i did the configure that all went well. The next step is to do make and make install. well when i do make it starts out ok untill it gets to the end and then i get the following error.
In file included from /buildapache/php-4.2.3/ext/standard/php_standard.h:21,
from main.c:52:
/buildapache/php-4.2.3/ext/standard/basic_functions.h:121:2: #error Need type which holds 32 bits
make[2]: *** [main.lo] Error 1
make[2]: Leaving directory `/buildapache/php-4.2.3/main'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/buildapache/php-4.2.3/main'
make: *** [all-recursive] Error 1
root@servera [/buildapache/php-4.2.3]#
Any ideas why ? thanks
In file included from /buildapache/php-4.2.3/ext/standard/php_standard.h:21,
from main.c:52:
/buildapache/php-4.2.3/ext/standard/basic_functions.h:121:2: #error Need type which holds 32 bits
make[2]: *** [main.lo] Error 1
make[2]: Leaving directory `/buildapache/php-4.2.3/main'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/buildapache/php-4.2.3/main'
make: *** [all-recursive] Error 1
root@servera [/buildapache/php-4.2.3]#
Any ideas why ? thanks