Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: dfatcb on May 31, 2012, 08:43:19 pm

Title: Doesn't detect changes that should cause build.
Post by: dfatcb on May 31, 2012, 08:43:19 pm
A lot of times if I just update the master library (the .lib files change date) the code::blocks says nothing to do, but it should at least link.  Are there options to have it look a little deeper?
Title: Re: Doesn't detect changes that should cause build.
Post by: stahta01 on May 31, 2012, 09:26:56 pm
CB Version is what?

The nightlys has improved external dependency that might fix your issue.

Tim S. 
Title: Re: Doesn't detect changes that should cause build.
Post by: dfatcb on June 02, 2012, 07:57:09 am
Version 10.05.

Is there a newer official/stable release?
Title: Re: Doesn't detect changes that should cause build.
Post by: ollydbg on June 02, 2012, 08:50:47 am
Version 10.05.

Is there a newer official/stable release?
Try a nightly build version of Codeblocks. see: Nightly builds (http://forums.codeblocks.org/index.php/board,20.0.html)
Title: Re: Doesn't detect changes that should cause build.
Post by: dfatcb on June 06, 2012, 08:44:52 pm
ok, thanks, but can't you just take the nightly files and put them in the folder where code::blocks is already installed and be done with it, basically upgrading to the latest version?  they should just create an innosetup installer for the nightly updates and then it be easy/clear.
Title: Re: Doesn't detect changes that should cause build.
Post by: zabzonk on June 06, 2012, 08:50:59 pm
Quote
but can't you just take the nightly files and put them in the folder where code::blocks is already installed and be done with it

Yes you can - this is basically what I do. Just unzip the nightly over the top of your existing installation (after backing it up), saying "yes" to "replace existing files". This may not be the most kosher way of installing a nightly, but it's convenient and has always worked for me.
Title: Re: Doesn't detect changes that should cause build.
Post by: Alpha on June 07, 2012, 02:00:09 am
they should just create an innosetup installer for the nightly updates and then it be easy/clear.
(Assuming you are on Windows) you could use the unofficial installer (http://forums.codeblocks.org/index.php/topic,13234.0.html).
Title: Re: Doesn't detect changes that should cause build.
Post by: Radek on June 07, 2012, 06:12:55 am
I have made the same experience. The project is a (static) library. Along with the library, I have a project with a small testing program which tests new changes made in the library. If the library changes, the test program must be rebuilt, remaking the test program results in "nothing to do". I am using SVN builds of Code Blocks (Debian, Gnome).

Well, does not matter too much, the testing program is small, rebuilding is as quick as remaking, but ...
Title: Re: Doesn't detect changes that should cause build.
Post by: MortenMacFly on June 07, 2012, 06:25:03 am
but it's convenient and has always worked for me.
Be careful: Sooner or later it won't. Its best to delete all files except the own ones before.
Title: Re: Doesn't detect changes that should cause build.
Post by: zabzonk on June 08, 2012, 10:58:26 pm
Quote
Be careful: Sooner or later it won't.

Care to outline a scenario where it wouldn't work?
Title: Re: Doesn't detect changes that should cause build.
Post by: oBFusCATed on June 08, 2012, 11:43:54 pm
Removed plugin for example or some left xrc file...