Thread: Desirable standard library of Kerberos at windows.

Desirable standard library of Kerberos at windows.

From
"Hiroshi Saito"
Date:
Hi.

I'm confused in the library recommended as a standard by Kerberos....

Is the following formal kerberos version good at 3.2.1?
http://web.mit.edu/Kerberos/dist/index.html
Kerberos 3.2.1 for Windows is designed for 32-bit versions of Windows 2000, 
XP, 2003, 2003 R2, Vista and WOW64 environments.
It is visible to a good state.

However, If the SDK remains as it is, it fails in configure on MinGW(gcc-3.4.5)

The origin in problem is this. 
 #ifdef _WIN64 typedef __int64   ssize_t; #else typedef _W64 int   ssize_t; #endif

It seems for VisualStudio....

Attached patch can be build finely. Is this the problem which happens only to me?
Of course, it is the occurrence of CVS-HEAD (8.3).

Where is better solution? or any suggestion?.

Regards,
Hiroshi Saito