Alexey Varlamov wrote:
2008/4/1, Tim Ellison <[EMAIL PROTECTED]>:
Gregory Shimansky wrote:
Tim Ellison said the following on 01.04.2008 16:02:
I'm building the DRLVM tree with the MS VS 2008 compiler I get a
failure in building the APR code as shown below.
It seems that the struct "group_source_req" is undefined (see below).
According to MSDN that struct is declared in Ws2ipdef.h which you get
by including Ws2tcpip.h. I don't see where that happens.
Anyone familiar with that area of code?
Just looking at the errors I wonder why you are getting unix sources
compiled for windows. Maybe that's the cause of the problem?
I thought it was strange too, but looking in
working_vm\make\extra\apr.xml the target "-build-win" definitely has a
fileset that includes files from both windows and unix directories, so I
guess it always does that?!
Yes, they mean "unix" sources are defaults, unless overridden for
specific platform.
A bit of googling gave complete answer [1], the issue is fixed for APR
1.2.13. Clearly this is one more reason to upgrade :)
[1] https://issues.apache.org/bugzilla/show_bug.cgi?id=40398
Thanks Alexey. I'll wait for Nathan to upgrade the APR level and try again.
Regards,
Tim