News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

C::B Github Actions build information

Started by AndrewCot, May 17, 2022, 02:47:45 PM

Previous topic - Next topic

AndrewCot

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.

ollydbg

#16
Quote from: ollydbg on May 29, 2022, 11:19:53 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
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.

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.

ollydbg

build bot in the github, I see one nice project

FYI:

With this github project, I see I have about 1 hour to build a 64bit windows C::B in github action.
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.