aspell-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Aspell-user] Can't build Dictionary on BSD


From: Kevin Atkinson
Subject: Re: [Aspell-user] Can't build Dictionary on BSD
Date: Sun, 25 Aug 2002 16:40:48 -0400 (EDT)

On Sun, 25 Aug 2002, Bill Moseley wrote:

> Hi,
> 
> This is on 4.6-STABLE FreeBSD (on the sourceforge compile farm):
> 
> $ tar jxof aspell-en-0.50-1.tar.bz2
> $ cd aspell-en-0.50-1
> $ ./configure
> Finding Dictionary file location ... /home/moseley/mytest/lib/aspell
> Finding Data file location ... /home/moseley/mytest/share/aspell
> $ make
> $
> 
> make returns right away without building the dictionary.

Please try the following patch:

*** Makefile.pre~       Fri Aug 23 00:32:57 2002
--- Makefile.pre        Sun Aug 25 16:38:26 2002
***************
*** 60,65 ****
  en_US-only.rws: en_US-only.cwl


! %.rws : %.cwl
        ${WORD_LIST_COMPRESS} d < $< | ${ASPELL} ${ASPELL_FLAGS} --lang=en 
create master ./$@

--- 60,67 ----
  en_US-only.rws: en_US-only.cwl


! .SUFFIXES: .cwl .rws
!
! .cwl.rws:
        ${WORD_LIST_COMPRESS} d < $< | ${ASPELL} ${ASPELL_FLAGS} --lang=en 
create master ./$@

==END

You will need to rerun configure after applying the patch.

--- 
http://kevin.atkinson.dhs.org





reply via email to

[Prev in Thread] Current Thread [Next in Thread]