From: jim dot stcyr at gmail dot com Operating system: RedHat 2.6.9-89.0.3.ELsmp PHP version: 5.3SVN-2009-08-11 (snap) PHP Bug Type: *General Issues Bug description: make fails on glob_wrapper
Description: ------------ ./configure \ --with-apxs2=/usr/local/apache2.2/bin/apxs \ --with-oci8=instantclient,/home/instantclient \ --enable-sigchild ./make /home/automan/php5.3-200908110030/main/streams/glob_wrapper.c:40: error: syntax error before "glob_t" /home/automan/php5.3-200908110030/main/streams/glob_wrapper.c:40: warning: no semicolon at end of struct or uni on /home/automan/php5.3-200908110030/main/streams/glob_wrapper.c:41: error: 'index' redeclared as different kind o f symbol /home/automan/php5.3-200908110030/main/streams/glob_wrapper.c:41: error: 'index' redeclared as different kind o f symbol /home/automan/php5.3-200908110030/main/streams/glob_wrapper.c:47: error: syntax error before '}' token /home/automan/php5.3-200908110030/main/streams/glob_wrapper.c:47: warning: data definition has no type or stora ge class /home/automan/php5.3-200908110030/main/streams/glob_wrapper.c: In function `_php_glob_stream_get_path': /home/automan/php5.3-200908110030/main/streams/glob_wrapper.c:51: error: `pglob' undeclared (first use in this function) /home/automan/php5.3-200908110030/main/streams/glob_wrapper.c:51: error: (Each undeclared identifier is reporte d only once /home/automan/php5.3-200908110030/main/streams/glob_wrapper.c:51: error: for each function it appears in.) /home/automan/php5.3-200908110030/main/streams/glob_wrapper.c:51: error: syntax error before ')' token /home/automan/php5.3-200908110030/main/streams/glob_wrapper.c: In function `_php_glob_stream_get_pattern': /home/automan/php5.3-200908110030/main/streams/glob_wrapper.c:73: error: `pglob' undeclared (first use in this function) /home/automan/php5.3-200908110030/main/streams/glob_wrapper.c:73: error: syntax error before ')' token /home/automan/php5.3-200908110030/main/streams/glob_wrapper.c: In function `_php_glob_stream_get_count': /home/automan/php5.3-200908110030/main/streams/glob_wrapper.c:95: error: `pglob' undeclared (first use in this function) /home/automan/php5.3-200908110030/main/streams/glob_wrapper.c:95: error: syntax error before ')' token /home/automan/php5.3-200908110030/main/streams/glob_wrapper.c: At top level: /home/automan/php5.3-200908110030/main/streams/glob_wrapper.c:111: error: syntax error before '*' token /home/automan/php5.3-200908110030/main/streams/glob_wrapper.c: In function `php_glob_stream_path_split': /home/automan/php5.3-200908110030/main/streams/glob_wrapper.c:124: error: `p_file' undeclared (first use in thi s function) /home/automan/php5.3-200908110030/main/streams/glob_wrapper.c:126: error: `get_path' undeclared (first use in t his function) /home/automan/php5.3-200908110030/main/streams/glob_wrapper.c:127: error: `pglob' undeclared (first use in this function) /home/automan/php5.3-200908110030/main/streams/glob_wrapper.c: In function `php_glob_stream_read': /home/automan/php5.3-200908110030/main/streams/glob_wrapper.c:141: error: `pglob' undeclared (first use in this function) /home/automan/php5.3-200908110030/main/streams/glob_wrapper.c:141: error: syntax error before ')' token /home/automan/php5.3-200908110030/main/streams/glob_wrapper.c:148: error: `GLOB_APPEND' undeclared (first use i n this function) /home/automan/php5.3-200908110030/main/streams/glob_wrapper.c: In function `php_glob_stream_close': /home/automan/php5.3-200908110030/main/streams/glob_wrapper.c:165: error: `pglob' undeclared (first use in this function) /home/automan/php5.3-200908110030/main/streams/glob_wrapper.c:165: error: syntax error before ')' token /home/automan/php5.3-200908110030/main/streams/glob_wrapper.c: In function `php_glob_stream_rewind': /home/automan/php5.3-200908110030/main/streams/glob_wrapper.c:184: error: `pglob' undeclared (first use in this function) /home/automan/php5.3-200908110030/main/streams/glob_wrapper.c:184: error: syntax error before ')' token /home/automan/php5.3-200908110030/main/streams/glob_wrapper.c: In function `php_glob_stream_opener': /home/automan/php5.3-200908110030/main/streams/glob_wrapper.c:211: error: `pglob' undeclared (first use in this function) /home/automan/php5.3-200908110030/main/streams/glob_wrapper.c:251: error: `GLOB_APPEND' undeclared (first use i n this function) make: *** [main/streams/glob_wrapper.lo] Error 1 -- Edit bug report at http://bugs.php.net/?id=49215&edit=1 -- Try a snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=49215&r=trysnapshot52 Try a snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=49215&r=trysnapshot53 Try a snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=49215&r=trysnapshot60 Fixed in SVN: http://bugs.php.net/fix.php?id=49215&r=fixed Fixed in SVN and need be documented: http://bugs.php.net/fix.php?id=49215&r=needdocs Fixed in release: http://bugs.php.net/fix.php?id=49215&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=49215&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=49215&r=needscript Try newer version: http://bugs.php.net/fix.php?id=49215&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=49215&r=support Expected behavior: http://bugs.php.net/fix.php?id=49215&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=49215&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=49215&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=49215&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=49215&r=php4 Daylight Savings: http://bugs.php.net/fix.php?id=49215&r=dst IIS Stability: http://bugs.php.net/fix.php?id=49215&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=49215&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=49215&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=49215&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=49215&r=mysqlcfg