[bt-devel] Re: Trouble building Bibletime on Red Hat 8.0

Daniel Glassey bt-devel@crosswire.org
Wed, 2 Oct 2002 12:31:32 +0100


oops, I didn't see that I'd got the instructions wrong - it should be 'in each sourcefile that you 
have problems compiling'

plus I made a typo to that file.

committed - should work now.

Regards,
Daniel

On 2 Oct 2002 at 6:01, Steven P. Ulrick sent forth the message:

> On Wed, 2 Oct 2002 08:44:43 +0100
> Daniel Glassey <danglassey@ntlworld.com> wrote:
> 
> > I've fixed all the bits I could find though can't test, let me know if
> > 
> > problems remain.
> > 
> > Regards,
> > Daniel
> > 
> > (As a _temporary_ local hack that will not go into CVS, in each
> > sourcefile put 'using namespace std;' below the list of includes).
> > Then let me know the names of the files that had problems.
> > 
> 
> Thank you for your speedy response to my question :)  But I have one new
> problem, and one question about what you said in your last message.
> The question is, exactly where are the files that I am to put 'using
> namespace std;' in?
> I updated my copy of the CVS of Bibletime, and I got a new error
> message:
> 
> make  all-recursive
> make[1]: Entering directory `/home/steve/CVS/bibletime'
> Making all in bibletime
> make[2]: Entering directory `/home/steve/CVS/bibletime/bibletime'
> Making all in backend
> make[3]: Entering directory
> `/home/steve/CVS/bibletime/bibletime/backend'
> source='cswordbookmoduleinfo.cpp' object='cswordbookmoduleinfo.o'
> libtool=no \
> depfile='.deps/cswordbookmoduleinfo.Po'
> tmpdepfile='.deps/cswordbookmoduleinfo.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 cswordbookmoduleinfo.o `test -f
> 'cswordbookmoduleinfo.cpp' || echo './'`cswordbookmoduleinfo.cpp
> cswordbookmoduleinfo.cpp: In member function `void 
>    CSwordBookModuleInfo::printTree(sword::TreeKeyIdx,
> sword::TreeKeyIdx*, 
>    int)':
> cswordbookmoduleinfo.cpp:57: `cout' undeclared (first use this function)
> cswordbookmoduleinfo.cpp:57: (Each undeclared identifier is reported
> only once 
>    for each function it appears in.)
> make[3]: *** [cswordbookmoduleinfo.o] Error 1
> make[3]: Leaving directory `/home/steve/CVS/bibletime/bibletime/backend'
> 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
> 
> Thanks for your help on this matter :)
> Steven P. Ulrick