[bt-devel] Problem building Bibletime from the CVS

Steven P. Ulrick bt-devel@crosswire.org
Sun, 23 Nov 2003 17:41:57 -0600


On Sun, 23 Nov 2003 21:26:35 +0100
Joachim Ansorg <junkmail@joachim.ansorgs.de> wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Hi,
> could you please try again please. It should work now I think.
> Testing the new SwordSetup dialog would help me a lot, I think it's
> almost ready to be released. Where do you think is room for
> improvements? It should as easy to use as possible.
> 
> Joachim

Hello, Joachim :)
I tried updating and compiling again, with the same result as before. 
So I then proceeded to dowload a fresh copy of Bibletime from the CVS
and try that.  I think that the result was the same: what I do know is
that make crashed with an error that is at least very similar to the
last one I sent to the list.

Here is what I trust is the relevant part of the output of "make":
In file included from /usr/include/sword/utilweb.h:26,
                 from /usr/include/sword/utilfuns.h:27,
                 from /usr/include/sword/swobject.h:4,
                 from /usr/include/sword/swdisp.h:26,
                 from /usr/include/sword/swmodule.h:27,
                 from /usr/include/sword/swmgr.h:45,
                 from ../../bibletime/backend/cswordbackend.h:31,
                 from cbtconfig.h:27,
                 from cswordsetupdialog.h:21,
                 from cswordsetupdialog.cpp:18:
/usr/include/sword/swbuf.h: In member function `void
   sword::SWBuf::assureMore(long unsigned int)':
/usr/include/sword/swbuf.h:47: warning: comparison between signed and unsigned
   integer expressions
cswordsetupdialog.cpp: In constructor `
   CInstallSourcesMgrDialog::InstallSourceItem::InstallSourceItem(KListView*)':
cswordsetupdialog.cpp:67: error: `CheckBoxController' is not a member of type `
   QCheckListItem'
cswordsetupdialog.cpp: In constructor `
   CInstallSourcesMgrDialog::InstallSourceItem::InstallSourceItem(KListView*,
   sword::InstallSource)':
cswordsetupdialog.cpp:72: error: `CheckBoxController' is not a member of type `
   QCheckListItem'
cswordsetupdialog.cpp: In member function `virtual void
   CInstallSourcesMgrDialog::slotOk()':
cswordsetupdialog.cpp:175: error: `Checked' is not a member of type `
   QListViewItemIterator'
cswordsetupdialog.cpp: In member function `void
   CInstallSourcesMgrDialog::initLocalSourcesPage()':
cswordsetupdialog.cpp:232: warning: unused variable `QListViewItem*i'
cswordsetupdialog.cpp: In member function `const bool
   CSwordSetupDialog::showPart(CSwordSetupDialog::Parts, bool)':
cswordsetupdialog.cpp:606: warning: unused variable `bool ret'
cswordsetupdialog.cpp:599: warning: unused parameter `const bool exclusive'
cswordsetupdialog.cpp: In member function `void
   CSwordSetupDialog::installCompleted(int, int)':
cswordsetupdialog.cpp:1078: warning: unused parameter `const int file'
make[4]: *** [cswordsetupdialog.o] Error 1
make[4]: Leaving directory `/home/steve/CVS/bibletime/bibletime/frontend'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/steve/CVS/bibletime/bibletime/frontend'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/steve/CVS/bibletime/bibletime'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/steve/CVS/bibletime'
make: *** [all] Error 2

As always, I'll keep trying until we get it :)
Steven P. Ulrick