Recent Posts

Pages: [1] 2 3 4 5 6 ... 10
1
[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.
2
[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)?
3
Help / Re: Incremental Search text box selects itself
« Last post by sedenion on Yesterday at 07:56:59 pm »
This bug still here in 25.03 under linux (debian 12 version).
4
Development / Re: Problem when compiling on Windows C::B svn 13656 with gcc 15.1
« Last post by gd_on on Yesterday at 07:18:04 pm »
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.
5
I have opened a ticket https://sourceforge.net/p/codeblocks/tickets/1527/ because there is a problem when I try to compile C::B with the new gcc 15.1 version from Msys2. One header is apparently missing in globals.h

Using precompiled headers or not?

Edit: I will try to duplicate the problem using wxWidgets 3.3 git master and non-precompiled headers. Take a few hours.
Edit2: https://gcc.gnu.org/gcc-15/porting_to.html#c23
Edit3: Duplicated the error; now trying patch using stdint.h instead and seeing if it works
Edit4: Using "stdint.h" also fixes the build problem

Tim S.
6
Development / Problem when compiling on Windows C::B svn 13656 with gcc 15.1
« Last post by gd_on on Yesterday at 06:02:06 pm »
I have opened a ticket https://sourceforge.net/p/codeblocks/tickets/1527/ because there is a problem when I try to compile C::B with the new gcc 15.1 version from Msys2. One header is apparently missing in globals.h
7
Help / Re: CMakeLists.txt and Code::Blocks
« Last post by gd_on on Yesterday at 05:46:14 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.
8
Help / CMakeLists.txt and Code::Blocks
« Last post by gtafan on April 26, 2025, 08:24:06 pm »
Some C++ project are using CMakeLists.txt, to be honest I am not a fan of it, but how to compile such project with Code::Blocks?
I tried cmake-gui and was able to get as far, as this:



But what next?
9
Using Code::Blocks / Re: cryptic hints regarding translations
« Last post by gd_on on April 25, 2025, 06:00:53 pm »
There is now an other step.
The import queue say that it "needs review". You can set status to "Approved" by clicking on a small yellow ! to force to "imported". It needs some time to really do that (a few hours). Normally you have also to fill the "template" field and set it to all-codeblocks (only one choice) (available if you click on the ! at the end of the line "Will be imported into German (de)...".
Once really imported, you may have to look in the "Needs review" column of the main translation page. You may have to approve or choice between several translation proposals: this happens when several translators have different proposals.
10
Using Code::Blocks / Re: cryptic hints regarding translations
« Last post by rechtsanwaltsteyer on April 25, 2025, 05:05:04 pm »
Tnx that was a good idea. I just uploaded the file codeblocks-gms-de_1-000-179.po to the mentioned new page of you. Poedit says me that 7436 lines of 9528 (=78%) are now translated.
Regards!
Pages: [1] 2 3 4 5 6 ... 10