php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #24172 Parse error in IMAP compilation
Submitted: 2003-06-13 07:53 UTC Modified: 2003-06-13 09:02 UTC
From: wim at godden dot net Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.3.2 OS: Linux 2.4.20
Private report: No CVE-ID: None
 [2003-06-13 07:53 UTC] wim at godden dot net
Description:
------------
I use Courier IMAP (latest version) and have followed all steps in the manual. When I compile, I get :

/bin/sh /root/php-4.3.2/libtool --silent --preserve-dup-deps --mode=compile gcc  -Iext/imap/ -I/root/php-4.3.2/ext/imap/ -DPHP_ATOM_INC -I/root/php-4.3.2/include -I/root/php-4.3.2/main -I/root/php-4.3.2 -I/usr/local/apache/include -I/root/php-4.3.2/Zend -I/usr/local/ssl/include -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/local/courier-imap/include -I/usr/local/include/mcal -I/usr/local/mysql/include/mysql -I/root/php-4.3.2/ext/xml/expat  -I/root/php-4.3.2/TSRM  -g -O2  -prefer-pic -c /root/php-4.3.2/ext/imap/php_imap.c -o ext/imap/php_imap.lo
In file included from /root/php-4.3.2/ext/imap/php_imap.c:45:
/root/php-4.3.2/ext/imap/php_imap.h:76: parse error before "MAILSTREAM"
/root/php-4.3.2/ext/imap/php_imap.h:76: warning: no semicolon at end of struct or union
/root/php-4.3.2/ext/imap/php_imap.h:78: parse error before '}' token
/root/php-4.3.2/ext/imap/php_imap.h:78: warning: data definition has no type or storage class
/root/php-4.3.2/ext/imap/php_imap.h:81: parse error before "SIZEDTEXT"
and so on...


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-06-13 09:02 UTC] sniper@php.net
Your c-client installation is broken.
See http://www.php.net/imap for more information.

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Jul 27 04:00:03 2025 UTC