News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Clicking 'Build' rebuilds entire project every time regardless of changes

Started by sinoth, February 19, 2008, 02:58:50 AM

Previous topic - Next topic

sinoth

I'm running SVN 4872 in Windows and have a peculiar problem with my project completely rebuilding every time I click Build, regardless of whether or not files have changed.  What I don't understand is that my project, which consists of 14 source and header files, has been fine up until today.  Unfortunately, I can't trace this behavior to a single action, but today I did add/remove some files from the project.

I found an old thread here that describes my problem, but the solution didn't help.  I do have some header files with no matching source file, and vise versa, but as I said this hasn't been a problem in the past.

The project does build successfully and runs fine, but it's annoying that it recompiles everything all the time.  Any ideas?

MortenMacFly

Quote from: sinoth on February 19, 2008, 02:58:50 AM
The project does build successfully and runs fine, but it's annoying that it recompiles everything all the time.  Any ideas?
Post the workspace / project file (*.workspace/*.cpb) here.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]