News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Compilation problem "nothing to be done"

Started by Pierrick584, May 08, 2009, 08:39:12 AM

Previous topic - Next topic

Pierrick584

I just reinstalled the new mandriva 2009.1 sping and all my program, including codeblock, of course, and on everything that i try to compile (even a simple hello world from the basic file made by codeblock)  i get

-------------- Build: Debug in learningpc1 ---------------

Target is up to date.
Nothing to be done.

it do that on my laptop too, witch that i reinstalled same thing, i tried and my gcc is working well (well, it react at some command, but i'm horrible at typing manualy to compile)

if anyone know the problem, let me know !

ollydbg

If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Pierrick584

damn, i feel lame, i realised that the real problem is actualy that i have an execution problem, and i was trying over to compile then forgot the first error... <.<

and i found easily on google that this execution problem was nothing less than... not having xterm installed, anyway thanks alot for the help !

ollydbg

Ok. Since my answer has nothing to do with your problem. :(
BTW: Welcome to the CB forums. Have a good trip here!  :D
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.