[bt-devel] troubles building

Joachim Ansorg bt-devel@crosswire.org
Mon, 11 Mar 2002 13:19:46 +0100


Please update your Sword CVS. It contains some improvements for module config 
access which we're using now.
The releases will use the final 1.5.3.

Thanks!
Joachim

> i'm having troubles building current bibletime cvs. below is the error
> provided by make.  it seems there's a "homeConfig" used in the
> cswordbackend that can't be found.  any ideas?
>
> make[3]: Entering directory
> `/home/mark/bibletime/bibletime/bibletime/backend'
> c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/home/mark/sw/kde/2.2.2/include
> -I/home/mark/sw/kde/qt-2.3.2/include -I/usr/X11R6/include
> -I/usr/local/include/sword  -D_REENTRANT -DQT_NO_ASCII_CAST
> -DQT_NO_COMPAT -DQT_CLEAN_NAMESPACE  -ansi -D_XOPEN_SOURCE=500
> -D_BSD_SOURCE -Wbad-function-cast -Wcast-align -Wundef -Wconversion
> -fno-builtin -Wnon-virtual-dtor -Wno-long-long -g -O2 -Wall -pedantic -W
> -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fno-exceptions
> -fno-check-new -c cswordbackend.cpp
> In file included from cswordbackend.cpp:20:
> chtmlentrydisplay.h:91: warning: `class CHTMLEntryDisplay' has virtual
> functions but non-virtual destructor
> In file included from cswordbackend.cpp:21:
> chtmlchapterdisplay.h:41: warning: `class CHTMLChapterDisplay' has
> virtual functions but non-virtual destructor
> cswordbackend.cpp: In method `CSwordBackend::CSwordBackend ()':
> cswordbackend.h:202: warning: member initializers for
> `CHTMLEntryDisplay *CSwordBackend::m_entryDisplay'
> cswordbackend.h:201: warning:   and `CHTMLChapterDisplay
> *CSwordBackend::m_chapterDisplay'
> cswordbackend.cpp:60: warning:   will be re-ordered to match
> declaration order
> cswordbackend.h:201: warning: member initializers for
> `CHTMLChapterDisplay *CSwordBackend::m_chapterDisplay'
> cswordbackend.h:199: warning:   and `ListCSwordModuleInfo
> *CSwordBackend::m_moduleList'
> cswordbackend.cpp:60: warning:   will be re-ordered to match
> declaration order
> cswordbackend.h:199: warning: member initializers for
> `ListCSwordModuleInfo *CSwordBackend::m_moduleList'
> cswordbackend.h:196: warning:   and `SWFilter
> *CSwordBackend::m_gbfFilter'
> cswordbackend.cpp:60: warning:   will be re-ordered to match
> declaration order
> cswordbackend.cpp: In method `void CSwordBackend::Load ()':
> cswordbackend.cpp:271: `homeConfig' undeclared (first use this
> function)
> cswordbackend.cpp:271: (Each undeclared identifier is reported only
> once for each function it appears in.)
> make[3]: *** [cswordbackend.o] Error 1
> make[3]: Leaving directory
> `/home/mark/bibletime/bibletime/bibletime/backend'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/home/mark/bibletime/bibletime/bibletime'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/mark/bibletime/bibletime'