Date: 05/15/01
- Next message: ville.alkkiomaki <email protected>: "[PHP-DEV] Bug #10879: odbc_prepare causes bus error"
- Previous message: mh <email protected>: "[PHP-DEV] Bug #10871 Updated: pclose() failed. (2: unknown early startup error)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: sean.truman <email protected>
Operating system: sparc-sun-solaris2.7
PHP version: 4.0.5
PHP Bug Type: Compile Problem
Bug description: Compile problem with IMAP support
configure line is:
./configure --with-mysql=/usr \
--with-imap=y \
--with-apache=../apache_1.3.19 \
--enable-track-vars \
--enable-register-globals \
--enable-trans-sid
make[2]: Entering directory `/usr/local/src/php-4.0.5/main'
gcc -I. -I/usr/local/src/php-4.0.5/main -I/usr/local/src/php-4.0.5/main -I/usr/local/src/php-4.0.5 -I/usr/local/src/apache_1.3.19/s
rc/include -I/usr/local/src/apache_1.3.19/src/os/unix -I/usr/local/src/php-4.0.5/Zend -I/usr/include/mysql -I/usr/local/src/php-4.0.
5/ext/xml/expat/xmltok -I/usr/local/src/php-4.0.5/ext/xml/expat/xmlparse -I/usr/local/src/php-4.0.5/TSRM -D_POSIX_PTHREAD_SEMANTICS
-DSUPPORT_UTF8 -DXML_BYTE_ORDER=21 -g -O2 -c main.c && touch main.lo
gcc -I. -I/usr/local/src/php-4.0.5/main -I/usr/local/src/php-4.0.5/main -I/usr/local/src/php-4.0.5 -I/usr/local/src/apache_1.3.19/s
rc/include -I/usr/local/src/apache_1.3.19/src/os/unix -I/usr/local/src/php-4.0.5/Zend -I/usr/include/mysql -I/usr/local/src/php-4.0.
5/ext/xml/expat/xmltok -I/usr/local/src/php-4.0.5/ext/xml/expat/xmlparse -I/usr/local/src/php-4.0.5/TSRM -D_POSIX_PTHREAD_SEMANTICS
-DSUPPORT_UTF8 -DXML_BYTE_ORDER=21 -g -O2 -c internal_functions.c && touch internal_functions.lo
In file included from internal_functions.c:32:
/usr/local/src/php-4.0.5/ext/imap/php_imap.h:50: parse error before `MAILSTREAM'
/usr/local/src/php-4.0.5/ext/imap/php_imap.h:50: warning: no semicolon at end of struct or union
/usr/local/src/php-4.0.5/ext/imap/php_imap.h:58: parse error before `}'
/usr/local/src/php-4.0.5/ext/imap/php_imap.h:58: warning: data definition has no type or storage class
/usr/local/src/php-4.0.5/ext/imap/php_imap.h:61: parse error before `SIZEDTEXT'
/usr/local/src/php-4.0.5/ext/imap/php_imap.h:61: warning: no semicolon at end of struct or union
/usr/local/src/php-4.0.5/ext/imap/php_imap.h:65: parse error before `}'
/usr/local/src/php-4.0.5/ext/imap/php_imap.h:65: warning: data definition has no type or storage class
/usr/local/src/php-4.0.5/ext/imap/php_imap.h:68: parse error before `SIZEDTEXT'
/usr/local/src/php-4.0.5/ext/imap/php_imap.h:68: warning: no semicolon at end of struct or union
/usr/local/src/php-4.0.5/ext/imap/php_imap.h:70: conflicting types for `next'
/usr/local/src/php-4.0.5/ext/imap/php_imap.h:64: previous declaration of `next'
/usr/local/src/php-4.0.5/ext/imap/php_imap.h:71: parse error before `}'
/usr/local/src/php-4.0.5/ext/imap/php_imap.h:71: warning: data definition has no type or storage class
/usr/local/src/php-4.0.5/ext/imap/php_imap.h:156: parse error before `STRINGLIST'
/usr/local/src/php-4.0.5/ext/imap/php_imap.h:156: warning: no semicolon at end of struct or union
/usr/local/src/php-4.0.5/ext/imap/php_imap.h:157: warning: data definition has no type or storage class
/usr/local/src/php-4.0.5/ext/imap/php_imap.h:158: parse error before `*'
/usr/local/src/php-4.0.5/ext/imap/php_imap.h:158: warning: data definition has no type or storage class
/usr/local/src/php-4.0.5/ext/imap/php_imap.h:159: parse error before `*'
/usr/local/src/php-4.0.5/ext/imap/php_imap.h:159: warning: data definition has no type or storage class
/usr/local/src/php-4.0.5/ext/imap/php_imap.h:161: parse error before `*'
/usr/local/src/php-4.0.5/ext/imap/php_imap.h:161: warning: data definition has no type or storage class
/usr/local/src/php-4.0.5/ext/imap/php_imap.h:162: parse error before `*'
/usr/local/src/php-4.0.5/ext/imap/php_imap.h:162: warning: data definition has no type or storage class
/usr/local/src/php-4.0.5/ext/imap/php_imap.h:174: parse error before `}'
/usr/local/src/php-4.0.5/ext/imap/php_imap.h:174: warning: data definition has no type or storage class
make[2]: *** [internal_functions.lo] Error 1
make[2]: Leaving directory `/usr/local/src/php-4.0.5/main'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/php-4.0.5/main'
make: *** [all-recursive] Error 1
-- Edit Bug report at: http://bugs.php.net/?id=10878&edit=1-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: ville.alkkiomaki <email protected>: "[PHP-DEV] Bug #10879: odbc_prepare causes bus error"
- Previous message: mh <email protected>: "[PHP-DEV] Bug #10871 Updated: pclose() failed. (2: unknown early startup error)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

