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



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Wxlua-users mailing list
Wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to