[bt-devel] Fon settings for each language

Steven P. Ulrick bt-devel@crosswire.org
Tue, 22 Oct 2002 15:13:29 -0500


On Tue, 22 Oct 2002 21:44:49 +0200
Joachim Ansorg <joachim@ansorgs.de> wrote:

> > > Does your CVS source dir worked some days earlier? Please try a
> > > new checkout and replace the admin dir by KDE's standard dir.
> > > Maybe I made some troubles. Have you changed your system or what?
> >
> > Tried it, doesn't work. No idea about the reason. Might be a problem
> > with debian, but I doubt that, because in the kde-admin/ dir of
> > 3.1beta2 make -f Makefile.cvs does work!
> 
> Did you try to remove the autotools packages and reinstall them?
> Try to delete all *.m4 files in bibletime-cvs-dir/ and then make -f 
> Makefile.cvs.

In relation to an (apparently?) unrelated CVS compiling problem that I
reported yesterday, I tried Joachim's advice that I quoted above, and I
tried to "make" Bibletime again, and this is the result:

source='cmainindex.cpp' object='cmainindex.o' libtool=no \
depfile='.deps/cmainindex.Po' tmpdepfile='.deps/cmainindex.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 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:282: `string' undeclared (first use this function)
cindexitem.cpp:282: (Each undeclared identifier is reported only once
for each
   function it appears in.)
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

I tried getting a fresh copy of the CVS before I reported this problem
yesterday, and that made no difference, but I will try again just to see
if perchance that will help this time.  BTW, don't know if this means
anything, but the number "282" in the lines:

cindexitem.cpp:282: `string' undeclared (first use this function)
cindexitem.cpp:282: (Each undeclared identifier is reported only once
for each
   function it appears in.)

was 281 in my report on this problem from yesterday, and it was 279
before I reported it yesterday.  Don't know if that is of any
significance, though.

Thanks for your help :)
Steven P. Ulrick