On Fri, Mar 31, 2006 at 08:17:42AM -0600, Bo Peng wrote:
> > You have to switch to cygwin (which should have automake-1.9) and run
> > "autogen.sh" from there. Then you can switch back to msys for the
> 
> Thanks. Lyx is compiling. However, aspell still does not work. The
> latest error message is
> ...
> Any idea?

Please, attached find the patch I apply to fix aspell compilation.
It works for me.

-- 
Enrico
--- common/file_util.cpp.orig   2004-11-15 13:29:54.000000000 +0100
+++ common/file_util.cpp        2005-12-30 23:26:42.000000000 +0100
@@ -26,6 +26,7 @@
 
 #ifdef WIN32

+#  include "asc_ctype.hpp"
 #  include <io.h>
 #  define ACCESS _access
 #  include <windows.h>

--- common/config.cpp.orig      2005-06-22 07:32:30.000000000 +0200
+++ common/config.cpp   2005-12-31 04:20:50.000000000 +0100
@@ -42,6 +42,7 @@
 
 #include "iostream.hpp"
 
+#undef printf
 #define DEFAULT_LANG "en_US"
 
 // NOTE: All filter options are now stored with he "f-" prefix.  However

Reply via email to