From: Francesco M. <f18...@ya...> - 2006-01-23 18:31:26
|
k. holwerda ha scritto: > > > John Labenski wrote: > >>> ./../modules/wxbind/include/wxbind.h:127:6: warning: "wxUSE_WAVE" is >>> not defined >>> ./../modules/wxbind/include/wxbind.h:328:5: warning: >>> "wxLUA_USE_wxCriticalSection" is not defined >>> >> >> >> You seem to only get these two warnings, why only these? >> >> > Me too, at least the first, i just disabled it in luasetup.h to make it > go away. > > #define wxLUA_USE_wxWave 0 I've found the reason in wx/wave.h: #if wxUSE_SOUND // not wxUSE_WAVE ! ... #include "wx/sound.h" // wxSound used to be called wxWave before wxWidgets 2.5.1: typedef wxSound wxWave; ... #endif Francesco |