ID: 38762 Updated by: [EMAIL PROTECTED] Reported By: butterblume83 at gmx dot de -Status: Open +Status: Feedback Bug Type: Compile Failure Operating System: Ubuntu Dapper Drake PHP Version: 5.1.6 New Comment:
Please try using this CVS snapshot: http://snaps.php.net/php5.2-latest.tar.gz For Windows: http://snaps.php.net/win32/php5.2-win32-latest.zip Previous Comments: ------------------------------------------------------------------------ [2006-09-09 19:30:45] butterblume83 at gmx dot de Description: ------------ When I build PHP and the build directory (from where I call configure) is different to the source directory, I always (configure with or without params) produces the error that zend_language_parser.c was not found. When building from inside the source directory (./configure) is all nice and dandy! Reproduce code: --------------- cd build ../src/php-5.1.6/configure make Expected result: ---------------- "Build successfully done." Actual result: -------------- -I/home/fa/dev/build-area/php5/build/php/ -D_REENTRANT -I/usr/include -g -O2 -pthread -DZTS -c Zend/zend_language_parser.c -o Zend/zend_language_parser.lo gcc: Zend/zend_language_parser.c: No such file or directory gcc: no input files make: *** [Zend/zend_language_parser.lo] Error 1 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=38762&edit=1