php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #37568 zend_language_scanner.c not being created
Submitted: 2006-05-23 22:08 UTC Modified: 2006-05-24 08:15 UTC
From: jan at horde dot org Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 5.1.5CVS OS: Linux
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: jan at horde dot org
New email:
PHP Version: OS:

 

 [2006-05-23 22:08 UTC] jan at horde dot org
Description:
------------
Trying to compile PHP currently fails for me with:

gcc: Zend/zend_language_scanner.c: No such file or directory
gcc: no input files

The last libtool call that produces this is:
/bin/sh /home/jan/cvs/php5/libtool --silent --preserve-dup-deps --mode=compile g
cc  -IZend/ -I/home/jan/cvs/php5/Zend/ -DPHP_ATOM_INC -I/home/jan/cvs/php5/inclu
de -I/home/jan/cvs/php5/main -I/home/jan/cvs/php5 -I/usr/include/libxml2 -I/home
/jan/cvs/php5/ext/date/lib -I/usr/include/imap -I/home/jan/cvs/php5/ext/mbstring
/oniguruma -I/home/jan/cvs/php5/ext/mbstring/libmbfl -I/home/jan/cvs/php5/ext/mb
string/libmbfl/mbfl -I/usr/include/mysql -I/home/jan/cvs/php5/TSRM -I/home/jan/c
vs/php5/Zend    -I/usr/include -g -O2  -prefer-non-pic -c Zend/zend_language_sca
nner.c -o Zend/zend_language_scanner.lo

flex is installed, version 2.5.31.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-05-23 22:21 UTC] helly@php.net
Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

You need 2.5.4
 [2006-05-24 08:04 UTC] jan at horde dot org
Hi Marcus, I know that this is documented in the CVS build instructions, but it used to compile fine with my flex version until a recent CVS update. Is there any reason why this changed recently?
 [2006-05-24 08:15 UTC] jan at horde dot org
Forget it, I confused build machines and flex versions, the one that worked has 2.5.4 at that time.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Aug 04 09:00:03 2025 UTC