I can not create a project, once the error

If you are using wxDev-C++ for your wxWidgets design, please ask your questions here instead of in IDE Related.
Post Reply
Дмитро
In need of some credit
In need of some credit
Posts: 1
Joined: Sun May 15, 2016 12:30 pm

I can not create a project, once the error

Post 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/
Last edited by Дмитро on Sun May 15, 2016 5:53 pm, edited 3 times in total.
User avatar
T-Rex
Moderator
Moderator
Posts: 1248
Joined: Sat Oct 23, 2004 9:58 am
Location: Zaporizhzhya, Ukraine
Contact:

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

Post 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.
User avatar
T-Rex
Moderator
Moderator
Posts: 1248
Joined: Sat Oct 23, 2004 9:58 am
Location: Zaporizhzhya, Ukraine
Contact:

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

Post 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)
Post Reply