Salve,
non riesco a compilare la 2.1.2 su una Debian Sarge.
Il configure non mi da errori ma il build si:
In file included from /usr/include/wx-2.6/wx/dc.h:25,
from BarShader.cpp:29:
/usr/include/wx-2.6/wx/cursor.h: In constructor `wxBusyCursorSuspender::wxBusyCursorSuspender()':
/usr/include/wx-2.6/wx/cursor.h:61: error: `wxIsBusy' undeclared (first use this function)
/usr/include/wx-2.6/wx/cursor.h:61: error: (Each undeclared identifier is reported only once for each function it appears in.)
/usr/include/wx-2.6/wx/cursor.h:63: error: `wxBusyCursor' undeclared (first use this function)
/usr/include/wx-2.6/wx/cursor.h:63: error: parse error before `;' token
/usr/include/wx-2.6/wx/cursor.h: In destructor `wxBusyCursorSuspender::~wxBusyCursorSuspender()':
Sembra che usi funzioni che non sono presenti in /usr/include/wx-2.6/wx/cursor.h
Eppure ho le wx2.6... come faccio?