Abdelrazak Younes wrote:
Please, attached find the patch I apply to fix aspell compilation.
It works for me.
Ah yes, I forgot about this one... Maybe someone should report that to
the Aspell developers...
I have sent a bug report to Kevin Atkinson. No reply yet.
Michael
------------------------------------------------------------------------
--- 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