News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

"Compilers auto-detection" problem

Started by ordak, November 06, 2019, 02:10:32 PM

Previous topic - Next topic

ordak

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 ?
Code::Blocks SVN
OS : Ubuntu LTS

ordak

Ubuntu version 18.04

Code::Blocks version 11509

Clang version 6.0.0
Code::Blocks SVN
OS : Ubuntu LTS

oBFusCATed

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?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

ordak

#3
Quote from: 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?

I just found an earlier compiler setting and also from GTK link , I corrected the two compilers options. Toolchains were easily corrected with Auto-detect feature.

Edit:corrected Auto-detect
Code::Blocks SVN
OS : Ubuntu LTS