php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #17039 re2c: command not found
Submitted: 2002-05-06 08:15 UTC Modified: 2003-01-10 07:46 UTC
From: jan at horde dot org Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0CVS-2002-05-06 OS: Linux
Private report: No CVE-ID: None
 [2002-05-06 08:15 UTC] jan at horde dot org
re2c -b /root/cvs/cvsphp/ext/standard/url_scanner_ex.re > /root/cvs/cvsphp/ext/standard/url_scanner_ex.c
/bin/sh: re2c: command not found

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-05-06 08:18 UTC] mfischer@php.net
Either install re2c (http://www.tildeslash.org/re2c/ afaik) or just touch the url_scanner_ex.re file (seems someone forgot to touch it in CVS).
 [2002-05-06 09:55 UTC] jan at horde dot org
Yes, that's fixed it. Seems to happen a lot recently (.re and .c commited in the wrong order). :-)
 [2003-01-08 11:23 UTC] ed2019 at columbia dot edu
I had this same problem on Solaris, but with the 'stable' download 4.3.0 .  touching ext/standard/url_scanner_ex.re did not allow it to compile all the way through, as suggested by mfischer@php.net .  Is re2c a required build tool?
 [2003-01-10 07:46 UTC] hholzgra@php.net
it is the .c file that needs touching, not the .re file

.c is generated from .re using re2c, and if the .re is newer make wants to create a new .c while a newer .c is thought to be up to date ...
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 08:01:30 2024 UTC