Seems you forgot to put a "-I" before the include directive in src/makefiles/Makefile.win32, i.e. change:
override CPPFLAGS+= $(includedir_server)/port/win32
to:
override CPPFLAGS+= -I$(includedir_server)/port/win32
but in other respects, the patch seems to work fine on win32. I'll test Cygwin next.
Regards, Thomas Hallgren
---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])