Author Topic: The 16 January 2010 build (6088) is out.  (Read 181611 times)

Offline Hans Henrik

  • Multiple posting newcomer
  • *
  • Posts: 23
Re: The 16 January 2010 build (6088) is out.
« Reply #135 on: February 26, 2010, 01:08:03 am »
found a bug, but idk how long it has lasted or if it even is in 8.02, just found it using 6088

in Wx-wizard, when you specify "Configure Advanced Options", on "console or GUI?", it will threat Debug as Release and visa-versa

how to reproduce:
start C::B->File->New->Project->WxWidgets Project->(Next->)WxWidgets 2.8.x->(whatever in project-title)->next->next->WxSmith->Frame Based->Next->Next->Next->Configure Advanced Options->Next->Debug->Console->Release->GUI

and your release build will be console and your debug-build wont.  :!: :wink:

BrayMailloux

  • Guest
Re: The 16 January 2010 build (6088) is out.
« Reply #136 on: February 27, 2010, 07:25:43 pm »
I tried to build this nightly following the instruction posted via http://wiki.codeblocks.org/index.php?title=Nightly_Cookbook

I'm as far as using the built nightly to compile the Code::Blocks source into a new build. When I compile, this is the error printed in the build log.

Linking dynamic library: devel\wxscintilla.dll
C:\MinGW\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: cannot find -lwxmsw28u
collect2: ld returned 1 exit status
Process terminated with status 1 (1 minutes, 12 seconds)
1 errors, 6 warnings

There is quite a bit of log before that... but it does not seem important because it all succeeds.

stefanos_

  • Guest
Re: The 16 January 2010 build (6088) is out.
« Reply #137 on: February 28, 2010, 10:34:57 am »
Hans Henrik, I can confirm your bug as of 28-02-2010.

System Specificatons:

IDE Version: Code::Blocks svn 6117
Operating System: Windows XP SP3
Compiler: MinGW: 5.1.6 (g++ 3.4.5)

I will download the latest svn version right now to test it as well. Though still I don't know the major differences between the TDM's GCC and MinGW, I can though guess that TDM's GCC is using the latest stable libraries I would say (4.4.1, I hope I am correct).

Current news [as of 28-02-2010 12:45 Local time (Cyprus)]: I have downloaded the latest svn code [6181] and the bug remains the same. Hans my friend, can you report it please in http://developer.berlios.de/bugs/?group_id=5358 where is the official bug page?
« Last Edit: February 28, 2010, 11:59:18 am by stefanos_ »

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 16 January 2010 build (6088) is out.
« Reply #138 on: February 28, 2010, 05:30:45 pm »
found a bug, but idk how long it has lasted or if it even is in 8.02, just found it using 6088

in Wx-wizard, when you specify "Configure Advanced Options", on "console or GUI?", it will threat Debug as Release and visa-versa

how to reproduce:
start C::B->File->New->Project->WxWidgets Project->(Next->)WxWidgets 2.8.x->(whatever in project-title)->next->next->WxSmith->Frame Based->Next->Next->Next->Configure Advanced Options->Next->Debug->Console->Release->GUI

and your release build will be console and your debug-build wont.  :!: :wink:

Bug is now Fixed in trunk in rev 6182. Thanks for pointing this.
Be a part of the solution, not a part of the problem.

stefanos_

  • Guest
Re: The 16 January 2010 build (6088) is out.
« Reply #139 on: March 01, 2010, 07:26:56 am »
Anytime mate ;) Cheers should go to Hans of course for his good observation.

Bravo Hans, well done.  8)