Author Topic: Can't find compiler executable ....C/C++ compiler  (Read 3768 times)

Offline Gregor

  • Single posting newcomer
  • *
  • Posts: 2
Can't find compiler executable ....C/C++ compiler
« on: April 30, 2017, 06:06:50 pm »
Hello,
I cant compil in C#. Anyone know what's happened.
Thanks for help.

-> If possible write with basic word, or in french  ;D.

Ubuntu 16.04 - Intel

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: Can't find compiler executable ....C/C++ compiler
« Reply #1 on: April 30, 2017, 06:13:57 pm »
This is easy: Codeblocks does not support c#

if you want use c++ then you have to install a compiler... https://help.ubuntu.com/community/InstallingCompilers#Installing_the_GNU_C_compiler_and_GNU_C.2B-.2B-_compiler

if you have installed a compiler you have to set the right compiler:
Settings->Compiler->Global compiler settings
select the right compiler in the drop down menu (GNU gcc Compiler) and press "set as default"

Offline Gregor

  • Single posting newcomer
  • *
  • Posts: 2
Re: Can't find compiler executable ....C/C++ compiler
« Reply #2 on: May 01, 2017, 04:03:54 pm »
Thanks,

it's ok for C now