News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Build Problems

Started by JacobA5, February 09, 2013, 05:42:18 AM

Previous topic - Next topic

JacobA5

I am running Windows 7, my compiler is mingw32 (v 5.1.3 I believe), and I am running the latest version of CB (12.11) and I am using C++.

I go to build any new program and what happens is pretty much nothing. It makes a .o file for some reason and can't find the .exe. I am pretty new to C++, and it was working fine earlier today without me messing with the settings it just started not working.

My build log looks like this:
mingw32-g++.exe    -c C:\Users\Zombi3NinjaKing\Desktop\School\Program01.cpp -o C:\Users\Zombi3NinjaKing\Desktop\School\Program01.o
mingw32-g++.exe  -o C:\Users\Zombi3NinjaKing\Desktop\School\Program01.exe C:\Users\Zombi3NinjaKing\Desktop\School\Program01.o   
Process terminated with status 0 (0 minutes, 1 seconds)
0 errors, 0 warnings (0 minutes, 1 seconds)

jarod42

Your exe (Program01.exe) should be in C:\Users\Zombi3NinjaKing\Desktop\School\.

Check that your anti-virus doesn't delete it.