ID:               25528
 Updated by:       [EMAIL PROTECTED]
 Reported By:      thomas dot hebinck at digionline dot de
-Status:           Analyzed
+Status:           Closed
 Bug Type:         Compile Failure
 Operating System: Linux Debian Woody
 PHP Version:      5CVS-2003-09-13 (dev)
 New Comment:

This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.


Previous Comments:
------------------------------------------------------------------------

[2003-09-13 20:53:05] [EMAIL PROTECTED]

Could you post the output of gcc --version ?


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

[2003-09-13 19:01:19] thomas dot hebinck at digionline dot de

Description:
------------
I think, there is not much to say ;-)

Bye,
Thomas.

Reproduce code:
---------------
./configure \
        --with-apxs2=/usr/local/apache/bin/apxs \
        --prefix=/usr/local/apache/php \
        --with-config-file-path=/usr/local/apache/php \
        --with-ldap \
        --with-pgsql=/usr/local/pgsql \
        --with-imap=/usr/src/imap-2002d/c-client \
        --with-imap-ssl=/usr/local/ssl \
        --enable-bcmath

make


Actual result:
--------------
w23:/usr/src/php5-200309132130# make
/bin/sh /usr/src/php5-200309132130/libtool --silent --preserve-dup-deps
--mode=compile gcc
-I/usr/src/php5-200309132130/ext/bcmath/libbcmath/src -Iext/bcmath/
-I/usr/src/php5-200309132130/ext/bcmath/ -DPHP_ATOM_INC
-I/usr/src/php5-200309132130/include -I/usr/src/php5-200309132130/main
-I/usr/src/php5-200309132130 -I/usr/src/php5-200309132130/Zend
-I/usr/local/include/libxml2 -I/usr/src/imap-2002d/c-client
-I/usr/local/include -I/usr/local/pgsql/include 
-I/usr/src/php5-200309132130/TSRM  -g -O2  -prefer-pic -c
/usr/src/php5-200309132130/ext/bcmath/bcmath.c -o ext/bcmath/bcmath.lo
In file included from /usr/src/php5-200309132130/main/php.h:34,
                 from
/usr/src/php5-200309132130/ext/bcmath/bcmath.c:25:
/usr/src/php5-200309132130/Zend/zend.h:357: argument format specified
for non-function `error_function'
/usr/src/php5-200309132130/Zend/zend.h:358: argument format specified
for non-function `printf_function'
/usr/src/php5-200309132130/Zend/zend.h:496: argument format specified
for non-function `zend_printf'
/usr/src/php5-200309132130/Zend/zend.h:502: argument format specified
for non-function `zend_error_cb'
make: *** [ext/bcmath/bcmath.lo] Error 1



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


-- 
Edit this bug report at http://bugs.php.net/?id=25528&edit=1

Reply via email to