Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: LETARTARE on July 23, 2019, 07:05:00 pm
-
I use :
wx-config --version
2.8.12
and
gcc --version
gcc (SUSE Linux) 4.8.5
I am now using only 'CB' versions compiled in "/home/name/SVN_COMPILE/Cb/..."
When compiling 'Code::Blocks wx2.8.x (Unix)-11800' and reading the compiler flags 'Gcc' by 'Project->Build Options->Project->Compiler Flags'
: the window is empty !
All other compiled versions of CB are in the same case.
I searched in "/home/name/.config/codeblocks/...", but no "compilers/options_gcc.xml" file that I thought could erase.
Could you tell me the solution to this problem ?
-
Do you have any xml file related to the compiler options in your install folder? Do you have cb in system folder?
-
...
I searched in "/home/name/.config/codeblocks/...", but no "compilers/options_gcc.xml" file that I thought could erase.
Have a look at $HOME/.local/share/codeblocks/compilers .
-
Thanks for the answers
@osdt :
Won: it's actually at that location!
Removing it solves the problem.