Author Topic: The 09 October 2010 build (6688) is out.  (Read 16219 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5489
The 09 October 2010 build (6688) is out.
« on: October 09, 2010, 05:38:10 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 09 October 2010 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20101009_rev6688_win32.7z
  - Linux :
   none

Resolved Fixed:

  • fix bug #17256 (C::B crashes if a watch is deleted, that has an active command, but the output is not yet parsed)
  • more fixes to folding-issues coming in with new scintilla
  • fixed stupid mistake so that the include paths work towards cppcheck
  • add floatingSize member variable in CodeBlocksDockEvent, fix floatingSize init error, and some dock position init value improved

Regressions/Confirmed/Annoying/Common bugs:



    Offline Jenna

    • Administrator
    • Lives here!
    • *****
    • Posts: 7255
    Re: The 09 October 2010 build (6688) is out.
    « Reply #1 on: October 09, 2010, 05:49:05 pm »
    Debian packages (binaries and sources) for 32-bit and 64-bit systems can be found in my repo.

    Revision is 6667, all later commits are commits to code-completion refactoring branch.

    Offline ahui886

    • Multiple posting newcomer
    • *
    • Posts: 29
    Re: The 09 October 2010 build (6688) is out.
    « Reply #2 on: October 12, 2010, 03:48:53 am »
    great,thanks

    Offline bitwisespecificity

    • Single posting newcomer
    • *
    • Posts: 2
    Re: The 09 October 2010 build (6688) is out.
    « Reply #3 on: October 13, 2010, 07:42:08 pm »
    Why "-Linux: none"? Where's a .deb of the nightly? I'm trying to install codeblocks from the nightly build using the instructions at http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_nightly_build_on_Ubuntu ...

    Offline Jenna

    • Administrator
    • Lives here!
    • *****
    • Posts: 7255
    Re: The 09 October 2010 build (6688) is out.
    « Reply #4 on: October 13, 2010, 08:01:57 pm »
    Why "-Linux: none"? Where's a .deb of the nightly? I'm trying to install codeblocks from the nightly build using the instructions at http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_nightly_build_on_Ubuntu ...
    Learn reading !!
    Just two threads above yours.

    Offline bitwisespecificity

    • Single posting newcomer
    • *
    • Posts: 2
    Re: The 09 October 2010 build (6688) is out.
    « Reply #5 on: October 13, 2010, 08:26:19 pm »
     :oops: Sorry for the noise.

    jkriege2

    • Guest
    Re: The 09 October 2010 build (6688) is out.
    « Reply #6 on: October 17, 2010, 06:58:15 pm »
    Hi there ...

    first of all: NICE WORK ... I really like Code::Blocks and use it for development of C/C++ programs for Win and AVR ;-)

    still I found two error that I find quite anoying:
    1. When I created aproject that uses the internal build system and after some time change the project settings to custom Makefile the Project setting dialog (and also Code::Blocks) crashes, so I have to do the change (as a workaround) in the project file using a texteditor ...
    2. When settings the command line argument for two targets I click on the first enter some arguments, then lcik on the second target, enter other arguments and finally click OK, only the arguments for the second target are stored. When I then reenter the dialog, enter the arguments for the first target and click OK, I can subsequently access both arguments.

    best,
    JAN