Code::Blocks Forums

User forums => Help => Topic started by: ordak on November 06, 2019, 02:10:32 pm

Title: "Compilers auto-detection" problem
Post by: ordak on November 06, 2019, 02:10:32 pm
Hi,

I recently added two compliers based on LLVM Clang compiler for C. The were GTK supporting. But at the end I changed their names to:

LLVM Clang Compiler 8 GTK Source
LLVM Clang Compiler 9 GTK Library

Now after running C::B I get the "Compilers auto-detection" window. Both compilers are marked as "Not found". For now all of their Compiler/Linker settings are gone.

Is there a way to get them running again ?
Title: Re: "Compilers auto-detection" problem
Post by: ordak on November 06, 2019, 03:21:17 pm
Ubuntu version 18.04

Code::Blocks version 11509

Clang version 6.0.0
Title: Re: "Compilers auto-detection" problem
Post by: oBFusCATed on November 07, 2019, 07:37:13 pm
1. What happens if you ignore these?
2. Are the toolchain settings still correct?
3. Are the compiler executables matching the settings in the toolchain executables tab in the compiler settings?
Title: Re: "Compilers auto-detection" problem
Post by: ordak on November 08, 2019, 01:21:14 pm
1. What happens if you ignore these?
2. Are the toolchain settings still correct?
3. Are the compiler executables matching the settings in the toolchain executables tab in the compiler settings?

I just found an earlier compiler setting and also from GTK link (https://developer.gnome.org/gtk3/stable/gtk-compiling.html) , I corrected the two compilers options. Toolchains were easily corrected with Auto-detect feature.

Edit:corrected Auto-detect