News:

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

Main Menu

The 24 December 2007 build (4750) is out.

Started by killerbot, December 24, 2007, 08:17:26 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 24 December 2007 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20071224_rev4750_win32.7z
  - Linux :
   none

Resolved Fixed:


  • Fixed batch build dialog not painting correctly on windows
  • Fixed crash in batch builds if build produced errors/warnings

Regressions/Confirmed/Annoying/Common bugs:


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



And merry X-mass

Jenna

Binaries and sources for debian are on my repo (see my sig).

The best wishes to all who make this great IDE work and grow.

merry christmas

tvaster

SVN 4742 would not compile for Linux SUSE 10.2

wxscoder.cpp needed:

#include <wx/string.h>

Merry Christmas and thanks for a great development tool !!!

JGM

#3
I also wanted to say thanks for this great piece of software,
God bless you all, and merry christmas  :D

gala

thanks very much for such nice IDE,and
merry christmas

killerbot

Quote from: tvaster on December 25, 2007, 12:05:49 AM
SVN 4742 would not compile for Linux SUSE 10.2

wxscoder.cpp needed:

#include <wx/string.h>

Merry Christmas and thanks for a great development tool !!!

fixed : actually wxscoder.h needed the include, and the cpp needed the include of wx/intl.h

Jan van den Borst

LS
I was tying to add a new dialog in my CBTortoiseSVN plugin but I seems that the context menu in wxsmith is missing. I remember that it was possible to change the TabOrder of objects using the right click (context sensitive) menu. However it is not shown anymore.

A bug???

Merry XMAS
Jan

Wavesonics

Happy holidays and have a good new years,
Thanks for the best free IDE out there!

tvaster

#8
QuoteSVN 4742 would not compile for Linux SUSE 10.2

wxscoder.cpp needed:

#include <wx/string.h>

Merry Christmas and thanks for a great development tool !!!

fixed : actually wxscoder.h needed the include, and the cpp needed the include of wx/intl.h

Had to change wxscoder.cpp from

<<<<<<< .mine
#include <wx/string.h>
=======
#include <wx/intl.h>
>>>>>>> .r4751

to:

//<<<<<<< .mine
//#include <wx/string.h>
//=======
#include <wx/intl.h>
//>>>>>>> .r4751

to get it to compile. Hope this helps.

indigo0086

How do I get CB to automatically parse when the program starts up with the project automatically loaded.  I know it does so if I load the project manually, but if it reopens the last project it doesn't reparse.

killerbot

Quote from: tvaster on December 26, 2007, 06:06:41 AM
QuoteSVN 4742 would not compile for Linux SUSE 10.2

wxscoder.cpp needed:

#include <wx/string.h>

Merry Christmas and thanks for a great development tool !!!

fixed : actually wxscoder.h needed the include, and the cpp needed the include of wx/intl.h

Had to change wxscoder.cpp from

<<<<<<< .mine
#include <wx/string.h>
=======
#include <wx/intl.h>
>>>>>>> .r4751

to:

//<<<<<<< .mine
//#include <wx/string.h>
//=======
#include <wx/intl.h>
//>>>>>>> .r4751

to get it to compile. Hope this helps.

that was a merge conflict from svn (it really sucks at merging), have svn revert that file, then it should come into the clean state again. Or delete it and do a svn update.

pasgui

Build for Ubuntu i386 can be found here

Best regards, pasgui

cfdev

C::B Package for Slackware 12.0 (All plugins)
Slacker 4 ever

dje

Hi all !

From this build, I noticed that when I double click a word in the editor to copy it, three points (...) appear in the bookmarks margin.
Is it normal ? Is it useful or how can we use them (it seems that clicking on them has no effect).

Dje

killerbot

Quote from: dje on December 26, 2007, 10:34:11 PM
Hi all !

From this build, I noticed that when I double click a word in the editor to copy it, three points (...) appear in the bookmarks margin.
Is it normal ? Is it useful or how can we use them (it seems that clicking on them has no effect).

Dje

I don't have that behavior.