Author Topic: The 31 May 2007 build will NOT be out.  (Read 24061 times)

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: The 31 May 2007 build will NOT be out.
« Reply #15 on: June 02, 2007, 06:37:49 am »
@stahta01

Thank you. I'm not sure whether they are error or warning. Because the color of these message is red, so I think they are some error message.

The strange thing is: when I recompile C::B without clean the previous compiled output, there isn't any error! But when I run the output executable file, it crashed. I don't know why. So I cleaned all the compiled output files and try to compile it again.

BTW: I'm using mingw gcc 4.1.2 and wxwidgets 2.8.3.

FYI: I have been getting warnings messages that are red sometimes.

Tim S
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline kingfox

  • Multiple posting newcomer
  • *
  • Posts: 41
Re: The 31 May 2007 build will NOT be out.
« Reply #16 on: June 02, 2007, 07:08:16 am »
I cleaned all the previously compiled output and recompiled C::B, and the last two sentences of build log are:
Quote
Process terminated with status 0 (56 minutes, 41 seconds)
50 errors, 4744 warnings

But then I press CTRL-F9 to compile it again without clean the previously compiled output, it said:
Quote
Process terminated with status 0 (0 minutes, 14 seconds)
0 errors, 0 warnings

The attachments are two build log. The first one is with error message, and the second one is the log of recompiling.


[attachment deleted by admin]
« Last Edit: June 02, 2007, 07:10:30 am by kingfox »

Offline rickg22

  • Lives here!
  • ****
  • Posts: 2283
Re: The 31 May 2007 build will NOT be out.
« Reply #17 on: June 02, 2007, 08:57:50 am »
I just fixed the "warnings as errors" problem. See this thread. Please update your copy to the latest SVN.
Also, please update your wxWidgets to 2.8.4. wxWidgets 2.8.3 is buggy.
« Last Edit: June 02, 2007, 09:10:15 am by rickg22 »

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: The 31 May 2007 build will NOT be out.
« Reply #18 on: June 02, 2007, 03:25:34 pm »
@kingfox

Try turning off compiler option -W and see if errors go away.
Second, Try to ignore errors and see if you can compile newest SVN.

Tim S
« Last Edit: June 02, 2007, 03:30:43 pm by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline rickg22

  • Lives here!
  • ****
  • Posts: 2283
Re: The 31 May 2007 build will NOT be out.
« Reply #19 on: June 03, 2007, 01:56:20 am »
I noticed another thing. GCC 3.4.x has a bug regarding STL and optimizations. Many warnings of uninitialized variable inside STL sources are false positives. There's nothing we can do about it (I've tried, believe me) but GCC keeps spitting those warnings on me.

There's nothing to worry about, since that's a GCC bug and not a C::B bug.

Offline kingfox

  • Multiple posting newcomer
  • *
  • Posts: 41
Re: The 31 May 2007 build will NOT be out.
« Reply #20 on: June 03, 2007, 02:15:50 pm »
I checked out rev 4051 from SVN and compiled it, it still told me 50+ error message. But when I tried to compile it again, there is no error. I don't why. But it seems the output can be runned. So I decided to compile the plugins. It will take me more than hours to do it because my computer is too old.

Thanks all people who give me help. And thanks the developper of C::B. It's a nice IDE.

Edit: I compiled all plugins without any error. And the output seems running finely. Thanks for all help. :-D
« Last Edit: June 03, 2007, 11:32:20 pm by kingfox »