On Wed, Sep 21, 2005 at 08:49:39AM -0600, D.J. Heap wrote: > I've been trying to build neon 0.25.3 and had to make a few tweaks. > I'm not sure if these are known issues or I'm doing something wrong, > though... > > I had to #define USE_GETADDRINFO in config.h (probably needs to go in > config.hw or config.hw.in?) or I got failures in ne_socket.c (line > 809) looking for in_addr_t.
That's controlled by the ENABLE_IPV6 neon.mak flag - I've added a "#define in_addr_t unsigned int" to config.hw in the case where it's not used. > I also had to tweak the ne_xml.c file where it is testing for the > XML_MAJOR_VERSION. The MS compiler doesn't seem to like the #if > !defined combined with a || operator on comparision directives. This > construct seemed to work for me (but I'm not sure if it's optimal): Thanks, that looks right, I've put that in for the next release too. (#elif *is* better than #elseif too ;) Regards, joe _______________________________________________ neon mailing list [email protected] http://mailman.webdav.org/mailman/listinfo/neon
