Recent Posts

Pages: [1] 2 3 4 5 6 ... 10
1
General (but related to Code::Blocks) / Re: My account on Forum hacked ?
« Last post by nenin on Today at 08:45:43 am »
phishing as it is. Dont worry, I`m receiving similar propositions from banks, tax offices +/- 5 per week on old mail accounts.
2
Using Code::Blocks / wizard console applicacion, debug
« Last post by pacoesc on Yesterday at 08:11:06 pm »
I have just updated to the latest version 25.03. I have this message, "This wizard doesn't know how to setup debug flags for this compiler", when I use the Console Application Wizard. I am not able to debug the application. I need to change ( in Project -> Build options) the options related to Debugging. I have to activate "Produce debugging symbols [-g]" and "Tune Debugging for GDB" to be able to debug a program. I suppose that you need to change the Wizard for fix this problem.
3
Help / Re: CMakeLists.txt and Code::Blocks
« Last post by gtafan on Yesterday at 02:40:53 pm »
As you have installed a C::B version with mingw, you have somewhere a C compiler (gcc), a C++ compiler (g++) and a fortran compiler (gfortran). So, what is the problem ? You have all you need.
But which files and from which directory I have to select? Do I really need to select that fortran thing?
4
Help / Re: CMakeLists.txt and Code::Blocks
« Last post by gd_on on Yesterday at 02:07:11 pm »
As you have installed a C::B version with mingw, you have somewhere a C compiler (gcc), a C++ compiler (g++) and a fortran compiler (gfortran). So, what is the problem ? You have all you need.
5
Help / Re: CMakeLists.txt and Code::Blocks
« Last post by gtafan on Yesterday at 01:10:06 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.
Don't have native compilers, since I am using codeblocks-25.03mingw-nosetup. Gues have to use that "Specify native compilers" option, but have no idea what to select there.
6
General (but related to Code::Blocks) / My account on Forum hacked ?
« Last post by gd_on on Yesterday at 01:08:52 pm »
I have just received 3 mails telling me that I requested a "forgot password" function. But this is NOT the case. Strange isn't it... And my account still works obviously...
7
Help / Re: Windows CB 2503 nosetup is not downloadable
« Last post by gd_on on Yesterday at 10:40:35 am »
This problem has been known for 15 days approximately, but still not corrected. May be the dev/maintainer of C::B main site is on holidays  8)
  • nosetup files should be linked to a .zip, not a .exe file
  • all 32 bits Windows versions have a bad filename link.

Nevertheless, searching in the Binaries on SourceForge is OK, as you said.
8
Help / Windows CB 2503 nosetup is not downloadable
« Last post by Pecan on April 28, 2025, 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/
9
Help / Re: CMakeLists.txt and Code::Blocks
« Last post by gd_on on April 28, 2025, 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.
10
Development / Re: Problem when compiling on Windows C::B svn 13656 with gcc 15.1
« Last post by gd_on on April 28, 2025, 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.
Pages: [1] 2 3 4 5 6 ... 10