Edit report at http://bugs.php.net/bug.php?id=52601&edit=1
ID: 52601
User updated by: gwolanin at gmail dot com
Reported by: gwolanin at gmail dot com
Summary: make fails with error: conflicting types for
'int8_t'
-Status: Feedback
+Status: Open
Type: Bug
Package: Compile Failure
Operating System: Solaris 2.8
PHP Version: 5.2.14
Block user comment: N
New Comment:
Sorry for the late response. I have d/l and tried to compile with the
'latest' and I get the same error.
Previous Comments:
------------------------------------------------------------------------
[2010-08-14 00:53:31] [email protected]
This must be fixed by the fix for bug #52436
Could you check it? :) (trying the snapshot)
Thanks.
------------------------------------------------------------------------
[2010-08-14 00:50:47] [email protected]
Please try using this snapshot:
http://snaps.php.net/php5.2-latest.tar.gz
For Windows:
http://windows.php.net/snapshots/
------------------------------------------------------------------------
[2010-08-13 18:25:08] gwolanin at gmail dot com
Description:
------------
PHP v5.2.14
Solaris 2.8 (sparc)
./configure \
--prefix=/opt/php-5.2.14 \
--with-mysql=/opt/mysql \
--with-mysql-sock=/tmp \
--with-apxs2=/opt/httpd-2.2.16/bin/apxs \
--with-jpeg-dir=/usr/local \
--with-png-dir=/usr/share/src/libpng-1.2.1 \
--with-gd \
--with-ttf \
--with-freetype-dir=/usr/local/lib \
--with-curl=/usr/local/bin \
--with-xsl \
--enable-cli \
--enable-ftp \
--enable-zip \
--with-ldap=/opt/ldap \
--with-zlib
....
....
In file included from
/usr/share/src/php-5.2.14/ext/pcre/pcrelib/pcre_internal.h:198,
from
/usr/share/src/php-5.2.14/ext/pcre/pcrelib/pcre_chartables.c:25:
/usr/include/stdint.h:41: error: conflicting types for 'int8_t'
/usr/include/sys/int_types.h:62: error: previous declaration of 'int8_t'
was here
/usr/include/stdint.h:42: error: conflicting types for 'int_least8_t'
/usr/include/sys/int_types.h:119: error: previous declaration of
'int_least8_t' was here
make: *** [ext/pcre/pcrelib/pcre_chartables.lo] Error 1
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/bug.php?id=52601&edit=1