News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

The 09 October 2010 build (6688) is out.

Started by killerbot, October 09, 2010, 05:38:10 PM

Previous topic - Next topic

killerbot

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:




Jenna

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.

ahui886


bitwisespecificity

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 ...

Jenna

Quote from: bitwisespecificity 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 ...
Learn reading !!
Just two threads above yours.

bitwisespecificity


jkriege2

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