[bt-devel] Sword/Bibletime CVS problems

Joachim Ansorg bt-devel@crosswire.org
Fri, 9 Aug 2002 13:35:07 +0200


Hi!

>    First of all I got a fresh copy of Sword from CVS, followed the
> directions, and to all appearances, it installed successfully :)

Whihc commands did you use to get Sword's CVS?
Since utf8transliterator.h is missing, it seems an older version than current 
CVS is installed.
Are you sure no old header files are on the disk?
What does "find / -name swmgr.h" tell you?

> make[3]: Entering directory `/root/bibletime/bibletime/backend'
> g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/kde
> -I/usr/lib/qt3-gcc2.96/include -I/usr/X11R6/include
> -I/usr/include/sword  -DQT_THREAD_SUPPORT  -D_REENTRANT
> -DQT_NO_ASCII_CAST -DQT_NO_COMPAT -DQT_CLEAN_NAMESPACE -Wall -I../../
> -I../../bibletime  -O2 -fno-exceptions -fno-check-new  -c
> cswordbackend.cpp
> cswordbackend.cpp:46:32: utf8transliterator.h: No such file or directory


>    The only unusual thing I did while configuring Bibletime, is that I
> ran configure this way "./configure --prefix=/usr", so the presence of
> "/root" in the output is inexplicable to me.

/root means you unpacked the sources in the /root/ directory and started make 
there :)
e.g. "Entering directory `/root/bibletime/bibletime/backend'"

./configure --prefix=/usr is necessary on RedHat systems. It should make no 
difference concerning Sword.



Joachim