On Nov 12, 2005, at 2:21 PM, Vadim Chekan wrote:
On 11/12/05, Jeff Trawick <[EMAIL PROTECTED]> wrote:
On 11/12/05, Vadim Chekan <[EMAIL PROTECTED]> wrote:
Hi all,
I've tryed to compile httpd/trunk and got an error:
core_filters.obj : error LNK2019: unresolved external symbol
_apr_wait_for_io_or_timeout referenced in function
_send_brigade_blocking
I have apr from apr/branches/1.2.x and looks like it doesn't contain
apr_wait_for_io_or_timeout for windows, unix only.
wasn't supposed to be used
Try this??
Index: server/core_filters.c
===================================================================
[...]
Thanks, now it compiles!
+1 on Unix, too.
Brian