[bt-devel] Reverted Previous Verse Button Patch

Luke Mauldin bt-devel@crosswire.org
Fri, 22 Jun 2001 22:13:22 -0500


I have now upgraded to gcc 3.0 and binutils 2.11.2 and I got a CVS snapshot 
from sword and with a little bit of trouble got it built/installed.  I also 
updated bibletime from CVS but I am getting this error:
g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/include/kde 
-I/usr/lib/qt-2.3.0/include -I/usr/X11R6/include   -O2 -march=athlon 
-mcpu=athlon -D_REENTRANT -I/usr/local/sword/include/sword -DQT_NO_ASCII_CAST 
 -O2 -fno-exceptions -fno-check-new -Wall -pedantic -W -Wpointer-arith 
-Wmissing-prototypes -Wwrite-strings -Wno-long-long -fno-builtin -O2 
-march=athlon -mcpu=athlon -c cswordmoduleinfo.cpp
cswordmoduleinfo.cpp: In constructor
   `CSwordModuleInfo::CSwordModuleInfo(CSwordBackend*, SWModule*)':
cswordmoduleinfo.cpp:49: no matching function for call to
   `CSwordBackend::Version()'
cswordmoduleinfo.cpp:50: no matching function for call to
   `CSwordBackend::Version()'
cswordmoduleinfo.cpp: In member function `const QString
   CSwordModuleInfo::getAboutInformation() const':
cswordmoduleinfo.cpp:132: warning: ISO C++ forbids variable-size array `dummy'
make[4]: *** [cswordmoduleinfo.o] Error 1
make[4]: Leaving directory 
`/home/luke/bibletime/bibletime/bibletime/backend/sword_backend'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/luke/bibletime/bibletime/bibletime/backend'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/luke/bibletime/bibletime/bibletime'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/luke/bibletime/bibletime'
make: *** [all-recursive-am] Error 2

I updated from the sword CVS just 10 min before I updated from the bibletime 
CVS and tried to bibletime, so I do not think that is the problem.  I am not 
sure why bibletime cannot find cswordbackend::version().  I am guessing it 
has to do with gcc 3.0 and binutils 2.11.2 but I am not sure.
P.S.  I also compiled sword, qt, kde, etc... with gcc 3.0 and binutils 2.11.2.

Luke

On Friday 22 June 2001 12:41 pm, you wrote:
> I will TRY to reapply my patch either later today or tonight sometime.
> However I have downloaded the latest bibletime/sword CVS snapshots and I am
> trying to get them to compile with gcc 3.0 first.  I am having problems
> getting sword to compile and I am working on those right now.  I have not
> tried Bibletime yet because I have not been able to get sword working so
> far.
>
> Luke
>
> On Friday 22 June 2001 11:52 am, you wrote:
> > Hi Luke!
> >
> > Because we're now out of code-freeze you may reapply your patch.
> >
> > Thank you for your help!
> > Joachim
> >
> > > Hello I just commited to CVS the files commenting out my changes adding
> > > a button allowing the user to select how the up/down arrows work.
> > >
> > > Luke