pkulchenko / wxlua

wxlua: Lua bindings for wxWidgets cross-platform GUI toolkit; supports Lua 5.1, 5.2, 5.3, 5.4, LuaJIT and wxWidgets 3.x
306 stars 59 forks source link

Fix some build errors with wxWidgets <3.1.1 #119

Closed solemnwarning closed 1 year ago

solemnwarning commented 1 year ago

This doesn't fix all issues for me on wxWidgets 3.0.4. I'm also getting a big stack of errors somehow related to runtime introspection from the propgrid bindings which I don't fully understand, have disabled propgrid in my build for the time being.

pkulchenko commented 1 year ago

@solemnwarning, thank you for the patch. I merged your changes along with several fixes for the propgrid issue (both with 3.0.4 and 3.3.x). Let me know if you notice anything else wrong. Thanks!