[bt-devel] troubles building

mark bt-devel@crosswire.org
Mon, 11 Mar 2002 06:47:55 -0500


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'