On jeu, 2002-10-10 at 11:42, Hubert Figuiere wrote:

> I'm getting the exact same problem.
> I suspect it is related to the fact that we don't link against ispell by
> default anymore. Enabling ispell should solve the problem


Here is a fix. I don't know if I'm doing the right thing, but it do
works and is quite clean. The idea is to link the source file were those
*ispell* function are implemented.

Attached is a patch that I haven't committed.


Hub
-- 
AbiWord hacker to hire. - Lille, France
http://www.figuiere.net/hub/ - Cell phone: +33 6 18 01 42 11
GPG fingerprint: 6C44 DB3E 0BF3 EAF5 B433  239A 5FEE 05E6 A56E 15A3
Index: src/other/spell/xp/GNUmakefile.am
===================================================================
RCS file: /cvsroot/abi/src/other/spell/xp/GNUmakefile.am,v
retrieving revision 1.6
diff -c -r1.6 GNUmakefile.am
*** src/other/spell/xp/GNUmakefile.am	4 Oct 2002 14:24:54 -0000	1.6
--- src/other/spell/xp/GNUmakefile.am	10 Oct 2002 09:52:42 -0000
***************
*** 22,34 ****
  
  noinst_LIBRARIES = libSpell.a
  
! COMMONSOURCES = spell_manager.cpp barbarisms.cpp
  
  if WITH_PSPELL
  libSpell_a_SOURCES = $(COMMONSOURCES) pspell_checker.cpp
  else
  libSpell_a_SOURCES = $(COMMONSOURCES) ispell_checker.cpp \
! 	good.c tgood.c lookup.c makedent.c hash.c correct.c
  endif
  
  
--- 22,34 ----
  
  noinst_LIBRARIES = libSpell.a
  
! COMMONSOURCES = spell_manager.cpp barbarisms.cpp makedent.c
  
  if WITH_PSPELL
  libSpell_a_SOURCES = $(COMMONSOURCES) pspell_checker.cpp
  else
  libSpell_a_SOURCES = $(COMMONSOURCES) ispell_checker.cpp \
! 	good.c tgood.c lookup.c hash.c correct.c
  endif
  
  

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to