Author Topic: The 13 January 2008 build (4813) is out.  (Read 18685 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5494
The 13 January 2008 build (4813) is out.
« on: January 13, 2008, 09:29:38 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_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)


Online Xaviou

  • Regular
  • ***
  • Posts: 404
    • X@v's wxStuff
Re: The 13 January 2008 build (4813) is out.
« Reply #1 on: January 13, 2008, 10:32:39 pm »
Ubuntu 6.10 -> 7.10 Amd64 tar.gz archive (containing '.deb' installers builds with wx2.8.6) can be found here
The french wxWidgets site : http://www.wxdev.fr
My wxWidgets's stuff : https://wxstuff.xaviou.fr/

Offline pasgui

  • Almost regular
  • **
  • Posts: 165
    • LGP
Re: The 13 January 2008 build (4813) is out.
« Reply #2 on: January 14, 2008, 12:10:43 am »
Build for Ubuntu i386/amd64 can be found here

Best regards, pasgui

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 13 January 2008 build (4813) is out.
« Reply #3 on: January 14, 2008, 08:05:43 am »
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".

Offline reptils

  • Multiple posting newcomer
  • *
  • Posts: 24
    • Winsplit Revolution
Re: The 13 January 2008 build (4813) is out.
« Reply #4 on: January 14, 2008, 11:21:25 am »
With this nightly I have the same crash several people have noticed in november http://forums.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 http://reptils.free.fr

Offline bgolding

  • Multiple posting newcomer
  • *
  • Posts: 10
Re: The 13 January 2008 build (4813) is out.
« Reply #5 on: January 14, 2008, 04:45:31 pm »
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

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

Offline ivan_ijh

  • Single posting newcomer
  • *
  • Posts: 7
Re: The 13 January 2008 build (4813) is out.
« Reply #6 on: January 14, 2008, 07:27:52 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)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5494
Re: The 13 January 2008 build (4813) is out.
« Reply #7 on: January 14, 2008, 07:39:57 pm »
done (the include fix)
« Last Edit: January 14, 2008, 07:41:32 pm by killerbot »

Offline Mad Scientist

  • Multiple posting newcomer
  • *
  • Posts: 25
Re: The 13 January 2008 build (4813) is out.
« Reply #8 on: January 14, 2008, 11:11:26 pm »
The RSS feed hasn't been updated.

Offline Coyotte508

  • Single posting newcomer
  • *
  • Posts: 5
Re: The 13 January 2008 build (4813) is out.
« Reply #9 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...

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: The 13 January 2008 build (4813) is out.
« Reply #10 on: January 15, 2008, 09:32:09 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...