Author Topic: C::B Github Actions build information  (Read 9478 times)

Offline AndrewCot

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 678
Re: C::B Github Actions build information
« Reply #15 on: May 29, 2022, 11:54:10 am »
Quote
If you look at Tim's pull request, you will see that Direct2D is enabled for building C::B, so I guess the answer is Yes.  :)

It's only one issue and will help building wxWidgets as it will mean you do not have to manually change the define, BUT the standard MSYS2 wxWidget 3.1.5 source did not include private wxwidget directories that C::B requires to build and as such I will wait for it to pop up in my pacman updates.

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: C::B Github Actions build information
« Reply #16 on: May 30, 2022, 06:12:17 am »
Well, I saw yesterday, the package information, it shows: Ready for upload.
And now, it shows: Ready for upload but waiting for dependencies.

wx 3.1.6 is on the msys2 package now, see: https://packages.msys2.org/base/mingw-w64-wxWidgets3.1
« Last Edit: May 30, 2022, 06:17:10 am by ollydbg »
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: C::B Github Actions build information
« Reply #17 on: June 10, 2022, 02:56:46 pm »
Now, the msys2 project is ready for wx 3.7Base Package: mingw-w64-wxWidgets3.1 - MSYS2 Packages

That's Tim's work, great!
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.