I took a shot at updating the CMake files, but I don't necessarily know
what I'm doing so it could need correction. It builds correctly for me
on Ubuntu x86-64 though.
--Chris
On 06/22/2013 02:22 PM, Greg Hellings wrote:
Correct, this morning Chris ripped a bunch of things out of the SVN
tree
If you're building from SVN, you can't just skip parts of the build
process. You need to run autogen.sh before usrinst.sh.
If that fails, try checking out a clean SVN tree. I've built current SVN
with autotools on a couple different platforms so far, without any problems.
--Chris
On 06/22/2
Correct, this morning Chris ripped a bunch of things out of the SVN tree. I
haven't gotten to my computer to update CMake.
On Sat, Jun 22, 2013 at 4:16 PM, Ben wrote:
> This may be related to my last email, but it's the cmake build so I put it
> in a different email.
>
> Using cmake and latest
This may be related to my last email, but it's the cmake build so I put
it in a different email.
Using cmake and latest svn, I can't build sword at all:
[ 76%] Building CXX object
CMakeFiles/sword.dir/src/modules/filters/utf8bidireorder.cpp.o
Linking CXX shared library libsword.so
Converting t
I'm running a test build of the latest svn in my home directory, using
./configure, make, and make install. I can build and install, but then
when I try to test with diatheke, I get the following error:
$ ./install/bin/diatheke -b ESV -k jn3.16
UTF8Transliterator: ICU: no resource index to load
On Thu, Jul 21, 2011 at 10:19 AM, Alex wrote:
> Hi folks,
> I've compiled Sword 1.6.2 w/ ICU. I get the following error when running
> diatheke or any of the examples:
> UTF8Transliterator: ICU: no resource index to load
> UTF8Transliterator: ICU: status U_MISSING_RESOURCE_ERROR
> After that, I ge
Alex,
I have usually come across that error when I thought that ICU was
linked in but it wasn't (or when the data library from ICU was missing
at run time). You might check to be sure that you actually are linked
against ICU and that something didn't go wonky during configure.
--Greg
On Thu, Ju
Hi folks,
I've compiled Sword 1.6.2 w/ ICU. I get the following error when running
diatheke or any of the examples:
UTF8Transliterator: ICU: no resource index to load
UTF8Transliterator: ICU: status U_MISSING_RESOURCE_ERROR
After that, I get the program output.
What is this error and how can I