From:             xuefer at 21cn dot com
Operating system: irrelevent
PHP version:      5CVS-2005-08-12 (dev)
PHP Bug Type:     *Compile Issues
Bug description:  configure failed to initize RE2C="exit 0;" when re2c is not 
found

Description:
------------
[snip]
    php_cv_re2c_version=none ### if re2c is not found
  fi
  case $php_cv_re2c_version in
    ""|invalid[)]    ### no "none" here
      AC_MSG_WARN([You will need re2c 0.98 or later if you want to
regenerate PHP parsers.])
      RE2C="exit 0;"
[/snip]
make
b /usr/src/php6/ext/standard/url_scanner_ex.re >
/usr/src/php6/ext/standard/url_scanner_ex.c
/bin/sh: line 1: b: command not found

url_scanner_ex.c is truncate to 0 byte

---------
FYI, flex checking code is:
[snip]
    flex_version=none
  fi
  
  case $php_cv_flex_version in
    ""|invalid[)]
[/snip]



-- 
Edit bug report at http://bugs.php.net/?id=34097&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=34097&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=34097&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=34097&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=34097&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=34097&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=34097&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=34097&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=34097&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=34097&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=34097&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=34097&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=34097&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=34097&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=34097&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=34097&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=34097&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=34097&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=34097&r=float
No Zend Extensions:          http://bugs.php.net/fix.php?id=34097&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=34097&r=mysqlcfg

Reply via email to