[CentOS] Error on php header
Renato Botelho
rbgarga at gmail.comThu Feb 11 15:35:54 UTC 2010
- Previous message: [CentOS] Call for Firefox 3.6.1 and Thunderbird 3.0.1 testers
- Next message: [CentOS] Error on php header
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I was building a software on CentOS 5.4 and got this:
/usr/include/php/main/streams/php_stream_filter_api.h:65: error: comma
at end of enumerator list
I took a look at header and found this:
typedef enum {
PSFS_ERR_FATAL, /* error in data stream */
PSFS_FEED_ME, /* filter needs more data; stop processing
chain until more is available */
PSFS_PASS_ON, /* filter generated output buckets; pass them
on to next in chain */
} php_stream_filter_status_t;
Removing comma after PSFS_PASS_ON everything back to normal.
--
Renato Botelho
- Previous message: [CentOS] Call for Firefox 3.6.1 and Thunderbird 3.0.1 testers
- Next message: [CentOS] Error on php header
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the CentOS mailing list