On Monday, 31 August 2015 10:01:31 AM Jun T. wrote:
> With CPPFLAGS='-DDEBUG', build fails as
>
> wxterminal/wxt_gui.cpp:2027:3: error: use of undeclared identifier 'sw'
> sw.Time(), term->xmax, term->ymax, term->v_char, term->h_char));
> ^
>
> and a few more similar errors.
> The stop watch "sw" seems to be not defined (constructed) anywhere.
True.
The debug statements must be left over from some long-ago version
that included a timer for debugging. Let's just delete those FPRINTF
references.
Ethan
|