Recent Posts

Pages: 1 2 3 4 5 [6] 7 8 9 10
51
Help / Re: CMakeLists.txt and Code::Blocks
« Last post by gd_on on May 02, 2025, 10:21:57 am »
Quote
CMake deprecated (disabled) c::b generators since release 3.27
May be.
For me, I have only one or two old Cmake projects, and there was no C::B project given with those projects. So my experience with that is quite poor. Nevertheless, I verified a few days ago and the cbp generation with cmake-gui still work quasi automatically, with just a few manuals adjustments to the generated cbp file. My cmake/cmake-gui has been updated recently (version 4.01). May be those projects are quite simple to translate, so it's why it still works.
52
Help / Re: CMakeLists.txt and Code::Blocks
« Last post by Frank_CB on May 02, 2025, 02:57:06 am »
@gd_on:

CMake deprecated (disabled) c::b generators since release 3.27. While those generators are still listed for backwards capacity, the company says not to use them.

@gtafan:

Why are you trying to use CMake? C::B can create its' own project files. Do you have C::B installed yet? I noticed that you just downloaded it.

Regards.
53
General (but related to Code::Blocks) / Re: What parts should I uninstall
« Last post by stahta01 on May 02, 2025, 02:52:02 am »
1. Install Code::Blocks without MinGW GCC
2. Only install the C::B Plugins you need
3. Install the Compiler separately (The 64 bit MINGW GCC is a lot bigger than needed; I would guess the same for 32 bit)

So, look for an smaller compiler to install.

Tim S.
54
General (but related to Code::Blocks) / Re: What parts should I uninstall
« Last post by Frank_CB on May 02, 2025, 02:35:24 am »
@Puffined:

The core to C::B, as well as the number of contributed plugins, determine the size of the final install. The installer for 25.03 (the most recent official release of C::B) is almost twice as big as the installer for 20.03. Removing some or all of the contributed plugins will reduce the capabilities of the IDE.

What makes the VM size premium? What platform, os, disk size and Vitualbox release are you dealing with?

Regards.

55
General (but related to Code::Blocks) / Re: My account on Forum hacked ?
« Last post by gd_on on April 30, 2025, 01:42:32 pm »
I hope so!  :-\
My post was essentially to ask if somebody else had such a problem!
56
General (but related to Code::Blocks) / Re: My account on Forum hacked ?
« Last post by Miguel Gimenez on April 30, 2025, 01:07:38 pm »
Probably the guy who hacked your account months ago was trying to use it again, but you restored the email address so he does not receive the emails.
57
General (but related to Code::Blocks) / Re: My account on Forum hacked ?
« Last post by nenin on April 30, 2025, 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.
58
Using Code::Blocks / wizard console applicacion, debug
« Last post by pacoesc on April 29, 2025, 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.
59
Help / Re: CMakeLists.txt and Code::Blocks
« Last post by gtafan on April 29, 2025, 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?
60
Help / Re: CMakeLists.txt and Code::Blocks
« Last post by gd_on on April 29, 2025, 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.
Pages: 1 2 3 4 5 [6] 7 8 9 10