[bt-devel] Tarball problem

fred bt-devel@crosswire.org
Sat, 07 Jul 2001 11:47:34 -0400


OK, I probably forgot that.
I am also going to get a copy of mandrake 8 today.   An attempt to install
kdevelop on mandrake 7.2 was rather frustrating, I think it is time to change.

I will start thinking what sorts of things to put into the about bibletime
banner.

Fred

Joachim Ansorg wrote:

> Make sure the Makefile.cfg file contains the right prefix for Sword! And make
> sure all other older Sword files (include and libs) are removed!
> The missing function was added _before_ 1.5.2 so it should work.
>
> Joachim
>
> > I downloaded sword-1.5.2 and bibletime-1.0.1 this morning.
> >
> > Deleted the binary for bibletime, but did not remove any existing sword
> > files.
> >
> > on sword
> > make
> > su
> > make install
> >
> > completed correctly, no errors.
> >
> > on bibletime
> > export QTDIR=QT 2.2.1
> > export KDEDIR=/usr
> > export PATH=$KDEDIR/bin:$PATH
> > make -f Makefile.cvs
> > ./configure
> > make
> >
> > Result of make (no other errors) also tried it without first setting
> > environment (export commands)
> > .
> >
> > [fks00@localhost bibletime-1.0.1]$ make
> > make  all-recursive
> > make[1]: Entering directory `/home/fks00/Develop/Test/bibletime-1.0.1'
> > Making all in bibletime
> > make[2]: Entering directory
> > `/home/fks00/Develop/Test/bibletime-1.0.1/bibletime' Making all in backend
> > make[3]: Entering directory
> > `/home/fks00/Develop/Test/bibletime-1.0.1/bibletime/ backend'
> > Making all in sword_backend
> > make[4]: Entering directory
> > `/home/fks00/Develop/Test/bibletime-1.0.1/bibletime/ backend/sword_backend'
> > g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/include
> > -I/usr/lib/qt2/include -I/ usr/X11R6/include   -D_REENTRANT
> > -I/usr/local/sword/include/sword -DQT_NO_ASCII_ CAST  -O2 -fno-exceptions
> > -fno-check-new -Wall -pedantic -W -Wpointer-arith -Wmi ssing-prototypes
> > -Wwrite-strings -Wno-long-long -fno-builtin -c cswordmoduleinfo .cpp
> > cswordmoduleinfo.cpp: In method
> > `CSwordModuleInfo::CSwordModuleInfo(CSwordBacken d *, SWModule *)':
> > cswordmoduleinfo.cpp:49: no matching function for call to
> > `CSwordBackend::Versio n ()'
> > cswordmoduleinfo.cpp:50: no matching function for call to
> > `CSwordBackend::Versio n ()'
> > cswordmoduleinfo.cpp: In method `const class QString
> > CSwordModuleInfo::getAboutI nformation() const':
> > cswordmoduleinfo.cpp:132: warning: ANSI C++ forbids variable-size array
> > `dummy' make[4]: *** [cswordmoduleinfo.o] Error 1
> > make[4]: Leaving directory
> > `/home/fks00/Develop/Test/bibletime-1.0.1/bibletime/b ackend/sword_backend'
> > make[3]: *** [all-recursive] Error 1
> > make[3]: Leaving directory
> > `/home/fks00/Develop/Test/bibletime-1.0.1/bibletime/b ackend'
> > make[2]: *** [all-recursive] Error 1
> > make[2]: Leaving directory
> > `/home/fks00/Develop/Test/bibletime-1.0.1/bibletime' make[1]: ***
> > [all-recursive] Error 1
> > make[1]: Leaving directory `/home/fks00/Develop/Test/bibletime-1.0.1'
> > make: *** [all-recursive-am] Error 2
> > [fks00@localhost bibletime-1.0.1]$
> >
> > Thanks Fred