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?!
Regards,
Tim