On Thursday 21 August 2003 17:21, Art Haas wrote: > Hi. > > I tried doing this a week or so ago, and building bbkeys as well. The > build failed due to compiler unhappiness in blackbox/src/Timer.hh. > Here's the error when building bbkeys: > > In file included from /home/arth/gnu/blackbox/lib/Application.hh:32, > from window.hh:36, > from ScreenHandler.h:42, > from keytree.hh:34, > from KeyClient.h:31, > from KeyClient.cpp:54: > /home/arth/gnu/blackbox/lib/Timer.hh: In member function `void > bt::_timer_queue<_Tp, _Sequence, _Compare>::release(const _Tp&)': > /home/arth/gnu/blackbox/lib/Timer.hh:95: error: `c' undeclared > (first use this function) > /home/arth/gnu/blackbox/lib/Timer.hh:95: error: (Each undeclared identifier > is reported only once for each function it appears in.) > /home/arth/gnu/blackbox/lib/Timer.hh:97: error: `comp' undeclared > (first use this function) > > Has anyone else tried building with GCC-3.4? Any success stories? >
hmmmmm, ah, yes. Looks like I was a bad little boy and used knowledge of the GCC headers. 'c' was an exposed variable which represented the container. Will have to find another way to implement that. Please submit a bug. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] List archives: http://asgardsrealm.net/lurker/splash/index.html Trouble? Contact [EMAIL PROTECTED]
