Author Topic: The 14 September 2024 build (13570) is out.  (Read 15761 times)

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7699
    • My Best Post
Re: The 14 September 2024 build (13570) is out.
« Reply #15 on: September 21, 2024, 09:04:34 pm »
I would consider the chance of it working near zero.
[...]
Tim S.

I can't assess.
Actually some time ago there had been tries to build C:B nightlies at some openSUSE repository.
But they don't seem to be successful, if I get it right.
(BTW: C:B 20 provided an RPM package (i.e. openSUSE)).

I really would prefer to avoid switching to KDevelop or Qt...

You can read the Wiki https://wiki.codeblocks.org/index.php/Main_Page
Most of the directions are old; so, you would likely need to be able to adapt to that; without the wxWidgets version info I can not even guess whether it will be easy or hard to do. I do not like playing twenty questions; so, I wish you luck on getting someone else to help you.
Edit: I have not built Code::Blocks under an RPM type package system; so, it might be possible to install RPM built for another system or it might be impossible to do it safely.

Tim S.
« Last Edit: September 21, 2024, 09:45:11 pm by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline Uriens The Gray

  • Multiple posting newcomer
  • *
  • Posts: 12
Re: The 14 September 2024 build (13570) is out.
« Reply #16 on: September 22, 2024, 03:09:17 pm »
Works fine from MSYS2 (UCRT, Win10). Thx.

Does someone provide rpm packages (using Fedora 40)?

Offline SharkCZ

  • Almost regular
  • **
  • Posts: 133
Re: The 14 September 2024 build (13570) is out.
« Reply #17 on: September 25, 2024, 09:06:18 am »
Code::Blocks package maintainer for Fedora and EPEL

Offline Uriens The Gray

  • Multiple posting newcomer
  • *
  • Posts: 12

Offline Khram

  • Multiple posting newcomer
  • *
  • Posts: 53
  • 3D-tensor mathematics - vector space
    • Ship Design and Marine Navigation
Re: The 14 September 2024 build (13570) is out.
« Reply #19 on: September 25, 2024, 03:18:20 pm »
Today, the CB repeatedly stopped due to the above error. Due to switching for hints in Chrome.
C++ & Fortran in MinGW-GCC-4.3.3 & WinLibs-GCC-14.2 with CB-13570

Offline ChosenName

  • Multiple posting newcomer
  • *
  • Posts: 16
Re: The 14 September 2024 build (13570) is out.
« Reply #20 on: September 28, 2024, 10:21:26 pm »
The "checkbox" compiler flags tab in build properties is empty of options in this version, using mingw-w64 based on GCC 14.2 (and the previous version - not sure when they actually went AWOL)

Is this a known error or is it likely down to my configuration?
Tried a mingw64 version using a branch build of GCC 15.0 and that killed off the compiler checkboxes again - I suspect that was the issue previously encountered.

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6034
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: The 14 September 2024 build (13570) is out.
« Reply #21 on: September 29, 2024, 02:57:21 am »
Today, the CB repeatedly stopped due to the above error. Due to switching for hints in Chrome.

Any way to reproduce such issue, so that we can debug it.
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.