Edit report at http://bugs.php.net/bug.php?id=51974&edit=1
ID: 51974 User updated by: pooya_4075 at yahoo dot de Reported by: pooya_4075 at yahoo dot de -Summary: Fatal error: +Summary: make: Fatal error: Command failed for target `main/streams/glob_wrapper.lo' Status: Open Type: Bug -Package: *Compile Issues +Package: Compile Failure Operating System: Solaris 5.10 PHP Version: 5.3.2 New Comment: main/streams/glob_wrapper.c Previous Comments: ------------------------------------------------------------------------ [2010-06-02 14:45:21] pooya_4075 at yahoo dot de Description: ------------ Hello, i'm installing the php-5.3.2 on sun/sjsws system as FastCgi. · Operating System: Solaris 5.10 · WebServer SJSWS 7.0 listening to the standard port : 80 · Oracle- Client: 11.2.0 gcc version 3.4.3 (csl-sol210-3_4-branch+sol_rpath) my configure: ./configure --prefix=$PHP_HOME --with-oci8=$ORACLE_HOME --with-pear=$PHP_HOME --enable-calendar --with-zlib --with-gd --with-png-dir=/usr/lib --enable-libgcc --enable-zip --with-gettext Seems ok, but the make results the following error: *** Error code 1 make: Fatal error: Command failed for target `main/streams/glob_wrapper.lo' What can be wrong? would you please help me? Best regards Actual result: -------------- -I/tmp/php-5.3.2/Zend -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -g -O2 -c /tmp/php-5.3.2/main/streams/glob_wrapper.c -o main/streams/glob_wrapper.lo /tmp/php-5.3.2/main/streams/glob_wrapper.c:40: error: syntax error before "glob_t" /tmp/php-5.3.2/main/streams/glob_wrapper.c:40: warning: no semicolon at end of struct or union /tmp/php-5.3.2/main/streams/glob_wrapper.c:47: error: syntax error before '}' token /tmp/php-5.3.2/main/streams/glob_wrapper.c:47: warning: data definition has no type or storage class /tmp/php-5.3.2/main/streams/glob_wrapper.c: In function `_php_glob_stream_get_path': /tmp/php-5.3.2/main/streams/glob_wrapper.c:51: error: `pglob' undeclared (first use in this function) /tmp/php-5.3.2/main/streams/glob_wrapper.c:51: error: (Each undeclared identifier is reported only once /tmp/php-5.3.2/main/streams/glob_wrapper.c:51: error: for each function it appears in.) /tmp/php-5.3.2/main/streams/glob_wrapper.c:51: error: syntax error before ')' token /tmp/php-5.3.2/main/streams/glob_wrapper.c: In function `_php_glob_stream_get_pattern': /tmp/php-5.3.2/main/streams/glob_wrapper.c:73: error: `pglob' undeclared (first use in this function) /tmp/php-5.3.2/main/streams/glob_wrapper.c:73: error: syntax error before ')' token /tmp/php-5.3.2/main/streams/glob_wrapper.c: In function `_php_glob_stream_get_count': /tmp/php-5.3.2/main/streams/glob_wrapper.c:95: error: `pglob' undeclared (first use in this function) /tmp/php-5.3.2/main/streams/glob_wrapper.c:95: error: syntax error before ')' token /tmp/php-5.3.2/main/streams/glob_wrapper.c: At top level: /tmp/php-5.3.2/main/streams/glob_wrapper.c:111: error: syntax error before '*' token /tmp/php-5.3.2/main/streams/glob_wrapper.c: In function `php_glob_stream_path_split': /tmp/php-5.3.2/main/streams/glob_wrapper.c:124: error: `p_file' undeclared (first use in this function) /tmp/php-5.3.2/main/streams/glob_wrapper.c:126: error: `get_path' undeclared (first use in this function) /tmp/php-5.3.2/main/streams/glob_wrapper.c:127: error: `pglob' undeclared (first use in this function) /tmp/php-5.3.2/main/streams/glob_wrapper.c: In function `php_glob_stream_read': /tmp/php-5.3.2/main/streams/glob_wrapper.c:141: error: `pglob' undeclared (first use in this function) /tmp/php-5.3.2/main/streams/glob_wrapper.c:141: error: syntax error before ')' token /tmp/php-5.3.2/main/streams/glob_wrapper.c:148: error: `GLOB_APPEND' undeclared (first use in this function) /tmp/php-5.3.2/main/streams/glob_wrapper.c: In function `php_glob_stream_close': /tmp/php-5.3.2/main/streams/glob_wrapper.c:165: error: `pglob' undeclared (first use in this function) /tmp/php-5.3.2/main/streams/glob_wrapper.c:165: error: syntax error before ')' token /tmp/php-5.3.2/main/streams/glob_wrapper.c: In function `php_glob_stream_rewind': /tmp/php-5.3.2/main/streams/glob_wrapper.c:184: error: `pglob' undeclared (first use in this function) /tmp/php-5.3.2/main/streams/glob_wrapper.c:184: error: syntax error before ')' token /tmp/php-5.3.2/main/streams/glob_wrapper.c: In function `php_glob_stream_opener': /tmp/php-5.3.2/main/streams/glob_wrapper.c:211: error: `pglob' undeclared (first use in this function) /tmp/php-5.3.2/main/streams/glob_wrapper.c:251: error: `GLOB_APPEND' undeclared (first use in this function) ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=51974&edit=1