Mladen Turk wrote:



Henri Gomez wrote:

Could I consider the jk 1.2.6 ready for release of should we delay it a bit ?



No release please.
There is a bug in jk_global.h so you cannot compile on WIN32.
It's couple of days ago that jean-frederic introduced protable.h, that is
nonexistent on WIN32 builds. Here is a quick fix:


#ifndef WIN32
#include "portable.h"
#else
#define HAVE_VSNPRINTF
#define HAVE_SNPRINTF
#endif

I commit ASAP Mladen, while I'm making huge ab against Apache2, Tomcat 3.3.2 (Coyote), jk and mod_proxy.

Some interesting results to come :)


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to