http://svn.apache.org/viewvc?view=rev&revision=543297
http://svn.apache.org/viewvc/apr/apr/tags/
Both .10 and .11 superceeded 1.2.9, so yes, I consider it fixed for some
time :)
Bill
Stefan Küng wrote:
William A. Rowe, Jr. wrote:
I'm not touching 0.9 if not absolutely necessary... and a 0.9 release
isn't
on the radar right now. Anything more specific?
...this has been fixed for some time in 1.2.
No, it hasn't. I'm using the 1.2.9 tag.
It's just the file misc/win32/rand.c which doesn't compile with IPv6,
all others are fine. Maybe it got lost when the other files were
changed? Or maybe it's because the file is new in that version?
Stefan
Bill
Erik Huelsmann wrote:
I thought I'd forward the APR bugreport in the PS in the message below
to the APR list (as the Subversion list won't be able to address the
issue).
Bye,
Erik.
---------- Forwarded message ----------
From: Stefan Küng <[EMAIL PROTECTED]>
Date: Nov 2, 2007 4:53 PM
Subject: [PATCH] fix build with IPv6 support on Windows
To: [EMAIL PROTECTED]
Hi,
On Windows, building Subversion with IPv6 support enabled currently
fails because two windows specific files don't include winsock2.h before
windows.h. The attached patch fixes this.
Stefan
P.S. There's also one change needed to the apr libraries (the file
misc/win32/rand.c needs to include "apr.h" *before* windows.h) to get
the build running. But once that include line is moved two lines up, it
works.