User forums > Help

Error occurs after installation in The first program execution

(1/2) > >>

dochma:
Greetings,

Whenever I attempt to run programs in CB, the following error occurs - even with the default "Hello world!" script.
 
#include <iostream>

using namespace std;

int main()
{
    cout << "Hello world!" << endl;
    return 0;
}
Any thoughts as to why this occurs?

||=== Build: Debug in basic (compiler: GNU GCC Compiler) ===|
 CreateProcess||No such file or directory|
||=== Build failed: 1 error(s), 0 warning(s) (0 minute(s), 0 second(s)) ===|

BlueHazzard:
This is the wrong log, or at least there are to less information:

http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28general%29#Q:_How_do_I_report_a_compilation_problem_on_the_forums.3F

Probably you don't have installed a compiler?

greetings

dochma:
Hi

 Thank you for your response, I installed the compiler, location attached
C: \ MinGW \ libexec \ mingw-get \ guimain.exe
I'd love to give out any additional details.

David

BlueHazzard:

--- Quote from: dochma on January 31, 2016, 03:07:36 pm ---I'd love to give out any additional details.

--- End quote ---
then post the full rebuild log, like described in the link i gave you

[Edit:] What is this location:

--- Quote ---C: \ MinGW \ libexec \ mingw-get \ guimain.exe
--- End quote ---
and what do you installed in there?
The compiler is a exe with someting lile gcc.exe or g++.exe

dochma:
Hi I removed the app and reinstall including compiler and I get the same error would love to get help

http://www.codeblocks.org/downloads/26

David

Navigation

[0] Message Index

[#] Next page

Go to full version