[bt-devel] Bibletime CVS behavior at startup

Fred Saalbach bt-devel@crosswire.org
Fri, 10 Aug 2001 22:04:47 -0400


The compile problem was solved by

export KDEDIR=/usr
export KDEDIRS=/usr

I did not set path

Everything works now except the known problem with the Configure
Toolbars apply button, but the OK button does work, so this is an
inconvenience only.

I am having problems with IGNT (v1.2) and ISV (v1.1) bible texts, only
the verse numbers display.  Websters, GerLut, and KJV all display OK.
In commentaries, Wesley displays text, while RWP does not.  In RWP
verse numbers do not display, but the location bar increments.

In lexicons BDB, Naves, StrongsHebrew,ISBE, Smiths, Torrey all display
properly.
Hitchcocks, Strongs Greek, Thayer all do not display text.  For these
modules only the target location can not be incremented.

The Greek locale is installed 

Setting 
export KDEDIR=/usr
export KDEDIRS=/usr
export PATH=$KDEDIR/bin:$PATH

completely eliminated the locale errors in both bibletime, sword, and
installmgr.

It is getting late, I have messed up something.
I compiled sword with the above switch set after I compiled bibletime,
now I get the no modules message even though the modules are installed. 
Also I have broken installmgr somehow.

Gruss
Fred Saalbach


Joachim Ansorg wrote:
> 
> Hi!
> 
> > > Again these daily tip and Helpdialog problems :(
> > > What is the value of $KDEDIRS and $KDEDIR?
> >
> > I did not set either of these when I compiled bibletime under the theory
> > that if KDE can find the $KDEDIRS and $KDEDIR files then so should the
> > compiler.  The compile ran to a successful end.
> >
> > kdebase-devel header files are located in /usr/include
> > kdesupport-devel most header files are located in /usr/include/mimelib
> > libqt2 is located at /usr/lib   and at /usr/lib/libqt
> > libqt2-devel is located at /usr/lib/qt2/include, and /usr/bin
> 
> Looks correct. But I'm not sure if it's correct to install KDE2 apps in
> /usr/local while KDE is in /usr.
> 
> AFAIK KDE2 apps shopuld be installed in in $KDEDIRS, so they are in the same
> base directory as the libraries of KDE2. But I'm not sure if this is right.
> 
> Your configuration looks like you have to set $KDEDIRS to /usr .
> 
> > I hope these are of some use.
> > I will wait for a response before I update the CVS
> 
> Joachim