Author Topic: Build Problem  (Read 3099 times)

Offline Raiko

  • Single posting newcomer
  • *
  • Posts: 2
Build Problem
« on: February 15, 2013, 01:20:04 pm »
hi :)

Im new to all of this and i get a problem with building

so yea this is what i have
I'm using Code Blocks version 12.11
My OS is Windows Vista
and I'm using the Gnu GCC compiler
Language used is C ++
i used this codeblocks-12.11mingw-setup.exe one

i installed it, and wrote a simple hello world thingy

but when i build it, it gives me this message


-------------- Build: Debug in Test (compiler: GNU GCC Compiler)---------------

mingw32-g++.exe -Wall -fexceptions  -g     -c C:\Users\Jerom\Desktop\C++\Test\main.cpp -o obj\Debug\main.o
Execution of 'mingw32-g++.exe -Wall -fexceptions  -g     -c C:\Users\Jerom\Desktop\C++\Test\main.cpp -o obj\Debug\main.o' in 'C:\Users\Jerom\Desktop\C++\Test' failed.
Nothing to be done (all items are up-to-date).

and when i run or build and run
i keep getting the message
It seems that this project has not been build yet.
do you want to build it now?
if i click yes, the same message appears until i click no
then i get this build log:

Checking for existence: C:\Users\Jerom\Desktop\C++\Test\bin\Debug\Test.exe
Executing: "C:\Program Files\CodeBlocks/cb_console_runner.exe" "C:\Users\Jerom\Desktop\C++\Test\bin\Debug\Test.exe"  (in C:\Users\Jerom\Desktop\C++\Test\.)
Execution of '"C:\Program Files\CodeBlocks/cb_console_runner.exe" "C:\Users\Jerom\Desktop\C++\Test\bin\Debug\Test.exe" ' in 'C:\Users\Jerom\Desktop\C++\Test' failed.
Nothing to be done (all items are up-to-date).


any help?
« Last Edit: February 15, 2013, 01:22:15 pm by Raiko »