Page 1 of 1

I can not create a project, once the error

Posted: Sun May 15, 2016 12:44 pm
by Дмитро
My project compiling error happened, it is now available.
I just made it here, my new project, and there was a mistake quickly.
I may not know how that would be the right way Wxdev-C ++, not good governance.
Or else there are unknown problems that interfere with the project to produce a compilation of good.

Itself such error
C:\ProektW\DoslidnyjNew\Makefile.win [Build Error] [Objects/MingW/Heloword.o] Error 3

Absolutely nothing special about the code there. He could not show it.

Code: Select all

#include<iostream>
 
 
int main (int argc, char *argv[]) {
  std::cout <<"Heloword!!!!!!!"<< std::endl;
	

 std::cin.get(); 
  return 0;
}
 


Dear. T-Rex!

I have something - something vtoropayu, because I sent a reply? I sent it twice.
I need if I archive project prycheplyu, but I do not like vtoropayu.

Компілятор: Default GCC compiler
Building Makefile: "C:\ProektW\DoslidnyjNew\Makefile.win"
Виконання make...
mingw32-make.exe -f "Makefile.win" all
g++.exe -c Heloword.cpp -o Objects/MingW/Heloword.o -I"C:/Wxdev-C ++/MinGW32/include" -I"C:/Wxdev-C ++/" -I"C:/Wxdev-C ++/include/common"


This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.

mingw32-make.exe: *** [Objects/MingW/Heloword.o] Error 3

Виконання завершено
Compilation Failed. Make returned 2



This is a project.
https://dropmefiles.com/u3DpT

What other information is needed?
Where else can I see that the report, what actions to perform?

http://iscr.ru/1463334676/

Re: I can not create a project, once the error

Posted: Sun May 15, 2016 12:47 pm
by T-Rex
Show the complete build log. It's not clear what error message you get, you posted only the part of the compiler's output.

Re: I can not create a project, once the error

Posted: Sun May 15, 2016 6:18 pm
by T-Rex
Seems that it's a compiler's bug, probably it is related to your build environment. Try to download/install the latest MinGW and use it for compilation.
I've downloaded your project's source code, updated the Makefile to use the latest MinGW32 and successfully built your app from command line. using mingw32-make --f Makefile.win
So most likely if you update the compiler to the new version, it should build your app without the errors.
You can install the latest MinGW to the separate folder and then replace it in wxDev-CPP using the NTFS links (you can use Far Manager for this and Alt+F6 shortcut, or any other way)