|
From: Jun T. <tak...@kb...> - 2015-08-31 01:01:48
|
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.
|