I have installed icu but despite that I got an error message. Therefore I
decided to disable it.
Regards,
Linas S.
On Fri, 27 Oct 2006 14:17:04 +0300, Karl Kleinpaste <[EMAIL PROTECTED]>
wrote:
> You need zlib and zlib-devel. These are where the compress and
> uncompress functions exist.
>
> Disabling ICU will make you quite unhappy; many modules are encoded
> UTF-8, and thus depend on that kind of support. Better to get the
> packages and install them, than to cripple the build without UCI.
That depends on the frontend, BibleTime does not required ICU to be enabled.
mod2osis, etc.
You need zlib and zlib-devel. These are where the compress and
uncompress functions exist.
Disabling ICU will make you quite unhappy; many modules are encoded
UTF-8, and thus depend on that kind of support. Better to get the
packages and install them, than to cripple the build without UCI.
Thank you for the information. I succeded! Now I'm trying to compile on a
different computer (SuSE 9.0). I get following error message:
./lib/.libs/libsword.a(zipcomprs.o)(.text+0x1a7): In function
`sword::ZipCompress::Encode()':
: undefined reference to `compress'
./lib/.libs/libsword.a(zipco
I think you need to install the following (version numbers might be
different):
libicu-3.4-6.2
libicu-devel-3.4-6.2
icu-3.4-6.2
Linas S. wrote:
> Hello again,
>
> I try to compile sword 1.5.9 under Linux. "Make" command finishes with such
> an
> error:
>
> ../src/utilfuns/utilstr.cpp:9:28: er
You need "icu" (International Components for Unicode). In Fedora
Core, this is available as:
icu-3.4-6.2.i386.rpm
libicu-3.4-6.2.i386.rpm
libicu-devel-3.4-6.2.i386.rpm
libicu-doc-3.4-6.2.i386.rpm
___
sword-devel mailing list: sword-devel@crosswire.org
Hello again,
I try to compile sword 1.5.9 under Linux. "Make" command finishes with such an
error:
../src/utilfuns/utilstr.cpp:9:28: error: unicode/utypes.h: No such file or
directory
../src/utilfuns/utilstr.cpp:10:26: error: unicode/ucnv.h: No such file or
directory
../src/utilfuns/utilstr.cp