--- Begin Message ---
Subject: |
Re: [aspell-devel] Multi-user aspell usage. |
Date: |
Wed, 02 Feb 2005 09:13:38 -0700 |
User-agent: |
Debian Thunderbird 1.0 (X11/20050116) |
Kevin Atkinson wrote:
If you make multiple copies of the Speller class within the same
application than Aspell 0.60 will use the same dictionary classes for all
of them when the same dictionary is used.
On Unix (and possible on Windows with Cygwin) dictionaries are loaded from
the disk in such a way that different applications that use the same
physical file will use the same read only memory, is a very similar
fashion to how shared libraries are loaded into memory.
This is the answer I was looking for and understood in Kevin Atkinson
first response.
I'm going to create multiple spellers inside the application and want to
insure single instance of each unique dictionary ( en, fr etc )
I 'm trying to build Aspell-HEAD under MSYS/MINGW
I have a small list of changes I've had to make to configure.ac etc to
get things to compile.
EOL issues \r\n verse \n
getting getext
I'm going to write up a short README.MSYS that I would like to get put
in CVS.
I figure getting MSYS working out of the box with the README is the
first step to maintaining some type of WIN32 support.
I'm all about taking good criticizim from the maintainers. I want to
WIN32 support that the maintainers are happy and pleased with.
Anyway,
I'm having the following problem and am sure you guys can give me some
insight.
Making all in .
make[1]: Entering directory `/d/srcs/aspell-old'
/bin/perl gen/mk-static-filter.pl modules/filter/url-filter.info
modules/filter/genconv-filter.info modules/filter/email-filter.info
modules/filter/tex-filter.info modules/filter/sgml-filter.info
modules/filter/html-filter.info modules/filter/context-filter.info
modules/filter/nroff-filter.info modules/filter/texinfo-filter.info
modules/filter/genconv-filter.info
Invalid general key in modules/filter/url-filter.info on line 2 at
gen/mk-static-filter.pl line 54, <OPTIONFILE> line 2.
make[1]: *** [gen/static_filters.src.cpp] Error 255
make[1]: Leaving directory `/d/srcs/aspell-old'
make: *** [all-recursive] Error 1
--- End Message ---