Author Topic: Build Problems  (Read 3465 times)

JacobA5

  • Guest
Build Problems
« on: February 09, 2013, 05:42:18 am »
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)

Offline jarod42

  • Multiple posting newcomer
  • *
  • Posts: 87
Re: Build Problems
« Reply #1 on: February 11, 2013, 10:36:41 am »
Your exe (Program01.exe) should be in C:\Users\Zombi3NinjaKing\Desktop\School\.

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