Recent Posts

Pages: 1 2 [3] 4 5 6 7 8 ... 10
21
Using Code::Blocks / Test CB into command line ... failed. Don't find target ... Why ?
« Last post by ThierryD on September 01, 2025, 03:01:14 pm »
Hi,

I (re)test to run CB in command line on Windows (11 64 bit), to rebuild only "one" target of my project (here CLANG on Cygwin64, new version 20.1.8)

Just command to excute in command console : "codeblocks.exe --target="Debug CLANG CYG N24" /nd /ns --rebuild Lesson25.workspace  --log-to-file"
Here result of log (codeblocks.log) :
Code
Manager initialized
Loaded config file 'C:\Users\thier\AppData\Roaming\CodeBlocks\default.conf' (personality: 'default')
Configured 0 tools
Scanning for plugins in C:\Users\thier\AppData\Roaming\CodeBlocks\share\codeblocks\plugins
Loaded 0 plugins
Scanning for plugins in C:\Codeblocks\share\codeblocks\plugins
Loaded 1 plugins
Loading:
Compiler
Initial scaling factor is 1.000 (actual: 1.000)
Opening C:\src\OpenGL\NeHe_Lesson25-master\Lesson25.cbp
Done.
ProjectManager::LoadProject took: 0.112 seconds.
ProjectManager::SetProject() took: 0.061 seconds.
Warning: No target named 'Debug CLANG CYG N24' in project 'Lesson25'. Project will not be built...
Warning: No target named 'Debug CLANG CYG N24' in project 'Lesson25'. Project will not be built...

Sure, this target exist in my project (joined in zip file).

What's wrong ?

Thank's.

Regards
22
And, resolved for all delinations of GCC defined in CB.
23
Thank's for all.

Install "new" file options_gcc.xml in C:\CodeBlocks\share\CodeBlocks\compilers resolve problem.

-> to gd_on, good suggestion, but ... after try nothing appear in tab "Compiler Flags" ...  Sorry.

Closed topic. Thank's.

Regards.
24
Sometimes, it happens to me: an empty compiler configuration window. I don't know why. But generally, if in "Settings/Compiler/", I choose "GNU GCC Compiler (default)" and click on the rightest button (Reset Defaults), everything is reset and works again.
25
Copy of my option_gcc from svn-r13721 ; mine has different contents
26
But, problem persist ...
27
My directory C:\Users\Thier\AppData\Roaming\CodeBlocks\share\codeblocks\compilers is empty ...

Thank's.
28
Go to C:\Users\You\AppData\Roaming\CodeBlocks\share\codeblocks\compilers, if it is not empty try moving away all files.
29
Hi,

I use last nigthly SVN 13710, but it's seems not proper at this version ... on W11 64 bits.
I search to understand why for my "many" config of derivated GCC, tab "Compiler Flags" is empty for all.
Just an test with compiler "GNU GCC Compiler" (default compiler) into CB that "point" to C:\MinGW (directory exist, structure of GCC compiler is good) go to tab "Compiler Flags", nothing appear.
I search about file "C:\CodeBlocks\share\CodeBlocks\compilers\options_gcc.xml" exist and his content is joined.
Rename  it to*.xml.bad ? Bad idea, CB signal many errors during startup ...

Thank's for tour help.

Regards.

TD.

 
30
Plugins development / IRC plugin?
« Last post by Михаил Агарков on August 28, 2025, 07:15:04 pm »
Is there a Code::Blocks plugin that allows to chat in IRC inside the IDE? There's this 2005 discussion and 2007 discussion of making one, but here in 2025 I don't see any existing at the moment.
Pages: 1 2 [3] 4 5 6 7 8 ... 10