Code::Blocks Forums

User forums => Help => Topic started by: Gregor on April 30, 2017, 06:06:50 pm

Title: Can't find compiler executable ....C/C++ compiler
Post by: Gregor on April 30, 2017, 06:06:50 pm
Hello,
I cant compil in C#. Anyone know what's happened.
Thanks for help.
(https://img4.hostingpics.net/thumbs/mini_491394Capturedu20170430172442.png) (https://www.hostingpics.net/viewer.php?id=491394Capturedu20170430172442.png)
-> If possible write with basic word, or in french  ;D.

Ubuntu 16.04 - Intel
Title: Re: Can't find compiler executable ....C/C++ compiler
Post by: BlueHazzard 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"
Title: Re: Can't find compiler executable ....C/C++ compiler
Post by: Gregor on May 01, 2017, 04:03:54 pm
Thanks,

it's ok for C now