On 9/21/05, Joe Orton <[EMAIL PROTECTED]> wrote:
>
> 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.


Thanks, that works.


>
> > 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 ;)
>


That's what I was thinking and changed it to #elif after testing with
#elseif but then the compiler puked on that with exactly the same
message it did on the original construct.  That's got to be a compiler
bug, doesn't it?  Not that reporting it will help anytime soon...Is
#elseif less portable than #elif?

DJ

_______________________________________________
neon mailing list
[email protected]
http://mailman.webdav.org/mailman/listinfo/neon

Reply via email to