Closed sonoro1234 closed 4 years ago
It depends on what version of wxwidgets you are using, but may need to go back to whatever version wxlua had before the changes to the API were introduced.
This is caused by wxwidgets making API changes without changing a release number. For example, their current branch is tagged with 3.1.4, even though it hasn't been released yet, so when any API change is being made, the same version number is associated with it. When I tag the change that also implements that API change, it is associated with the same version number (3.1.4), but note that it won't compile against an earlier commit with the same version number.
It's a bit of a mess, but only applies during the period while the branch is no officially released yet. The only solution I see is to increment build number for every API change in wxwidgets (so 3.1.4.0 becomes 3.1.4.1 and so on) and associate those changes with wxlua changes, but wxwidgets doesn't do this.
To make it short. I tried to keep wxlua master to be valid when used with wxwidgets master. Also, the current version should always work with already released wxiwdgets versions (for example, 3.1.3, 3.1, 3.0, and so on). But there is no reliable way to make it work with the current version with API changes.
If you think it's something else, please update the ticket.
Yes, my wxWidgets was between 3.1.2 and 3.1.3. I am trying now to build with last wxWidgets
wxWidgets building has this error: CMake Error: failed to create symbolic link 'C:/supercolliderrepos/buildLua2SC3/wxLuaBundled/build_wx/install/bin/wx-con fig': operation not permitted
which is strange because I thought that this file was for Unix. May be I should not use last wxWidgets master but 3.1.3?
This is indeed strange. Is there a whitespace character in "wx-con fig" or was it just how the message was copied from the output?
This is indeed strange. Is there a whitespace character in "wx-con fig" or was it just how the message was copied from the output?
white space is mine.
Now building v3.1.3 wxWidgets which was difficult to find because my git client does not show tag v3.1.3 althought it is present in github. I used as last commit for 3.1.3:
Revision: 8a40d23b27ed1c80b5a2ca9f7e8461df4fbc1a31 Author: Vadim Zeitlin vadim@wxwidgets.org Date: 27/10/2019 18:41:42
With v3.1.3 build suceeded. I wont try another wxWidgets until a new taged release is maked!! Thanks for all Paul
from https://github.com/sonoro1234/Lua2SC/tree/master/wxLuaBundled I have updated wxlua to last master without updating wxWidgets. Building in Windows 7 with mingw-w64 I am getting this error. What should be done?