Recent Posts

Pages: 1 [2] 3 4 5 6 7 ... 10
11
Development / Re: Force X11 compatibility mode
« Last post by Miguel Gimenez on May 29, 2026, 11:13:21 am »
You need r13775, r13841 and r13842.

For AUI docking, r13848.
12
Development / Re: Force X11 compatibility mode
« Last post by unixpro1970 on May 29, 2026, 11:08:31 am »
Can someone please update AUR with a new codeblocks (with all required patches)?  The latest AUR codeblocks from 2025 hangs when launched on Manjaro.  I am unsure what patches are needed to make it work.

https://archlinux.org/packages/extra/x86_64/codeblocks/
13
Nightly builds / Re: The 27 May 2026 build (13855) is out.
« Last post by Pecan on May 29, 2026, 06:45:25 am »
I Check this nightly and When I close codeblocks.exe this debug alert messageBox appear. Ctrl + C to copy the messgeBox

[Window Title]
wxWidgets Debug Alert

[Main Instruction]
A debugging check in this application has failed.

[Content]
../../src/aui/auibook.cpp(2756): assert "page_idx < m_tabs.GetPageCount()" failed in GetPage().

[ ] Don't show this dialog again  [Stop] [Continue]
[Window Title]
wxWidgets Debug Alert

[Main Instruction]
A debugging check in this application has failed.

[Content]
../../src/aui/auibook.cpp(2856): assert "Assert failure" failed in FindTab(): Window unexpectedly not found in any tab control

[ ] Don't show this dialog again  [Stop] [Continue]

I've found that deleting the .conf file just one time solved this for me.
14
Development / Re: which standard to use, both for building wx and CB
« Last post by christo on May 28, 2026, 03:17:13 pm »
@Miguel Gimenez, no, I just mentioned that for reference, can be committed when someone update c++ version
15
Development / Re: which standard to use, both for building wx and CB
« Last post by Miguel Gimenez on May 28, 2026, 01:09:01 pm »
@christo, do you plan to commit the file from autoconf-archive?
16
Nightly builds / Re: The 27 May 2026 build (13855) is out.
« Last post by ThierryD on May 28, 2026, 12:10:26 pm »
Hi,

Just "critical detect" with Bit Defender AV during download: Gen:Suspicious.Cloud.1.bOX@aWYtNEb. 

Regards.

TDE
17
Nightly builds / Re: The 27 May 2026 build (13855) is out.
« Last post by luisalberto on May 27, 2026, 11:09:19 pm »
I Check this nightly and When I close codeblocks.exe this debug alert messageBox appear. Ctrl + C to copy the messgeBox

[Window Title]
wxWidgets Debug Alert

[Main Instruction]
A debugging check in this application has failed.

[Content]
../../src/aui/auibook.cpp(2756): assert "page_idx < m_tabs.GetPageCount()" failed in GetPage().

[ ] Don't show this dialog again  [Stop] [Continue]
[Window Title]
wxWidgets Debug Alert

[Main Instruction]
A debugging check in this application has failed.

[Content]
../../src/aui/auibook.cpp(2856): assert "Assert failure" failed in FindTab(): Window unexpectedly not found in any tab control

[ ] Don't show this dialog again  [Stop] [Continue]
18
Nightly builds / Re: The 27 May 2026 build (13855) is out.
« Last post by Xaviou on May 27, 2026, 10:46:23 pm »
Hi.

32 bits version for Windows (and also 64 bits version) can be downloaded from my website.
I made both a wxWidgets-3.2.10 and wxWidgets-3.3.2 linked versions

Debian Trixie (64 bits) and Bookworm (32 and 64 bits) can be installed from my repo
The corresponding unsigned deb files can also be downloaded from the website page linked above.

Ubuntu-22.04, 24.10 and 26.04 versions can be installed from my ppa (they are now available for both amd64 and arm64 architectures).

Regards
Xav'
19
Nightly builds / Re: The 27 May 2026 build (13855) is out.
« Last post by killerbot on May 27, 2026, 02:54:03 pm »
next up in the near future will be a switch to gcc16 (and maybe -std=c++26) ...
20
Nightly builds / Re: The 27 May 2026 build (13855) is out.
« Last post by killerbot on May 27, 2026, 02:53:22 pm »
wx dll was build for the nightlies as follows (using gcc15)

Code
mingw32-make -f makefile.gcc         SHARED=1 MONOLITHIC=1 BUILD=release UNICODE=1 VENDOR=cb CXXFLAGS+="-std=c++23" setup_h
mingw32-make -f makefile.gcc -j 26 SHARED=1 MONOLITHIC=1 BUILD=release UNICODE=1 VENDOR=cb CXXFLAGS+="-std=c++23"
==> -std=c++23

and CB was also build like that (CB nightlies are build by using CB) by having the global variable "cb_cpp_std" the value "-std=c++23".

Pages: 1 [2] 3 4 5 6 7 ... 10