[PHP-DEV] PHP 4.0 Bug #2200: ...zend macro used with just one arg... From: alan <email protected>
Date: 08/31/99

From: alan <email protected>
Operating system: RH 5.2
PHP version: 4.0 Latest CVS (31/08/1999)
PHP Bug Type: Compile Failure
Bug description: ...zend macro used with just one arg...

With a freash checkout of the cvs the following error occurs
during the first (read: clean) build.

Making all in libzend
make[1]: Entering directory `/usr/src/php4-cvs/libzend'
gcc -DHAVE_CONFIG_H -I. -I/usr/src/php4-cvs/php4/./libzend -I. -g -O2 -g -czend_alloc.c
zend_alloc.c:148: macro `_CHECK_MEMORY_LIMIT' used with just one arg
zend_alloc.c:237: macro `_CHECK_MEMORY_LIMIT' used with just one arg
make[1]: *** [zend_alloc.o] Error 1
make[1]: Leaving directory `/usr/src/php4-cvs/libzend'
Making all in ext
make[1]: Entering directory `/usr/src/php4-cvs/php4/ext'
Making all in bcmath
make[2]: Entering directory `/usr/src/php4-cvs/php4/ext/bcmath'
make[2]: Nothing to be done for `all'.
.
.
.
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/usr/src/php4-cvs/php4/ext'
make[1]: Leaving directory `/usr/src/php4-cvs/php4/ext'
make: *** [all-recursive] Error 1
[root <email protected> php4-cvs]#

               

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>