User forums > Using Code::Blocks

[FIXED] Build is always fully rebuilding? Recent change?

(1/2) > >>

tinyn:
I updated Code::blocks from SVN a few days ago, and noticed that ever since, a Build is always fully rebuilding the project, even if all it needs to do is compile a single .cpp and relink. Was there some change, and code::blocks doesn't know where to look for the current .o's? Is this something I can fix in my project settings, or is this a bug?

thomas:
It's not doing that here, so I would guess it's a local problem.

tinyn:
Is there anything I can look into to see why its deciding to rebuild everything? I set the build log to print everything, and it just does what commands were executed, it doesn't include anything about how it makes decisions about which files to rebuild, or how it built its internal dependency tree

stahta01:

--- Quote from: tinyn on August 22, 2007, 12:50:43 am ---Is there anything I can look into to see why its deciding to rebuild everything? I set the build log to print everything, and it just does what commands were executed, it doesn't include anything about how it makes decisions about which files to rebuild, or how it built its internal dependency tree

--- End quote ---

This problem is normally caused by bad file dates, first verify your system clock is correct and then look for files with dates newer than current date and time.

Tim S

tinyn:
That was the first thing I checked. System clock is set correctly, ticking along normally. All the file times in my project look right.

Navigation

[0] Message Index

[#] Next page

Go to full version