News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Help... Cant Compile..

Started by Mohammed, March 17, 2008, 03:29:35 AM

Previous topic - Next topic

Mohammed

Hey guys sorry about this.. i installed codeblocks and created a new project .. by default there is main.cpp with hello world program. #include <iostream>

using namespace std;

int main()
{
    cout << "Hello world!" << endl;
    return 0;
}

When i hit f9 it says "temp - Debug" uses an invalid compiler [YOUR ANSWER IS ALREADY THERE. SEARCH THE FORUMS!]. Skipping...
Nothing to be done.

help please?  :(

Mohammed

my Question is why wont it compile the code..? why does it say nothing to be done..?

DrewBoo

That is unusual.  Could you tell us about your environment?  OS?

Jenna

Afaik this can happen if no compiler is installed.

Seronis

it happens anytime the compiler in the project doesnt exist.  Just go and set the compiler again and you're usually fine.