ID:               17039
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Closed
 Bug Type:         Compile Failure
 Operating System: Linux
 PHP Version:      4.0CVS-2002-05-06
 New Comment:

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 ...


Previous Comments:
------------------------------------------------------------------------

[2003-01-08 11:23:46] [EMAIL PROTECTED]

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 [EMAIL PROTECTED] .  Is
re2c a required build tool?

------------------------------------------------------------------------

[2002-05-06 09:55:08] [EMAIL PROTECTED]

Yes, that's fixed it. Seems to happen a lot recently (.re and .c
commited in the wrong order). :-)

------------------------------------------------------------------------

[2002-05-06 08:18:42] [EMAIL PROTECTED]

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 08:15:27] [EMAIL PROTECTED]

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

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=17039&edit=1

Reply via email to