User forums > Nightly builds
The 15 november 2006 build is out.
Acki:
--- Quote from: DmP on November 16, 2006, 01:44:28 pm ---Sorry my english.
When I compile any file and try compile it again - it compile again.
Same with build. Thus Build like Rebuild. :(
In Code::Blocks Debug:
[14:49:57.171]: Scanned 0 files for #includes, cache used 0, cache updated 0
--- End quote ---
I have the same problem !!!
If I build all (ctrl + F11) and then just do a build (ctrl + F9) without any changes to the whole project it'll compile all files again !!!
I'm using C::B from this thread with GNU-GCC compiler latest version !!!
My OS is Win2000sp3 !!!
This is really annoying, as far as I'm working on a really huge project (Irrlicht) that compiles about 15 minutes, just if I only change one single source file !!!
Pecan:
I have two examples:
test.cbp exibits the behavior described. It will compile even when no changes have been made.
Test2.cbp does not exibit the constant compile problem.
The directory structures are exactly the same:
Wierd!
test.cbp
--- Code: ---<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="5" />
<Project>
<Option title="test" />
<Option pch_mode="2" />
<Option default_target="" />
<Option compiler="gcc" />
<Option virtualFolders="" />
<Build>
<Target title="Release">
<Option output=".\test.exe" prefix_auto="1" extension_auto="1" />
<Option object_output="obj\Release\" />
<Option type="1" />
<Option compiler="gcc" />
<Compiler>
<Add option="-O2" />
</Compiler>
<Linker>
<Add option="-s" />
</Linker>
</Target>
</Build>
<Compiler>
<Add option="-Wall" />
</Compiler>
<Unit filename="src\main.cpp">
<Option compilerVar="CPP" />
<Option target="Release" />
</Unit>
</Project>
</CodeBlocks_project_file>
--- End code ---
Test2.cbp
--- Code: ---<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="5" />
<Project>
<Option title="Test2" />
<Option pch_mode="2" />
<Option default_target="" />
<Option compiler="gcc" />
<Option virtualFolders="" />
<Build>
<Target title="Release">
<Option output=".\Test2.exe" prefix_auto="1" extension_auto="1" />
<Option object_output="obj\Release\" />
<Option type="1" />
<Option compiler="gcc" />
<Compiler>
<Add option="-O2" />
</Compiler>
<Linker>
<Add option="-s" />
</Linker>
</Target>
</Build>
<Compiler>
<Add option="-Wall" />
</Compiler>
<Unit filename="src\main.cpp">
<Option compilerVar="CPP" />
<Option target="Release" />
</Unit>
</Project>
</CodeBlocks_project_file>
--- End code ---
But... Look, Test2 has a .depend while test does not. Why is that?
However, when I copy Test2.depend and edit it for test.depend, it has no effect on the behavior.
--- Code: ---# depslib dependency file v1.0
1152747736 source:c:\temp\test\src\main.cpp
<iostream>
--- End code ---
Done.. I;m stumped :^[
MortenMacFly:
--- Quote from: Pecan on November 16, 2006, 07:56:24 pm ---The directory structures are exactly the same:
Wierd!
--- End quote ---
Exactly. But your samples work very well for me...?!
Edit: I've done all exactly the same except the top-level directory. But: It works! (What revision do you use?)
Pecan:
--- Quote from: MortenMacFly on November 16, 2006, 08:12:46 pm ---
--- Quote from: Pecan on November 16, 2006, 07:56:24 pm ---The directory structures are exactly the same:
Wierd!
--- End quote ---
Exactly. But your samples work very well for me...?!
Edit: I've done all exactly the same except the top-level directory. But: It works! (What revision do you use?)
--- End quote ---
svn build rev 3226 (2006-11-16 07:34:31) gcc 3.4.4 Windows/unicode
Pecan:
--- Quote from: MortenMacFly on November 16, 2006, 08:12:46 pm ---
--- Quote from: Pecan on November 16, 2006, 07:56:24 pm ---The directory structures are exactly the same:
Wierd!
--- End quote ---
Exactly. But your samples work very well for me...?!
Edit: I've done all exactly the same except the top-level directory. But: It works! (What revision do you use?)
--- End quote ---
What do you mean by: except the top-level directory.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version