Blake-Madden / Wisteria-Dataviz

Wisteria Dataviz Library
BSD 3-Clause "New" or "Revised" License
15 stars 3 forks source link

The dependency is wx 3.1.7? #1

Closed asmwarrior closed 2 years ago

asmwarrior commented 2 years ago

Hi, this project is great, I just see your post from wx dev maillist.

But wx 3.1.7 is not released yet? Do you mean wx 3.1.6?

wxWidgets 3.1.6 Released - wxWidgets

Blake-Madden commented 2 years ago

Thank you!

It needs the very latest (daily) wxWidgets, which I guess is 3.1.7. There was a new API (ToDIP and FromDIP) added to wxDC just last weekend that I needed for SVG exporting. (I might be using some very recent updates to wxBitmapBundle also.) So I'm afraid that I'm on "the bleeding edge" of wxWidgets, if you will. I'll update the Readme file to mention that tonight...

asmwarrior commented 2 years ago

Hi, I think you should mention this in your top level readme, because people will get confused if they though 3.1.7 is not a released version.

Blake-Madden commented 2 years ago

Updated the main readme page in a couple of places, thanks!

asmwarrior commented 2 years ago

Hi, the good news is that the official wx 3.1.7 is released, and I see the msys2 also get updated to wx 3.1.7.

Blake-Madden commented 2 years ago

Thanks for the heads up; I've updated the ReadMe.

asmwarrior commented 2 years ago

Since wx 3.2.0 is released already. I think you should mention the dependency should be wx 3.1.7 and above versions.

Thanks