[bt-devel] problem

Chris Kujawa bt-devel@crosswire.org
Tue, 20 Nov 2001 16:54:08 -0500


On Tuesday 20 November 2001 16:38, you wrote:
> Hi,
>
> I made rather severe changes to the internals of BibleTime. Part of it is a
> new config interface class. All configuration values of the GLOBAL
> BibleTime configuration should be read and written there, no other part of
> BibleTime should access KGlobal->config() directly. Please tell me if you
> think the class structure is ok and usable. It's in
> bibletime/frontend/optionsdialog/cbtconfig.h.
>
> But there is one problem: GCC won't link BibleTime here, complains about 2
> static functions in the new CBTConfig class. Could somebody help please?
>
Martin:

Was this before or after your last update to CVS, because I compiled and 
linked just fine.  I updated my BT sources around 2pm EST today (right after 
you sent out the mail concerning the error I was seeing about the private 
struct being accessed in a public function.)

Chris