News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

The 13 January 2008 build (4813) is out.

Started by killerbot, January 13, 2008, 09:29:38 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_wx287.7z

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

The 13 January 2008 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20080113_rev4813_win32.7z
  - Linux :
   none

Resolved Fixed:


  • Static Lib Wizard: Added to Target Wizard list
  • DLL Wizard: Target wizard would now be able to create new target with different compiler

Regressions/Confirmed/Annoying/Common bugs:


  • toolbar-images-not-changing-state (is a wx problem/Win XP problem)


Xaviou

Ubuntu 6.10 -> 7.10 Amd64 tar.gz archive (containing '.deb' installers builds with wx2.8.6) can be found here
My wxWidgets's stuff : [url="https://wxstuff.xaviou.fr/"]https://wxstuff.xaviou.fr/[/url]

pasgui

Build for Ubuntu i386/amd64 can be found here

Best regards, pasgui

Jenna

Binary packages for the three main debian suites and sources can be found on my server (see signature).
The actual version there is svn 4814, which includes a fix in wxsintillas "Makefile.am".

reptils

With this nightly I have the same crash several people have noticed in november http://forums.next.codeblocks.org/index.php/topic,7286.0.html
When I open a .cpb file then C::B crash

Windows XP SP2
C::B rev 4813
WinSplit Revolution [url="http://reptils.free.fr"]http://reptils.free.fr[/url]

bgolding

I still have build problems (without precompiled headers). I first posted this patch on 2nd December 07. Thanks to Tim for the patch.
-RedHat Enterprise 4.0 U4
-WX 2.8.7
-C::B rev 4816


Index: advancedcompileroptionsdlg.cpp
===================================================================
--- advancedcompileroptionsdlg.cpp      (revision 4816)
+++ advancedcompileroptionsdlg.cpp      (working copy)
@@ -1,6 +1,7 @@
#include "sdk.h"
#ifndef CB_PRECOMP
#include <wx/checkbox.h>
+#include <wx/choice.h>
#include <wx/combobox.h>
#include <wx/intl.h>
#include <wx/listbox.h>

ivan_ijh

...
Quote from: killerbot on January 13, 2008, 09:29:38 PM
Regressions/Confirmed/Annoying/Common bugs:


  • toolbar-images-not-changing-state (is a wx problem/Win XP problem)



This could be resolved as in wxFormBuilder - with two buttons on the right side of the toolbar with controls (those buttons are actually tiny scroll bar)

killerbot

#7
done (the include fix)

Mad Scientist


Coyotte508

Hi

Sorry for this, but there's a little bug:

when you go in Settings->Editor, and on the fonts menu, if you change the color you want for the general font, it doesn't work...

mandrav

Quote from: Coyotte508 on January 15, 2008, 09:07:04 PM
Hi

Sorry for this, but there's a little bug:

when you go in Settings->Editor, and on the fonts menu, if you change the color you want for the general font, it doesn't work...

Use the syntax highlighting page to alter the colors. It should be obvious that syntax highlighting supersedes the font color...
Be patient!
This bug will be fixed soon...