Dear all,
today I updated my distribution and in doing that I had to introduce the following temporary fix:
(…)
#include "ns.h"
#ifndef EAI_SYSTEM
#define EAI_SYSTEM (-11)
#endif
/*
* Constants
*/
(…)
in the file NSD.H.
I don't know if it is the proper way and/or place to add this missing definition.
Hope it helps,
Maurizio