User forums > Help

My code blocks isn't compiling anymore

(1/2) > >>

Trojan001:
My code blocks has suddenly stopped working, although it was working fine until yesterday.
It dosen't seem to compile any program when press the build+run button or even if I build then run.
Please help
Im using the 10.05mingw version

oBFusCATed:
You can't be helped other than RTFM:
http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F

Trojan001:
this is a simple program but it doesn't seem to work either:
#include <iostream>

using namespace std;

int main()
{
    cout << "Hello world!" << endl;
    return 0;
}
but this the problem i get
http://i200.photobucket.com/albums/aa256/Magnus135/Codeblockhelp.jpg

stahta01:
Try again to post the info needed to help you


--- Quote from: oBFusCATed on December 07, 2012, 04:58:02 pm ---You can't be helped other than RTFM:
http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F

--- End quote ---

Jenna:

--- Quote from: stahta01 on December 10, 2012, 06:00:27 pm ---Try again to post the info needed to help you


--- Quote from: oBFusCATed on December 07, 2012, 04:58:02 pm ---You can't be helped other than RTFM:
http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F

--- End quote ---

--- End quote ---
And please just copy and paste the build log and put it into code-tags, it's much more readable than an image.

Navigation

[0] Message Index

[#] Next page

Go to full version