search for: cookie_io_functions_t

Displaying 2 results from an estimated 2 matches for "cookie_io_functions_t".

2007 May 14
0
Error rebuilding PHP5 under CentOS 5
...I would have to believe this is a configuration issue of the packages CentOS/upstream are providing. In any case, I have to start somewhere. While re-building PHP5 under CentOS5 (to enable Oracle functions via the --with-oci8 option), I receive a compile error while compiling cast.c because the cookie_io_functions_t type is not found. To resolve the issue, I added the -D_GNU_SOURCE option to DEFS in the makefile and (I think this is redundant but I didn't have enough time to go through the configuration options) I add: " #include <libio.h> "in the php_config.h file Gut feeling is that I...
2004 Aug 26
6
chan_capi module
...h:371: error: previous declaration of `__io_close_fn' /usr/include/libio.h:379: error: syntax error before "cookie_close_function_t"/usr/include/libio.h:384: error: syntax error before "__io_read_fn" /usr/include/libio.h:389: error: storage class specified for parameter `_IO_cookie_io_functions_t'/usr/include/libio.h:389: error: syntax error before"cookie_io_functions_t" /usr/include/libio.h:395: error: syntax error before "_IO_cookie_io_functions_t"/usr/include/libio.h:395: error: storage class specifiedfor parameter `_IO_cookie_init'/usr/include/libio.h:403: er...