[bt-devel] environment variable m4
Daniel Glassey
bt-devel@crosswire.org
Fri, 9 Aug 2002 17:26:31 +0100
The output below shows that you _do_ have sword 1.5.3 include files all over the place. Are you
_certain_ the files in /usr/include/sword aren't from sword 1.5.3??
execute this please to find the versions you have
for file in `find / -name swversion.h`; do grep -sH SWORDVER $file | grep define; done
Daniel
On 9 Aug 2002 at 10:36, spu sent forth the message:
> On Fri, 2002-08-09 at 06:35, Joachim Ansorg wrote:
> > 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?
>
> Here is the output of "find / -name swmgr.h":
> /home/steve/sword/include/swmgr.h
> /home/steve/sword/sword/include/swmgr.h
> /home/steve/ARCHIVES/computer/builds/sword-1.5.3/include/swmgr.h
> /home/steve/ARCHIVES/computer/builds/sword-1.5.3/sword-1.5.3/include/swmgr.h
> /home/steve/ARCHIVES/bible/BIBLETIME/BUILDS/sword-1.5.3/include/swmgr.h
> /home/steve/ARCHIVES/bible/BIBLETIME/BUILDS/sword-1.5.3/sword-1.5.3/include/swmgr.h
> find: /proc/2092/fd: No such file or directory
> /root/sword/include/swmgr.h
> /usr/include/sword/swmgr.h
> If the question about old header files is not answered in the output
> shown above, please clarify where I would find these header files. This
> is the appropriate place to add that when I was still able to get
> Bibletime from the CVS, I started over completely a few times, deleting
> the "bibletime" directory that CVS had placed in my home directory.
On 9 Aug 2002 at 10:58, spu sent forth the message:
> 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
>