hi, for quite a while now I compiled fresh apacke PHP modules right from the cvs source. Worked very well most of the time. But now I get strange error, even after completely removing the php4 under cvsroot and downloading the whole source (php and zend) again. any help? thanks Jens this is the error: /bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main -DLINUX=2 -DNO_DBM_REWRITEMAP -DUSE_HSREGEX -DUSE_EXPAT -g -O2 -prefer-pic -c zend_language_scanner.c In file included from zend_language_scanner.l:42: zend.h:200: parse error before `TSRMLS_DC' zend.h:234: parse error before `TSRMLS_DC' In file included from zend_language_scanner.l:45: zend_compile.h:122: parse error before `TSRMLS_DC' In file included from zend_language_scanner.l:45: zend_compile.h:199: warning: parameter has incomplete type zend_compile.h:205: warning: parameter has incomplete type zend_compile.h:206: warning: parameter has incomplete type zend_compile.h:368: parse error before `TSRMLS_DC' zend_compile.h:369: parse error before `TSRMLS_DC' In file included from zend_language_scanner.l:48: zend_constants.h:49: warning: parameter names (without types) in function declaration zend_constants.h:50: warning: parameter names (without types) in function declaration zend_constants.h:51: warning: parameter names (without types) in function declaration zend_constants.h:54: parse error before `TSRMLS_DC' zend_constants.h:55: parse error before `TSRMLS_DC' zend_constants.h:56: parse error before `TSRMLS_DC' zend_constants.h:57: parse error before `TSRMLS_DC' zend_constants.h:58: parse error before `TSRMLS_DC' zend_language_scanner.l:383: parse error before `TSRMLS_DC' zend_language_scanner.l: In function `compile_filename': zend_language_scanner.l:389: `filename' undeclared (first use in this function) zend_language_scanner.l:389: (Each undeclared identifier is reported only once zend_language_scanner.l:389: for each function it appears in.) zend_language_scanner.l:401: `type' undeclared (first use in this function) make[1]: *** [zend_language_scanner.lo] Error 1 make[1]: Leaving directory `/storage/cvs-root/php4/Zend' make: *** [all-recursive] Error 1 -- 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]