> And it was due time to add it too. Okay, as of 02-Apr-2001, the
> Cygwin patch is part of standard apache-1.3.20-dev.

sorry, but there was a minor buggy API_EXPORT define within src/cygwin/os.h
which caused a make error while compiling in static mode.

Attached is the diff for the patch and the corrected cygwin patch, so you
can apply the changes to CVS.

Stipe

[EMAIL PROTECTED]
-------------------------------------------------------------------
Wapme Systems AG

Münsterstr. 248
40470 Düsseldorf

Tel: +49-211-74845-0
Fax: +49-211-74845-299

E-Mail: [EMAIL PROTECTED]
Internet: http://www.wapme-systems.de
-------------------------------------------------------------------
wapme.net - wherever you are

--- apache_1.3.19-cygwin.diff.orig      Mon Apr  2 11:55:58 2001
+++ apache_1.3.19-cygwin.diff   Mon Apr  2 11:56:03 2001
@@ -338,8 +338,6 @@
 +#ifndef API_EXPORT
 +#ifdef SHARED_CORE
 +# define API_EXPORT(type)    __declspec(dllexport) type
-+#else /* Not SHARED_CORE */
-+# define API_EXPORT(type)    __declspec(dllimport) type
 +#endif /* def SHARED_CORE */ 
 +#endif /* ndef API_EXPORT */
 +

apache_1.3.19-cygwin.diff.gz

Reply via email to