Re: some problem while building enchant

From: Urmas <davian818_at_gmail.com>
Date: Tue Jun 07 2011 - 14:04:39 CEST

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 Tue Jun 7 14:04:55 2011

This archive was generated by hypermail 2.1.8 : Tue Jun 07 2011 - 14:04:55 CEST