ID: 37413 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: Compile Failure Operating System: gentoo linux (VMWare) PHP Version: 5.1.5CVS New Comment:
This bug has been fixed in CVS. 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/. Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2006-05-11 20:04:02] [EMAIL PROTECTED] Description: ------------ I had flex 2.5.33 installed, and needed 2.5.4, but the first error message was a brief "flex needs to be 2.5.4" that scrolled by so fast in ./configure that I missed it. The next error was fatal, and was when zend_language_scanner.c could not be found. Basically, $LEX was being set to "exit 0;" which did prevent generation of a bad zend_language_scanner.c, but the error message was not helpful. Better would be "flex is out of date" and termination while configuring This is from a CVS checkout, which is obviously different from a snapshot or release build. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=37413&edit=1