Recent Posts

Pages: [1] 2 3 4 5 6 ... 10
1
Help / Windows CB 2503 nosetup is not downloadable
« Last post by Pecan on Yesterday at 07:33:51 pm »
The file does not exist, so it says. this happend by following the Download buttons from the main Codeblocks.org page.
https://www.codeblocks.org/downloads/binaries/

But it download ok when drilling down through sources:
https://sourceforge.net/projects/codeblocks/files/Binaries/25.03/
2
Help / Re: CMakeLists.txt and Code::Blocks
« Last post by gd_on on Yesterday at 06:05:45 pm »
I use the first option "Use default native compilers", so nothing to fill manually and almost everything is correctly set.
For cross compiling, I suppose you have to set manually a few things, but sorry, as I don't do that, I can't help you more.
Better have a look on a cmake forum if it exists.
3
Development / Re: Problem when compiling on Windows C::B svn 13656 with gcc 15.1
« Last post by gd_on on Yesterday at 05:57:09 pm »
You can retrieve all you need in
Both contains the same code. It has already been published on the forum, but quite a long time ago.
4
Help / Re: CMakeLists.txt and Code::Blocks
« Last post by gtafan on Yesterday at 02:37:48 pm »
If you click on Finish, you obtain an other Window where you can click on Configure. To avoid some errors, it may be useful to adjust the version in the first line of the main CMakeLists.txt.
In the configure Window (in red to show you that some adjustments may be required), many fields are automatically filled but you can have to adjust manually a few ones as CMAKE_BUILD_TYPE, CMAKE_CODEBLOCKS_EXECUTABLE and eventually Compile and link options.
When you click on Generate button, a codeblocks .cbp file is generated. Here too, you can rework it manually.
Have already clicked on Configure to get there, so gues have to select one of the options there.
When I select "Specify native compilers" and click "Next" geting to:



But no idea what to selct here.

When I select "Specify toolchain file for cross-compiling" and click "Next" geting to:



And when I select "Specify options for cross-compiling" and click "Next" geting to:

5
I build C::B using a standard workspace for C::B (equivallent to CodeBlocks_wx32_64.workspace, but adapted to use global variables to be more wxWidgets version independant).
So, it uses precompiled headers.
Could you please share this workspace? I need to build C::B with wxWidgets 3.3.0 in Windows 11 24H2. However, that SVN repository has not provided the wx33_64.worksapce yet.
And I don't know how to adjust it to work with wx33
Thx
6
General (but related to Code::Blocks) / Re: Hello guys
« Last post by Михаил Агарков on Yesterday at 12:25:43 pm »
This is OT here. That said,

7
General (but related to Code::Blocks) / Hello guys
« Last post by Warorinced1943 on Yesterday at 12:01:36 pm »
Hi, this is Francisco Sanchez. I'm starting to develop applications with this code, where I can download a tutorial to learn more about language
8
Using Code::Blocks / Re: ClangD causing cc1plus.exe error pop up dialog on Windows
« Last post by stahta01 on April 27, 2025, 10:43:09 pm »
[Edit: A more important related bug is it fails to find the clangd.exe in the MINGW installation folder of an CB installed with Mingw compiler.

How did clangd.exe get installed with MINGW?
None of my Mingw folders contains clang.exe along with any of it's resources.

Do you mean the ...\msys64_18.1.8\mingw64\ folder? (or similar versions)?

On Windows using the CB25.03 installer with MINGW GCC compiler it also has the clangd.exe and other clang stuff installed.
The auto detection does not find it.

Edit:
Code
$(CodeBlocks)\MinGW\bin\clangd.exe

Tim S.
9
Using Code::Blocks / Re: ClangD causing cc1plus.exe error pop up dialog on Windows
« Last post by Pecan on April 27, 2025, 08:04:02 pm »
[Edit: A more important related bug is it fails to find the clangd.exe in the MINGW installation folder of an CB installed with Mingw compiler.

How did clangd.exe get installed with MINGW?
None of my Mingw folders contains clang.exe along with any of it's resources.

Do you mean the ...\msys64_18.1.8\mingw64\ folder? (or similar versions)?
10
Help / Re: Incremental Search text box selects itself
« Last post by sedenion on April 27, 2025, 07:56:59 pm »
This bug still here in 25.03 under linux (debian 12 version).
Pages: [1] 2 3 4 5 6 ... 10