On Thu, 20 Feb 2003 02:52:11 +0100 (Romance Standard Time) Vadim Zeitlin 
<[EMAIL PROTECTED]> wrote:

> I'd like to ask anybody who can rebuild the sources under Windows to do it
> and to report any problems

As I do not use SSL, I needed the slight change below. Then it built
correctly in MSVC6/Debug mode, and I was able to send this message...

U:\src\M\extra\src\c-client>cvs diff -bu2 os_nt.c
Index: os_nt.c
===================================================================
RCS file: /cvsroot/mahogany/M/extra/src/c-client/os_nt.c,v
retrieving revision 1.6
diff -b -u -2 -r1.6 os_nt.c
--- os_nt.c     20 Feb 2003 01:49:38 -0000      1.6
+++ os_nt.c     20 Feb 2003 11:55:46 -0000
@@ -19,4 +19,9 @@
  */
 ?
+
+/* include config.h to get USE_SSL setting from */
+#include "../../../include/config.h"
+
+
 #include "tcp_nt.h"            /* must be before osdep includes tcp.h */
 #undef ERROR                   /* quell conflicting def warning */
@@ -36,5 +41,9 @@
 #include "nl_nt.c"
 #include "env_nt.c"
+#ifdef USE_SSL
 #include "ssl_nt.c"
+#else
+#include "ssl_none.c"
+#endif
 #include "tcp_nt.c"
 #include "yunchan.c"



-- 
Xavier Nodet
"They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety." - Benjamin Franklin, 1759.




-------------------------------------------------------
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
_______________________________________________
Mahogany-Developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-developers

Reply via email to