[bt-devel] Problem building Bibletime from the CVS

Steven P. Ulrick bt-devel@crosswire.org
Sun, 23 Nov 2003 03:43:53 -0600


Hello Everyone :)
In attempting to build Bibletime from the CVS
(extremely recent update), I got the following error:


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


Just so you know, I am now running Fedora Core 1, fresh install (this
morning :( ), and as always, I chose to install every package.  I have
not reapplied the official updates yet, but this error started for me at
least yesterday, and at that time I did have the official updates applied.

Steven P. Ulrick