[bt-devel] Problems compiling CVS of Bibletime

Steven P. Ulrick bt-devel@crosswire.org
Mon, 21 Oct 2002 02:04:08 -0500


Hello, everyone :)
I got an error when I attempted to make Bibletime, so I got a fresh copy
of the CVS and tried again, and I received the same error.
Here is what I hold to be the significant parts of the output of "make":


g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/include/kde
-I/usr/lib/qt3-gcc3.2/include -I/usr/X11R6/include  -I/usr/include/sword
 -DQT_THREAD_SUPPORT  -D_REENTRANT -DQT_NO_ASCII_CAST -DQT_NO_COMPAT
-DQT_CLEAN_NAMESPACE -Wall -I../../../ -I../../../bibletime  -O2
-fno-exceptions -fno-check-new  -c -o cmainindex.o `test -f
'cmainindex.cpp' || echo './'`cmainindex.cpp
source='cindexitem.cpp' object='cindexitem.o' libtool=no \
depfile='.deps/cindexitem.Po' tmpdepfile='.deps/cindexitem.TPo' \
depmode=gcc3 /bin/sh ../../../admin/depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/include/kde
-I/usr/lib/qt3-gcc3.2/include -I/usr/X11R6/include  -I/usr/include/sword
 -DQT_THREAD_SUPPORT  -D_REENTRANT -DQT_NO_ASCII_CAST -DQT_NO_COMPAT
-DQT_CLEAN_NAMESPACE -Wall -I../../../ -I../../../bibletime  -O2
-fno-exceptions -fno-check-new  -c -o cindexitem.o `test -f
'cindexitem.cpp' || echo './'`cindexitem.cpp
cindexitem.cpp: In member function `virtual const bool
   CModuleItem::enableAction(CItemBase::MenuAction)':
cindexitem.cpp:279: `string' undeclared (first use this function)
cindexitem.cpp:279: (Each undeclared identifier is reported only once
for each
   function it appears in.)
cindexitem.cpp:279: parse error before string constant
make[4]: *** [cindexitem.o] Error 1
make[4]: Leaving directory
`/home/steve/CVS/bibletime/bibletime/frontend/mainindex'
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


If you feel the need, here is a link to the full output of make:
http://www.faith4miracle.org/bibletime_make.txt.bz2

Thanks for your help on this matter :)
Steven P. Ulrick