From:             [EMAIL PROTECTED]
Operating system: AIX4.3.3
PHP version:      4.0 Latest CVS (10/04/2001)
PHP Bug Type:     Compile Problem
Bug description:  make bails out in mysql subdirectory

The following error in generated after a successful configure run. The arguments to 
configure were

--with-mysql
--with-roxen
--with-roxen-zts


Making all in libmysql
make[3]: Entering directory `/TEMP_FS/php4-200104100845/ext/mysql/libmysql'
make[4]: Entering directory `/TEMP_FS/php4-200104100845/ext/mysql/libmysql'
/bin/sh /TEMP_FS/php4-200104100845/libtool --silent --mode=compile gcc  -I. 
-I/TEMP_FS/php4-200104100845/ext/mysql/libmysql -I/TEMP_FS/php4-200104100845/main 
-I/TEMP_FS/php4-200104100845 -I/usr/local/pike/7.0.312/include/pike 
-I/TEMP_FS/php4-200104100845/Zend -I/TEMP_FS/php4-200104100845/ext/mysql/libmysql 
-I/TEMP_FS/php4-200104100845/ext/xml/expat/xmltok 
-I/TEMP_FS/php4-200104100845/ext/xml/expat/xmlparse -I/TEMP_FS/php4-200104100845/TSRM  
-DSUPPORT_UTF8 -DXML_BYTE_ORDER=21 -O2  -c libmysql.c
In file included from libmysql.c:9:
global.h:548: conflicting types for `int8'
/usr/include/sys/inttypes.h:622: previous declaration of `int8'
global.h:549: warning: redefinition of `int16'
/usr/include/sys/inttypes.h:623: warning: `int16' previously declared here
global.h:559: warning: redefinition of `int32'
/usr/include/sys/inttypes.h:624: warning: `int32' previously declared here
libmysql.c: In function `connect2':
libmysql.c:188: warning: passing arg 5 of `getsockopt' from incompatible pointer type
make[4]: *** [libmysql.lo] Error 1
make[4]: Leaving directory `/TEMP_FS/php4-200104100845/ext/mysql/libmysql'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/TEMP_FS/php4-200104100845/ext/mysql/libmysql'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/TEMP_FS/php4-200104100845/ext/mysql'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/TEMP_FS/php4-200104100845/ext'
make: *** [all-recursive] Error 1




-- 
Edit Bug report at: http://bugs.php.net/?id=10267&edit=1



-- 
PHP Development 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