From: John L. <jla...@gm...> - 2014-02-08 04:45:00
|
On Fri, Feb 7, 2014 at 6:48 PM, Paul K <pau...@ya...> wrote: > Hi John, > > I came across few more compilation errors when compat28 flag is not used: > > Yes, there are far more differences than I realized, you'll have to use --enable-compat28 for the near future. I have also seen some problems with the wxLua app (editor.wx.lua) not exiting for some reason with 3.0, but not 2.9.x if I remember correctly. I am also thinking that the switch to 3.0 without compat28 will probably pose problems for people since Lua won't give "compile time" errors for missing/changed functions. It might not be too hard to make some sort of diff file using the code from bindings.wx.lua to print the full list of functions for each version. John |