Author Topic: Compilation problem "nothing to be done"  (Read 3482 times)

Offline Pierrick584

  • Single posting newcomer
  • *
  • Posts: 4
Compilation problem "nothing to be done"
« on: May 08, 2009, 08:39:12 am »
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 !

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5917
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Compilation problem "nothing to be done"
« Reply #1 on: May 08, 2009, 09:05:32 am »
Try "rebuild" command. :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.

Offline Pierrick584

  • Single posting newcomer
  • *
  • Posts: 4
Re: Compilation problem "nothing to be done"
« Reply #2 on: May 08, 2009, 09:15:15 am »
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 !

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5917
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Compilation problem "nothing to be done"
« Reply #3 on: May 08, 2009, 09:33:42 am »
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.