Author Topic: Overflow with value for "projectResourceIncludeDirsRelation"?  (Read 5591 times)

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Overflow with value for "projectResourceIncludeDirsRelation"?
« on: January 05, 2006, 03:53:33 pm »
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:
Code
<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: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline tiwag

  • Developer
  • Lives here!
  • *****
  • Posts: 1196
  • sailing away ...
    • tiwag.cb
Re: Overflow with value for "projectResourceIncludeDirsRelation"?
« Reply #1 on: January 05, 2006, 03:59:14 pm »
i've taken the version from SVN and it builds fine then

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re: Overflow with value for "projectResourceIncludeDirsRelation"?
« Reply #2 on: January 05, 2006, 04:17:33 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: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline rickg22

  • Lives here!
  • ****
  • Posts: 2283
Re: Overflow with value for "projectResourceIncludeDirsRelation"?
« Reply #3 on: January 06, 2006, 07:14:47 pm »
Maybe because it's a -1 ? Nevermind... i checked out and the hex is 552F3C20.

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: Overflow with value for "projectResourceIncludeDirsRelation"?
« Reply #4 on: January 06, 2006, 07:28:34 pm »
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...