Author Topic: "Compilers auto-detection" problem  (Read 4172 times)

Offline ordak

  • Multiple posting newcomer
  • *
  • Posts: 105
    • My Site
"Compilers auto-detection" problem
« 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 ?
Code::Blocks SVN
OS : Ubuntu LTS

Offline ordak

  • Multiple posting newcomer
  • *
  • Posts: 105
    • My Site
Re: "Compilers auto-detection" problem
« Reply #1 on: November 06, 2019, 03:21:17 pm »
Ubuntu version 18.04

Code::Blocks version 11509

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

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: "Compilers auto-detection" problem
« Reply #2 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?
(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!]

Offline ordak

  • Multiple posting newcomer
  • *
  • Posts: 105
    • My Site
Re: "Compilers auto-detection" problem
« Reply #3 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 , I corrected the two compilers options. Toolchains were easily corrected with Auto-detect feature.

Edit:corrected Auto-detect
« Last Edit: November 08, 2019, 01:24:53 pm by ordak »
Code::Blocks SVN
OS : Ubuntu LTS