[BRLTTY] Compiling in windows : Cython Not Found

Dave Mielke dave at mielke.cc
Wed Jun 18 12:32:58 EDT 2014


[quoted lines by Siju Samuel on 2014/06/18 at 10:59 -0500]

>Still there is error.

Please test this patch (attached as mingw-3.patch).

>If needed I can change to the appropriat MINGw ( latest?) version. Please
>let me know .

My preference is to resolve the problems. While you may be able to upgrade, 
someone else mightn't.

-- 
Dave Mielke           | 2213 Fox Crescent | The Bible is the very Word of God.
Phone: 1-613-726-0014 | Ottawa, Ontario   | http://Mielke.cc/bible/
EMail: dave at mielke.cc | Canada  K2A 1H7   | http://FamilyRadio.com/
-------------- next part --------------
diff --git a/prologue.h b/prologue.h
index c829991..3169f91 100644
--- a/prologue.h
+++ b/prologue.h
@@ -102,6 +102,10 @@ extern "C" {
 #define _WIN32_WINNT _WIN32_WINNT_WINXP
 #endif /* _WIN32_WINNT */
 
+#ifndef WINVER
+#define WINVER _WIN32_WINNT
+#endif /* WINVER */
+
 #ifdef __MINGW32__
 #ifndef __USE_W32_SOCKETS
 #define __USE_W32_SOCKETS


More information about the BRLTTY mailing list