Open dpocock opened 8 years ago
core_hep.h includes netdb.h, which doesn't appear to be available in a Windows build
Can you add #ifdef WINDOWS to use an equivalent? Maybe a Windows developer can comment on it. This was reported by @sgodin testing HEP with resiprocate
#ifdef WINDOWS
Discussed on resiprocate-devel
http://list.resiprocate.org/archive/resiprocate-devel/msg09257.html
core_hep.h includes netdb.h, which doesn't appear to be available in a Windows build
Can you add
#ifdef WINDOWS
to use an equivalent? Maybe a Windows developer can comment on it. This was reported by @sgodin testing HEP with resiprocate