Re: Re: some problem while building enchant

From: xmujay <xmujay_at_gmail.com>
Date: Wed Jun 08 2011 - 12:07:56 CEST

Hi, all
I have another problems, I think I have to install ispell hunspell and myspell first
=======================================================
the errors I encountered:
1 aspell_provider.c(38) : fatal error C1083: Cannot open include file: 'pspell/pspell.h': No such file or directory
2 affixmgr.obj : error LNK2019: unresolved external symbol "public: __thiscall RepList::~RepList(void)" (??1RepList@@QAE@XZ) referenced in function "public: void * __thiscall RepList:....
=======================================================
How can I install ispell hunspell and myspell into enchant in windows. Can I find them in the abiword project?
thanks very much


发件人: Urmas
发送时间: 2011-06-07 20:05:33
收件人: abiword-dev
抄送:
主题: Re: some problem while building enchant

From: "xmujay" <xmujay@gmail.com>
Sent: Tuesday, June 07, 2011 4:41 PM
Subject: some problem while building enchant
> I download enchant source code for svn
> and I built enchant using ms vs2005 and got such errors:
>
> 1 error C2065: 'ENCHANT_VERSION_STRING' : undeclared identifier
> 2. LINK : fatal error LNK1104: cannot open file 'glib-2.0-vs8.lib'
> 3. a lot of error in project "unittests"
> fatal error C1083: Cannot open include file: 'UnitTest++.h': No such file or directory
>
1. Add ENCHANT_VERSION_STRING=\"1.5.0\" (or whichever current version is) to preprocessor definitions;
2. Use "libglib-2.0.lib" instead. If you have no this import library, use one from http://abisource.com/viewvc/abiword-msvc2008/trunk/Prefix/lib/
3. Ignore 'unittests' project, it's not essential.
Received on Wed Jun 8 12:08:03 2011

This archive was generated by hypermail 2.1.8 : Wed Jun 08 2011 - 12:08:03 CEST