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





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

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to