News:

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

Main Menu

Code::Blocks projects and wx-3.1.7 with Leap-15.4 (Linux)

Started by LETARTARE, June 16, 2022, 07:25:15 PM

Previous topic - Next topic

LETARTARE

I just compiled 'CB-12838' under 'Leap15.4' with 'wx3.1.7'.
So I propose you a patch for the compilation, including the '*-3.1.x-Unix.cbp' and '*-3.1.x-Unix.workspace' and all 'update31' ( I hope I didn't forget anything !).
https://sourceforge.net/p/codeblocks/tickets/1265/
CB-13834, plugins-sdk-2.25.0 : Collector-2.6.5, AddOnForQt-5.1.2
1- Win7 Business Pack1 64bits : wx-3.2.8, gcc-15.2.0,
2- OpenSuse::Leap-15.6-64bits : wx-3.2.8;gtk3-u, gcc-15.2.0,
=> !! The messages are translated by 'Deepl'

AndrewCot

IMHO the number of CBP files is way too much and the maintenance of the files is an issue.
I would suggest as per already seen in other threads that the project files transition to use global variables in order to do the following:1) Support different versions of wxWidgets without requiring a set of files for a specific wxWidget version2) Support for Windows 32 and 64 bit in the one cbp set of files
3) Reduce the number of CBP sets to one per OS, so three Windows, Linux/Unix and one for MacOS
I have the MacOS project files working, but I have not created a ticket as I have too many patches banked up in the ticket system.

AndrewCot