Hi everyone

I'm trying to build PHP on AIX 4.3.2, ultimately to use with the
Apache web server. My make fails with the error: Function argument
assignment between types "unsigned long*" and "int*" is not allowed.

Is there some kind of compiler switch I could use to disable this
level of checking or would that be stupid? Has anyone come across a
similar problem. Help / suggestions most appreciated.

The following is the output from the `make' command:

-----

Making all in Zend
Target "all" is up to date.
Making all in main
Target "all-p" is up to date.
Target "all" is up to date.
Making all in ext
Making all in mysql
Making all in libmysql
        /bin/sh /home/thorpe/php/php-4.0.4pl1/libtool --silent
--mode=compile cc  -I.
-I/home/thorpe/php/php-4.0.4pl1/ext/mysql/libmysql
-I/home/thorpe/php/php-4.0.4pl1/main
-I/home/thorpe/php/php-4.0.4pl1 -I/usr/HTTPServer/include
-I/home/thorpe/php/php-4.0.4pl1/Zend
-I/home/thorpe/php/php-4.0.4pl1/ext/mysql/libmysql
-I/home/thorpe/php/php-4.0.4pl1/ext/xml/expat/xmltok
-I/home/thorpe/php/php-4.0.4pl1/ext/xml/expat/xmlparse
-I/home/thorpe/php/php-4.0.4pl1/TSRM
-DAIX=43 -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -DXML_BYTE_ORDER=21 -g  -c
libmysql.c
"./global.h", line 525.17: 1506-334 (S) Identifier int8 has already
been defined on line 606 of
"/usr/include/sys/inttypes.h".
"./global.h", line 526.17: 1506-334 (S) Identifier int16 has already
been defined on line 607 of
"/usr/include/sys/inttypes.h".
"./global.h", line 536.25: 1506-334 (S) Identifier int32 has already
been defined on line 608 of
"/usr/include/sys/inttypes.h".
"libmysql.c", line 179.59: 1506-280 (W) Function argument assignment
between types "unsigned
long*" and "int*" is not allowed.
make: The error code from the last command is 1.


Stop.
make: The error code from the last command is 1.


Stop.
make: The error code from the last command is 1.


Stop.
make: The error code from the last command is 1.


Stop.
make: The error code from the last command is 1.


Stop.

------------

Many thanks in advance.

Kind regards
James
-- 

---------------------------------------
James Thorpe
CCWR User Consultant
[EMAIL PROTECTED]
tel: +27 33 2605174
http://www.ccwr.ac.za/ccwr/users/thorpe

Screw up your courage!  You've screwed up everything else.

----------------------------------------

-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to