Logged In: NO

Для себя эту проблему решил так:
--- ./golded+/Config.def 2007-02-24 17:23:03.000000000 +0300
+++ ./golded-/Config.def 2008-06-12 13:37:48.000000000 +0400
@@ -76,9 +76,9 @@
# Uncomment to disable Synchronet BBS support
#CPPFLAGS+=-DGCFG_NOSYNCHRONET
# Uncomment to disable MS Office spellchecker support (win32 only)
-#CPPFLAGS+=-DGCFG_NO_MSSPELL
+CPPFLAGS+=-DGCFG_NO_MSSPELL
# Uncomment to disable HunSpell spellchecker support (multiplatform)
-#CPPFLAGS+=-DGCFG_NO_MYSPELL
+CPPFLAGS+=-DGCFG_NO_MYSPELL
# Uncomment to disable regex search feature
#CPPFLAGS+=-DGCFG_NO_REGEX
# Comment to disable AreaRecycleBin keyword and feature

--- ./golded+/golded3/gealst.cpp 2007-01-08 15:09:41.000000000 +0300
+++ ./golded-/golded3/gealst.cpp 2008-06-12 14:24:08.000000000 +0400
@@ -31,6 +31,7 @@
#pragma warning(disable: 4786)
#endif
#include <algorithm>
+#include <limits.h>
#include <golded.h>

#if defined(__USE_ALLOCA__)

--- ./golded+/golded3/geline.cpp 2008-01-20 21:02:59.000000000 +0300
+++ ./golded-/golded3/geline.cpp 2008-06-12 14:27:34.000000000 +0400
@@ -29,6 +29,7 @@
#include <gstrmail.h>
#include <gutlcode.h>
#include <ghdrmime.h>
+#include <limits.h>

#if defined(__USE_ALLOCA__)
#include <malloc.h>

--- ./golded+/goldlib/gall/gfilutil.h 2007-01-02 15:21:13.000000000 +0300
+++ ./golded-/goldlib/gall/gfilutil.h 2008-06-12 13:14:37.000000000 +0400
@@ -47,6 +47,8 @@
#if !defined(__UNIX__)
#include <io.h>
#endif
+#include <stdlib.h>
+#include <string.h>