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: Bill Moseley
Subject: Re: [Aspell-user] Can't build Dictionary on BSD
Date: Sun, 25 Aug 2002 14:09:46 -0700

At 04:40 PM 08/25/02 -0400, Kevin Atkinson wrote:
>On Sun, 25 Aug 2002, Bill Moseley wrote:
>> $ 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:

Yes, the patch below works.  Thanks very much, Kevin!



>*** 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
>
>
-- 
Bill Moseley
mailto:address@hidden




reply via email to

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