Here is a patch for compiling MinGW/msys. The file "apr_app.c" should not be
compiled. For details see
http://mail-archives.apache.org/mod_mbox/apr-dev/200607.mbox/[EMAIL PROTECTED]
-Matthias Miller
Index: build/gen-build.py
===================================================================
--- build/gen-build.py (revision 440116)
+++ build/gen-build.py (working copy)
@@ -146,6 +146,8 @@
objects = [ ]
for file in files:
+ if file[-10:] == '/apr_app.c':
+ continue
assert file[-2:] == '.c'
obj = file[:-2] + '.lo'
objects.append(obj)