[bt-devel] environment variable m4
spu
bt-devel@crosswire.org
09 Aug 2002 10:58:58 -0500
On Thu, 2002-08-08 at 05:40, Daniel Glassey wrote:
> Do you have an older copy of sword somewhere else? Like include files in /usr/include/sword ? It will use
> those first unless you get rid of them. Otherwise if you need them, I think there is a configure option in bt to
> tell it where to look for sword, can't remember offhand though.
>
> Regards,
> Daniel
>
> On 8 Aug 2002 at 5:24, spu sent forth the message:
>
> > On Thu, 2002-08-08 at 04:39, Fred Saalbach wrote:
> > > Please update your copy of sword and try this once again. The messages
> > > containing [all-recursive] are due to the use in bibletime of a new
> > > sword class, so the update is required. See another message by Daniel
> > > G.
> > >
> > I went to the address that Daniel sent me about getting the CVS of
> > Sword. I followed the directions, and I got the CVS of Sword. I then
> > configured and installed it in /opt using the following commands:
> > ./configure --prefix=/opt
> > make
> > make install
> >
> > Eveything went as desired, so I cd'd to /home/steve/bibletime and ran
> > the following commands:
> > make -f Makefile.cvs
> > ./configure --prefix=/opt
> > make
> > make install
> >
> > and I got the following error message:
> > make all-recursive
> > make[1]: Entering directory `/home/steve/bibletime'
> > Making all in bibletime
> > make[2]: Entering directory `/home/steve/bibletime/bibletime'
> > Making all in backend
> > make[3]: Entering directory
> > `/home/steve/bibletime/bibletime/backend'
> > c++ -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: In method `const bool CSwordBackend::useICU ()
> > const':
> > cswordbackend.cpp:413: `isICU' is not a member of type `SWMgr'
> > make[3]: *** [cswordbackend.o] Error 1
> > make[3]: Leaving directory `/home/steve/bibletime/bibletime/backend'
> > make[2]: *** [all-recursive] Error 1
> > make[2]: Leaving directory `/home/steve/bibletime/bibletime'
> > make[1]: *** [all-recursive] Error 1
> > make[1]: Leaving directory `/home/steve/bibletime'
> > make: *** [all-recursive-am] Error 2
> > which is identical to the error message from the last message I sent
> > you. I checked the /opt directory, and to all appearances, the new
> > version of Sword is their. (If you are wondering why I am not more
> > certain than that, it's because yesterday, just to make sure I could do
> > it, I installed Bibletime 1.2.1 and Sword 1.5.3 in /opt, and it worked
> > perfectly :): that was yesterday (08/07/02), the file modified times in
> > Konqueror read approx. 4:53am-5:00am on 08/08/02, which is today :))
> >
> > Oh yeah, Daniel's message seems to say exactly the same thing that
> > your's said, just with a few different details. So this is where we
> > stand: after having updated Sword from the CVS, I still have exactly the
> > same problem that I had before.
> > To those of you who may not know, I am running Red Hat Linux 7.3 with
> > and AMD Duron processor (650 Mhz) and about 385 megabytes of RAM. I
> > have applied all of the official Red Hat 7.3 updates, all of them
> > compiled and installed from the SRPMS (except the kernel, which I
> > upgraded from the official RPM update.
> >
> > Thanks for your help, and for the opportunity you have given me to
> > help you :)
> > Steven P. Ulrick
> >
Just replying let you know, that I just configured the Bibletime CVS
successfully, and when I ran "make", I got EXACTLY THE SAME error message,
the only difference being that there is no possibility of Sword 1.5.3 being
on my system.
Steven P. Ulrick