News:

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

Main Menu

can't compile and build-ubuntu 18.10

Started by zoids2, March 17, 2019, 12:41:33 PM

Previous topic - Next topic

zoids2

 i switch from windows 10 to ubuntu recently and installed codeblocks using ubuntu software center assuming without mingw. i downloaded mingw separately  but it seems codeblocks cant find and use it.
i'm including photos for you to see.

https://imgur.com/WQ2wGWp
https://imgur.com/W1llVlJ

Miguel Gimenez

MinGW is a windows port of GCC, it has no meaning in Linux. You must install build-essential:

sudo apt install build-essential