Re: Testing for installed headers (and dictionary)

2007-05-18 Thread Bill Moseley
On Thu, May 17, 2007 at 10:49:17PM +0200, A. Pagaltzis wrote: * Bill Moseley [EMAIL PROTECTED] [2007-05-17 07:10]: The aspell binary can dump the dictionary names, but someone might only have libaspell installed and not the binary. I'm not aware of any other way to detect the dictionary

Re: Testing for installed headers (and dictionary)

2007-05-17 Thread A. Pagaltzis
* Bill Moseley [EMAIL PROTECTED] [2007-05-17 07:10]: The aspell binary can dump the dictionary names, but someone might only have libaspell installed and not the binary. I'm not aware of any other way to detect the dictionary other than trying to use it. Put the load attempt within `eval{}`

Testing for installed headers (and dictionary)

2007-05-16 Thread Bill Moseley
Text::Aspell is an XS interface to GNU Aspell. The module always has a large number of cpan-testers failures. They seem to be mostly of two types. One is: Aspell.xs:4:20: error: aspell.h: No such file or directory Yes, aspell needs to be installed. Second, the module is for spell