[bt-devel] problems building BT

Chris Kujawa bt-devel@crosswire.org
Sun, 18 Nov 2001 07:25:01 -0500


Is anyone else having problems building BT?  I updated my files this past 
Thursday night around 8pm EST and again this morning and I now keep getting 
the following when building:

Making all in backend

bt_thmlhtml.cpp: In method `bool BT_ThMLHTML::handleToken (char **,
const char *, map<string, string, less<string>, allocator<string> >
&)':
bt_thmlhtml.cpp:41: no matching function for call to
`BT_ThMLHTML::pushString (char **&, const char[19], char[8], const
char[46])'
/usr/include/sword/swbasicfilter.h:67: candidates are: void
SWBasicFilter::pushString (char **, const char *)
bt_thmlhtml.cpp:53: no matching function for call to
`BT_ThMLHTML::pushString (char **&, const char[19], char[8], const
char[45])'
/usr/include/sword/swbasicfilter.h:67: candidates are: void
SWBasicFilter::pushString (char **, const char *)
bt_thmlhtml.cpp:64: no matching function for call to
`BT_ThMLHTML::pushString (char **&, const char[19], char[8], const
char[37])'
/usr/include/sword/swbasicfilter.h:67: candidates are: void
SWBasicFilter::pushString (char **, const char *)
...
make: *** [all-recursive-am] Error 2

I'm going to attempt to fix it, but wanted to call everyone's attention to 
the fact that this issue exists.

Chris