Author Topic: The 22 May 2010 build (6271) is out.  (Read 71787 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
The 22 May 2010 build (6271) is out.
« on: May 22, 2010, 01:09:13 pm »
Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

Before you use a nightly make sure you understand how it works.

A link to the unicode windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw28u_gcc_cb_wx2810_gcc441.7z

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

The 22 May 2010 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20100522_rev6271_win32.7z
  - Linux :
   none

Resolved Fixed:

  • Fixed: A bug in "Advanced Options" page of wxWidgets Project wizard. (Thanks Hans Henrik for pointing this)
  • KeyBinder 1.0.49 2010/03/3 : Apply patch 2885 by techy
  • CppCheck plug-in : switch to input file list style of the new cppcheck (1.41)
  • Build fix for SqPlus.
  • Fixed: Compiler warning - "warning: 'dllimport' attribute ignored"
  • fixed a bug on linux: the list of plugins that should be loaded in batch-build-mode was not saved
  • cc: applied patch by Loaden to fix VC header parsing
  • cc: some code cleanup, additional debug messages
  • fixed a typo in sqstdstring.cpp
  • fix for bug #17097 (Manager panel incorrect behaviour), also changes the behaviour of logger tabs, they now get toggled instead of closed, if close_on_all_tabs is active and the close-button is clicked (fix the bug described here: http://forums.codeblocks.org/index.php/topic,12450.0.html)
  • CC: bug fix for GetGCCCompilerDirs failed in Archlinux (thanks Loaden)
  • applied patch for wizard's default compiler error (thanks Loaden)
  • CC: fix 'Tokenizer::FixArgument' bug: support skip C++ comment (thanks Loaden)
  • CC: Fix a bug for ' extern "C++" ' (thanks Loaden)
  • Applied: [Patch #2974] adjust path to scintilla in "plugin::ScriptedWizard"
  • Applied: [Patch #2969] to wxWidgets wizard.
  • fixed possible crash candidate
  • Applied: [Patch #2977] PATCH for wxSmith, fixed the min size preview bug.
  • Fixed: Typo in changelog of codeblocks.spec.in.
  • prepared new logo

Regressions/Confirmed/Annoying/Common bugs:


    « Last Edit: May 24, 2010, 12:34:50 pm by killerbot »

    Offline Jenna

    • Administrator
    • Lives here!
    • *****
    • Posts: 7255
    Re: The 22 May 2010 build (6271) is out.
    « Reply #1 on: May 22, 2010, 01:45:45 pm »
    As usually debian binaries (32- and 64-bit), sources and documentation packages (german and english) can be found in my repository.

    The svn-revision is 6235 (the only difference is, that the new logo is not included).

    See here how to use it.

    Offline Biplab

    • Developer
    • Lives here!
    • *****
    • Posts: 1874
      • Biplab's Blog
    Re: The 22 May 2010 build (6271) is out.
    « Reply #2 on: May 22, 2010, 06:00:54 pm »
    @Martin,

    There is a typo in the new logo. Cross-platform is spelt as Cross-Plattform. Please fix it in trunk. Thanks!
    Be a part of the solution, not a part of the problem.

    Offline SharkCZ

    • Almost regular
    • **
    • Posts: 131
    Re: The 22 May 2010 build (6271) is out.
    « Reply #3 on: May 23, 2010, 07:53:50 am »
    Fedora and RHEL/CentOS packages are available in my repo resp. EL repo
    Code::Blocks package maintainer for Fedora and EPEL

    Offline ahui886

    • Multiple posting newcomer
    • *
    • Posts: 29
    Re: The 22 May 2010 build (6271) is out.
    « Reply #4 on: May 24, 2010, 05:24:23 am »
    new logo is pretty.

    Offline nanyu

    • Almost regular
    • **
    • Posts: 188
    • nanyu

    Offline jfouche

    • Multiple posting newcomer
    • *
    • Posts: 28

    Offline nanyu

    • Almost regular
    • **
    • Posts: 188
    • nanyu

    Offline Phenom

    • Multiple posting newcomer
    • *
    • Posts: 57

    Offline Xaviou

    • Regular
    • ***
    • Posts: 403
      • X@v's wxStuff
    Re: The 22 May 2010 build (6271) is out.
    « Reply #9 on: May 26, 2010, 12:17:52 am »
    Ubuntu 9.10 to 10.04 Amd64 tar.gz archive (containing '.deb' installers builds with wx2810 from Ubuntu's official repository) can be found  here (direct link).
    ".mo" file for french translation can be founded here (see below for installation instructions)
    Full Win32 French Version (including wxWidgets and MinGW dlls and french ".mo" file) can be founded here

    Installing french language file:
    • under Linux : put this file in /usr/share/codeblocks/locale/fr_FR/ (you'll have to create these folders the first time)
    • under Windows : put this file in $CodeBlocks_Install_Dir\share\CodeBlocks\locale\fr_FR\ (you'll have to create these folders the first time)

    Regards
    Xav'
    The french wxWidgets site : http://www.wxdev.fr
    My wxWidgets's stuff : https://wxstuff.xaviou.fr/

    Offline Wavesonics

    • Multiple posting newcomer
    • *
    • Posts: 43
    Re: The 22 May 2010 build (6271) is out.
    « Reply #10 on: May 27, 2010, 03:43:00 pm »
    So is this nightly something close to a Release Candidate?

    Offline MortenMacFly

    • Administrator
    • Lives here!
    • *****
    • Posts: 9694
    Re: The 22 May 2010 build (6271) is out.
    « Reply #11 on: May 27, 2010, 04:09:45 pm »
    So is this nightly something close to a Release Candidate?
    It is a final release candidate.
    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

    calfs

    • Guest
    Re: The 22 May 2010 build (6271) is out.
    « Reply #12 on: May 28, 2010, 05:25:59 am »
    Thank you   thank you   thank you.

    Offline sksksk

    • Single posting newcomer
    • *
    • Posts: 2
    Re: The 22 May 2010 build (6271) is out.
    « Reply #13 on: May 28, 2010, 07:59:16 am »
    i cann't download any files,why?

    Offline Folco

    • Regular
    • ***
    • Posts: 343
      • Folco's blog (68k lover)
    Re: The 22 May 2010 build (6271) is out.
    « Reply #14 on: May 28, 2010, 09:29:55 am »
    Same here. I can't contact prdownload.berlios.de. I did it successfully three days ago, but something seems to be broken now.
    Kernel Extremist - PedroM power ©