Score:0

Can't compile project in c++, regardless of IDEs

pl flag

I have been having problems with running c++ programs on ubuntu 20.04. The problem is, that even I write legit code that the compiler can understand, the same error occurs saying that "Error: build command 'cmake' not foundFailure running cmake: " I have tried Eclipse and Visual Studio code. I haven't encountered this problem on windows however.Can someone help with that.

Score:2
tr flag

You're missing cmake, install it by running this command in Terminal:

sudo apt install cmake
Ibrokhim Bakhtiyorov avatar
pl flag
i did and it solved. However i have another problem. "Error: could not load cache" How can I solve that
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.