Author Topic: The 24 December 2007 build (4750) is out.  (Read 39203 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 24 December 2007 build (4750) is out.
« on: December 24, 2007, 08:17:26 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 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

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 24 December 2007 build (4750) is out.
« Reply #1 on: December 24, 2007, 09:00:54 pm »
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

Offline tvaster

  • Multiple posting newcomer
  • *
  • Posts: 20
Re: The 24 December 2007 build (4750) is out.
« Reply #2 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 !!!

Offline JGM

  • Lives here!
  • ****
  • Posts: 518
  • Got to practice :)
Re: The 24 December 2007 build (4750) is out.
« Reply #3 on: December 25, 2007, 02:40:31 am »
I also wanted to say thanks for this great piece of software,
God bless you all, and merry christmas  :D
« Last Edit: December 25, 2007, 02:42:41 am by JGM »

gala

  • Guest
Re: The 24 December 2007 build (4750) is out.
« Reply #4 on: December 25, 2007, 03:58:47 am »
thanks very much for such nice IDE,and
merry christmas

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: The 24 December 2007 build (4750) is out.
« Reply #5 on: December 25, 2007, 09:13:52 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

Offline Jan van den Borst

  • Multiple posting newcomer
  • *
  • Posts: 99
Re: The 24 December 2007 build (4750) is out.
« Reply #6 on: December 25, 2007, 06:07:14 pm »
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

Offline Wavesonics

  • Multiple posting newcomer
  • *
  • Posts: 43
Re: The 24 December 2007 build (4750) is out.
« Reply #7 on: December 25, 2007, 11:21:10 pm »
Happy holidays and have a good new years,
Thanks for the best free IDE out there!

Offline tvaster

  • Multiple posting newcomer
  • *
  • Posts: 20
Re: The 24 December 2007 build (4750) is out.
« Reply #8 on: December 26, 2007, 06:06:41 am »
Quote
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

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.
« Last Edit: December 26, 2007, 06:11:47 am by tvaster »

Offline indigo0086

  • Almost regular
  • **
  • Posts: 150
Re: The 24 December 2007 build (4750) is out.
« Reply #9 on: December 26, 2007, 06:33:23 am »
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.

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: The 24 December 2007 build (4750) is out.
« Reply #10 on: December 26, 2007, 09:26:52 am »
Quote
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

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.

Offline pasgui

  • Almost regular
  • **
  • Posts: 165
    • LGP
Re: The 24 December 2007 build (4750) is out.
« Reply #11 on: December 26, 2007, 10:32:59 am »
Build for Ubuntu i386 can be found here

Best regards, pasgui

Offline cfdev

  • Multiple posting newcomer
  • *
  • Posts: 16
Re: The 24 December 2007 build (4750) is out.
« Reply #12 on: December 26, 2007, 05:28:38 pm »
Hi all

Package for Slackware 12.0 Here

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

Offline dje

  • Lives here!
  • ****
  • Posts: 683
Re: The 24 December 2007 build (4750) is out.
« Reply #13 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

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: The 24 December 2007 build (4750) is out.
« Reply #14 on: December 26, 2007, 11:26:41 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.