Author Topic: Error occurs after installation in The first program execution  (Read 3880 times)

Offline dochma

  • Single posting newcomer
  • *
  • Posts: 5
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)) ===|

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: Error occurs after installation in The first program execution
« Reply #1 on: January 31, 2016, 02:54:57 pm »
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

Offline dochma

  • Single posting newcomer
  • *
  • Posts: 5
Re: Error occurs after installation in The first program execution
« Reply #2 on: January 31, 2016, 03:07:36 pm »
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

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: Error occurs after installation in The first program execution
« Reply #3 on: January 31, 2016, 04:26:58 pm »
I'd love to give out any additional details.
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
and what do you installed in there?
The compiler is a exe with someting lile gcc.exe or g++.exe

Offline dochma

  • Single posting newcomer
  • *
  • Posts: 5
Re: Error occurs after installation in The first program execution
« Reply #4 on: February 02, 2016, 04:31:43 pm »
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

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: Error occurs after installation in The first program execution
« Reply #5 on: February 02, 2016, 04:35:56 pm »
I'd love to give out any additional details.
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
and what do you installed in there?
The compiler is a exe with someting lile gcc.exe or g++.exe
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

If you are not willing to answer my questions, or instructions, i am not able (and willing) to help you...
If you are not understanding a direction please ask concrete questions...

greetings

Offline dochma

  • Single posting newcomer
  • *
  • Posts: 5
Re: Error occurs after installation in The first program execution
« Reply #6 on: February 02, 2016, 05:03:24 pm »
Hi

Thank you for your response probably did not understand what the question was.
My operating system windows 7 64-bit can you please give me a download link with the compiler and installation instructions that corresponds to my computer
Again I would appreciate your help in advance

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: Error occurs after installation in The first program execution
« Reply #7 on: February 02, 2016, 05:11:58 pm »
1) Remove / uninstall all Codeblocks and Mingw (probably also msys if you have installed) components from your computer by deinstalling it via Start->Control Panel->Programs and Features
2) Check if there are folders like c:\Mingw, or someone with mingw in the name remove them
3) Download http://sourceforge.net/projects/codeblocks/files/Binaries/16.01/Windows/codeblocks-16.01mingw-setup.exe
4) Install and test a hello wordl
if it does not work follow this instructions: http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28general%29#Q:_How_do_I_report_a_compilation_problem_on_the_forums.3F

Offline dochma

  • Single posting newcomer
  • *
  • Posts: 5
Re: Error occurs after installation in The first program execution
« Reply #8 on: February 02, 2016, 09:03:58 pm »
Hi

Thanks for your Help, I solved the problem the compiler and the debugger was not in the same path