Author Topic: Compilation successfull but cant start.  (Read 17079 times)

Offline rickg22

  • Lives here!
  • ****
  • Posts: 2283
Re: Compilation successfull but cant start.
« Reply #15 on: August 25, 2005, 09:11:29 pm »
Yiannis, I think we DO need a "make install" target for linux so iit will run the ./update script.

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: Compilation successfull but cant start.
« Reply #16 on: August 25, 2005, 09:37:55 pm »
IIRC, what we DO have is a 'make update' target (calls 'update').
'make install' is a whole other issue, since it would be expected to install C::B in the user's machine...

Yiannis.
Be patient!
This bug will be fixed soon...

Offline rickg22

  • Lives here!
  • ****
  • Posts: 2283
Re: Compilation successfull but cant start.
« Reply #17 on: August 25, 2005, 11:31:31 pm »
okay.... anyway i think the update should be run automatically...

grv575

  • Guest
Re: Compilation successfull but cant start.
« Reply #18 on: August 25, 2005, 11:38:05 pm »
It does as of the latest cvs.

Offline rickg22

  • Lives here!
  • ****
  • Posts: 2283
Re: Compilation successfull but cant start.
« Reply #19 on: August 25, 2005, 11:43:32 pm »
cool! :)

zieQ

  • Guest
Re: Compilation successfull but cant start.
« Reply #20 on: August 26, 2005, 09:39:29 am »
Maybe it's not a good idea to do it automatically. If you write some bugs while developing with the /output version and hit compile, you will never be able to make it work back after the update. This should be called manually IMHO.

Or better separate in the update
- the copy/zip of the resources
- the copy to output dir

maybe update-res and update-out and update-res called automatically.

grv575

  • Guest
Re: Compilation successfull but cant start.
« Reply #21 on: August 26, 2005, 01:45:49 pm »
Yes, but if you write some bugs in the source, then you are going to need a backup of that source anyway to revert to.  So just build that version...

zieQ

  • Guest
Re: Compilation successfull but cant start.
« Reply #22 on: August 26, 2005, 01:50:19 pm »
Not exactly a backup but a bug fix. And that's not really the same for me :p

grv575

  • Guest
Re: Compilation successfull but cant start.
« Reply #23 on: August 27, 2005, 05:44:11 pm »
OK, so CVS HEAD does not run update automatically (but I like it better this way.  it's easy enough to select the update target and hit compile...and this way it's easier to isolate bugs as the edit/compile cycle is shorter).  If you do want it to run auto, then edit project->properties update target and set it to 'build this target with "all"'.