Author Topic: The 09 June 2006 build is out.  (Read 11430 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
The 09 June 2006 build is out.
« on: June 09, 2006, 08:28:39 pm »
Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

A link to the unicode windows wxWidget dll for Code::Blocks : http://download.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2.7z

For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://download.berlios.de/codeblocks/mingwm10.7z

For support of ansi builds, a link to the ansi windows wxWidget dll (2.6.2) for Code::Blocks : http://download.berlios.de/codeblocks/wxmsw26_gcc_cb.7z

The 09 June 2006 build is out.
  - Windows : http://download.berlios.de/codeblocks/CB_20060609_rev2541_win32.7z
  - Linux :
         http://download.berlios.de/codeblocks/CB_20060609_rev2541_Ubuntu6.06.deb (not yet)
         http://download.berlios.de/codeblocks/CB_20060609_rev2541_fc4+5.rpm


Resolved Fixed:

  • * Fixed changing values of watched variables (patch #1113).
    * Catch all signals in GDB, not only SIGSEGV (patch #1106).
    * Don't start compiler names (internal) with an underscore (patch #1112).
    * Renamed console_runner(.exe) to cb_console_runner(.exe) (patch #1107).
    * Changed autotools wxGTK version check from 2.4.2 to 2.6.0 (patch #1111).
    * Unfold editor lines if user turns folding off (patch #1110).
    * Update debug windows even if source file is not available (patch #1109).
    * Set windres.exe regexes to have higher priority than others (patch #1108).
    * Fix for compiler errors limit (patch #1103).
    * Fixed unfolding on build error (patch #1102).
    * Fixed "Fold all on file open" (patch #1104).
    * Fixed minor build error on GCC > 4.0 (patch #1077).
    * Added Makefile lexer (patch #1097).
    * Added properties/cfg/ini lexer (patch #1098).
  • Added Makefile and properties lexers (forgot to add them in last commit)

Regressions/Confirmed/Annoying/Common bugs:

  • toolbar-images-not-changing-state (is a wx problem/Win XP problem)
  • there are several issues with Code Completion (is being redesigned : work in progress)

« Last Edit: June 11, 2006, 10:02:13 am by killerbot »

Offline Acki

  • Multiple posting newcomer
  • *
  • Posts: 100
Re: The 09 June 2006 build is out.
« Reply #1 on: June 09, 2006, 11:08:47 pm »
Hi,
there is an error with "wxmsw26u_gcc_cb.dll" !!!
Entrypoint "_ZNK7wxRegEx7MatchesEPKwij" in DLL "wxmsw26u_gcc_cb.dll" not found !!!
I also downloaded the provided dll again to check if my dll is too old, but's the same...
[Edit:] at least the windows version

[Edit2:] sorry, I just found out that there are 2 dlls with the same name and same desctiption but with different sizes !!! I tried the other and it's the right one !!! ;)
But this is really confusing...  :shock:
« Last Edit: June 09, 2006, 11:16:57 pm by Acki »

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: The 09 June 2006 build is out.
« Reply #2 on: June 09, 2006, 11:51:38 pm »
does this one (the one linked in the announcement work correctly) : http://download.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2.7z ?
normally it should.

Offline frankmail007

  • Multiple posting newcomer
  • *
  • Posts: 23
Re: The 09 June 2006 build is out.
« Reply #3 on: June 10, 2006, 03:52:09 am »
Does Nightly builds including plugins such as SVN plugin? I downloaded source code a long time ago. It did include the SVN plugin.

Offline oz

  • Multiple posting newcomer
  • *
  • Posts: 47
Re: The 09 June 2006 build is out.
« Reply #4 on: June 10, 2006, 05:48:01 am »
expecting the RPM :)

Offline Fizick

  • Multiple posting newcomer
  • *
  • Posts: 13
Re: The 09 June 2006 build is out.
« Reply #5 on: June 10, 2006, 06:49:10 am »
Is "export to makefile" restored in this build?

Offline JPlaroche

  • Multiple posting newcomer
  • *
  • Posts: 29
    • OMBREBLEU
Re: The 09 June 2006 build is out.
« Reply #6 on: June 10, 2006, 04:54:41 pm »
How to use a nightly build
thank you  is very good

I am satisfied with your precision thank you  :) :) :)
chef de projet MASTER (AS400  RPGILE  C   and SYTEM)

student c++ and wxwidgets for validation acquis (Jean-Pierre) wxformbuilder

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: The 09 June 2006 build is out.
« Reply #7 on: June 10, 2006, 06:19:19 pm »
export to makefile : post V1.0
svn plugin is sleeping for the moment, Thomas is spending his time on CB itself, and not on the svn plug-in. it will come back some day ;-)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: The 09 June 2006 build is out.
« Reply #8 on: June 10, 2006, 06:20:19 pm »
rpm has arrived :-)

Offline Acki

  • Multiple posting newcomer
  • *
  • Posts: 100
Re: The 09 June 2006 build is out.
« Reply #9 on: June 11, 2006, 09:33:37 am »
does this one (the one linked in the announcement work correctly) : http://download.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2.7z ?
normally it should.
Yes, this is the correct one...
Why is the other dll still avilable ???
Is she needed for another distribution ???
Otherwise the link should be removed and a comment for the new one should be added...

Well, at least I got it to run again...  ;)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: The 09 June 2006 build is out.
« Reply #10 on: June 11, 2006, 10:01:17 am »
hey you are right; that link is in there twice; I had no idea !! Thanks for pointing this out.


woops again : seems there was so more stuff in the announcement twice, aaaaaaaaaaaah copy/paste ....... tssssss :-(
« Last Edit: June 11, 2006, 10:02:53 am by killerbot »