bug-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Compile problems with --disable-server-flow-control


From: Brad L. Chisholm
Subject: Compile problems with --disable-server-flow-control
Date: Mon, 6 Dec 2004 13:53:33 -0500
User-agent: Mutt/1.4.2.1i

When building CVS from the sources at HEAD, if you have proxy support 
enabled (the default), and disable server-flow-control, compiling will
fail at the link step due to "buf_count_mem" being unresolved.  This
is because that function is defined within an #ifdef SERVER_FLOWCONTROL
block, but is referenced in log-buffer.c within an #ifdef PROXY_SUPPORT
block.  Is server-flow-control a requirement of proxy support?

Thanks,
-Brad




reply via email to

[Prev in Thread] Current Thread [Next in Thread]