[bt-devel] Problem compiling CVS of Bibletime

Steven P. Ulrick bt-devel@crosswire.org
Sat, 12 Oct 2002 10:45:46 -0500


Hello, Everyone :)
After having "make" end in errors this morning, I did "make distlclean"
and then "make -f Makefile.cvs" and then "./configure --prefix=/usr" and
"make" again, this time with the same result.  So I grabbed a fresh copy
of the CVS of Bibletime, and this was the result of the "make" command:

cplainwritedisplay.o `test -f 'cplainwritedisplay.cpp' || echo
'./'`cplainwritedisplay.cpp
cplainwritedisplay.cpp:53: default argument given for parameter 1 of
`const 
   QString CPlainWriteDisplay::text(CDisplay::TextType =
CDisplay::HTMLText, 
   CDisplay::TextPart = CDisplay::Document)'
cplainwritedisplay.h:50: after previous specification in `virtual const
QString 
   CPlainWriteDisplay::text(CDisplay::TextType = CDisplay::HTMLText, 
   CDisplay::TextPart = CDisplay::Document)'
cplainwritedisplay.cpp:53: default argument given for parameter 2 of
`const 
   QString CPlainWriteDisplay::text(CDisplay::TextType =
CDisplay::HTMLText, 
   CDisplay::TextPart = CDisplay::Document)'
cplainwritedisplay.h:50: after previous specification in `virtual const
QString 
   CPlainWriteDisplay::text(CDisplay::TextType = CDisplay::HTMLText, 
   CDisplay::TextPart = CDisplay::Document)'
make[4]: *** [cplainwritedisplay.o] Error 1
make[4]: Leaving directory
`/home/steve/CVS/bibletime/bibletime/frontend/display'
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

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