Windows version of BIND failing to build
The Windows build of master has just started failing with the following error:
libisc.def : error LNK2001: unresolved external symbol isc_net_aton [c:\cygwin64\home\jenkins\workspace\bind9-master-win2012-x64-systests\lib\isc\win32\libisc.vcxproj]
.\Release\libisc.lib : fatal error LNK1120: 1 unresolved externals [c:\cygwin64\home\jenkins\workspace\bind9-master-win2012-x64-systests\lib\isc\win32\libisc.vcxproj]
When fixing that, consideration should also be given to fixing a warning reported in the build:
..\random.c(391): warning C4267: '-=' : conversion from 'size_t' to 'int', possible loss of data [c:\cygwin64\home\jenkins\workspace\bind9-master-win2012-x64-systests\lib\isc\win32\libisc.vcxproj]
Edited by Stephen Morris