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.
i've taken the version from SVN and it builds fine then
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.
Maybe because it's a -1 ? Nevermind... i checked out and the hex is 552F3C20.
There was a bug there untile a few revisions back, which I have fixed. Nothing to worry about this value now...