Code::Blocks Forums
User forums => Help => Topic started by: dlaurent on June 22, 2007, 09:31:13 pm
-
C::B was working (on Windows XP) last week and today when i wanted to compile some tiiny modifications of the same projet problem. I try then to compile the simplest console project and here you are the build log.
/***
mingw32-gcc.exe -I"C:\Program Files\CodeBlocks\include" -c main.c -o .objs\main.o
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
Process terminated with status 1 (0 minutes, 1 seconds)
0 errors, 0 warnings
****/
-
What C::B version?
-
it's version 1.02RC. I've installed nightly build and the same problem.
I solved it. It was an incompatibility with g95. I had to reinstall MinGW.
Problem solved.