Recent Posts

Pages: [1] 2 3 4 5 6 ... 10
1
Development / Re: Compile CB 25.03 from Source with tinyxml Problem
« Last post by christo on Yesterday at 06:44:14 pm »
Issue is seen when compiling latest trunk in ubuntu 22.04 when libtinyxml-dev.

Fixed in svn https://sourceforge.net/p/codeblocks/code/13855/

The issue was introduced by #1452 and is already fixed in the same way for plugins other than contrib.

Thank you for the script @hesti, nice job.
2
General (but related to Code::Blocks) / Re: CodeBlocks on Linux
« Last post by Miguel Gimenez on Yesterday at 06:40:07 pm »
Quote
Also I dont think I need to change any credentials

I was talking about changing the Wiki (using your current forum credentials) to add your findings, not about editing your credentials.
3
General (but related to Code::Blocks) / Re: CodeBlocks on Linux
« Last post by Ender4rmy on Yesterday at 04:54:05 pm »
Ah alright. Weirdly some people told me that the Flatpak works for them without issue.

Also I dont think I need to change any credentials. As far as I know I set them up as they should be
4
General (but related to Code::Blocks) / Re: CodeBlocks on Linux
« Last post by Miguel Gimenez on Yesterday at 04:17:57 pm »
C::B in Flatpak has some problems due to the folder protection set by the Flatpak creator; some needed folders are not accesible to C::B.

Quote
Also dont understand what you mean with "Forum Credentials"

The user name and password you use when logging in this forum. While you are logged in the forum you can go to the Wiki page and edit it.
5
General (but related to Code::Blocks) / Re: CodeBlocks on Linux
« Last post by Ender4rmy on Yesterday at 03:22:21 pm »
Sorry for the late reply. Great to hear that the freeze has been fixed on Arch and Fedora. I guess Sourceforge confused me a bit there. When I was on the svn page of Code::Blocks my Kdevelop sorta popped up and told me it can just download it for me so I did.
Hope the AUR was also, or is being fixed.
On a freshly installed release of CachyOS and PikaOS, while I was able to install Code::Blocks via flatpak(on PikaOS even using the Gnome Store), I wasnt able to install the Contrib Plugins on either System, which is kinda why I got to the point of building from Source and which is why I made this Post.

Also dont understand what you mean with "Forum Credentials", sorry I am quite new to using a Forum
6
Development / Re: Force X11 compatibility mode
« Last post by Miguel Gimenez on May 25, 2026, 09:58:10 am »
Thanks for testing.

Applied in r13848.
7
Development / Re: which standard to use, both for building wx and CB
« Last post by christo on May 25, 2026, 05:57:54 am »
Is the ax_cxx_compile_stdcxx.m4 file a copy from the following repo or equivalent file from some other place a this file is availabel from a number of places?
https://github.com/autoconf-archive/autoconf-archive/blob/master/m4/ax_cxx_compile_stdcxx.m4
You are correct @Wkerry, the file is copied from autoconf-archive master
8
Development / Re: which standard to use, both for building wx and CB
« Last post by Wkerry on May 25, 2026, 12:57:23 am »
Is the ax_cxx_compile_stdcxx.m4 file a copy from the following repo or equivalent file from some other place a this file is availabel from a number of places?
https://github.com/autoconf-archive/autoconf-archive/blob/master/m4/ax_cxx_compile_stdcxx.m4
9
Development / Re: which standard to use, both for building wx and CB
« Last post by christo on May 24, 2026, 06:14:58 pm »
I've been using c++20 for a while with autotools. m4/ax_cxx_compile_stdcxx.m4 has to be updated. Attaching patch to avoid duplicate effort when we switch to c++20
10
Development / Re: Force X11 compatibility mode
« Last post by blauzahn on May 23, 2026, 03:00:32 pm »
With that patch, docking is fixed under Arch Linux Wayland as well, e.g. open-files-list dock.

Wonderful! Thank you.
Pages: [1] 2 3 4 5 6 ... 10