News:

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

Main Menu

Overflow with value for "projectResourceIncludeDirsRelation"?

Started by MortenMacFly, January 05, 2006, 03:53:33 PM

Previous topic - Next topic

MortenMacFly

I've just updated my C::B from SVN to revision 1658. If you look at the diff of the file "plugins\contrib\codestat\codestat-NewBuild.cbp" you'll see the following line has been added:
<Option projectResourceIncludeDirsRelation="1429158944" />
This looks very much like an overflow error to me. Or maybe the value is not (correctly) initialised? Should this be taken care of?
Morten.
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]

tiwag


MortenMacFly

Quote from: tiwag on January 05, 2006, 03:59:14 PM
i've taken the version from SVN and it builds fine then
It builds for me, too. No problems. But still I wonder how this can be. The value written there should be from an enum with 5 entries, starting at zero (enum "OptionsRelationType" in "compiletargetbase.h"). I'm only curious why the value is so big?! Morten.
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]

rickg22

Maybe because it's a -1 ? Nevermind... i checked out and the hex is 552F3C20.

mandrav

There was a bug there untile a few revisions back, which I have fixed. Nothing to worry about this value now...
Be patient!
This bug will be fixed soon...