On Wed, 26 Nov 2014, Bratislav Stojanovic wrote: > I've tried to manually run def-check.pl and here's the output : > > c:\Users\User\Downloads\krb5\src>cd include > > c:\Users\User\Downloads\krb5\src\include>perl -w .\../util/def-check.pl > private- > and-public-decls .\../lib/krb5_32.def > _error_table' at .\../util/def-check.pl line 175, line 7896. Hmm, 7896 != 8448. def-check.pl has a "verbose output" mode, so you could try perl -w ../util/def-check.pl -v private-and-public-decls ../lib/krb5_32.def You should probably also post the contents of your private-and-public-decls and krb5_32.def files, just in case something is not right with their contents. > I accidentally found --with-system-et param in the official install > documentation, not sure > if this is somehow related to this problem. Hmm, 'et' stands for > error_table, but I'm not sure how > to enable/disable this param. That's only useful as an argument to the 'configure' script, which is not used for windows builds. -Ben