Author Topic: The 14 February 2009 build (5456) is out.  (Read 91444 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 14 February 2009 build (5456) is out.
« on: February 15, 2009, 09:00:09 am »
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_wx289.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 14 February 2009 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20090214_rev5456_win32.7z
  - Linux :
   none

Resolved Fixed:

  • wxSmith: Fixed event names for wxListbook and wxChoicebook (thanks goes for kencamargo for finding this)
  • Fixed: File can't be opened if "As Default encoding ..." option is selected
  • encoding detector: using system locale as backup-solution has returned
  • HexEdit: Added support for files up to 2GB (unchanged data is read directly from the file)
  • HexEdit: Resolved problems related to 32-bit resolution of scrollbar, HexEdit can now support files with size up to about 10^19
  • Fixed: [Bug #15121] PlatMacOSX.cxx:324: Mismatching allocation and deallocation
  • Added: Digital Mars C/C++ compiler Debug options, Warning options, Optimization options & Exception options to scripted wizard
  • avoid unneded quotes in commands, otherwise using of "konsole" unde KDE gets broken, fix for issue coming in with rev 5410
  • HexEdit: Implemented search support
  • HexEdit: Integrated internal search with normal editor's search history
  • HexEdit: (version 0.5 ready)
    * Implemented backward search
    * Few bugfixes
  • HexEdit: Fixed crashing internal test cases, caused by using wxProgressDialog from other thread

Regressions/Confirmed/Annoying/Common bugs:

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


Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: The 14 February 2009 build (5456) is out.
« Reply #1 on: February 15, 2009, 12:02:45 pm »
Thank you! I will download and test it!
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 14 February 2009 build (5456) is out.
« Reply #2 on: February 15, 2009, 12:16:28 pm »
I just uploaded debian binaries (i386 and amd64) and sources for this morningly :wink: to my repo (see signature).

Offline pasgui

  • Almost regular
  • **
  • Posts: 165
    • LGP
Re: The 14 February 2009 build (5456) is out.
« Reply #3 on: February 15, 2009, 12:24:15 pm »
Build for Ubuntu i386/amd64 can be found here

Best regards, pasgui
« Last Edit: February 16, 2009, 07:41:53 pm by pasgui »

Offline dk

  • Multiple posting newcomer
  • *
  • Posts: 55
    • Code::Blocks for ALT Linux Sisyphus
Re: The 14 February 2009 build (5456) is out.
« Reply #4 on: February 15, 2009, 02:19:40 pm »
I have build this nightly for ALT Linux. The previous nightly works fine, but this nightly crashes when trying to compile any file.

I've installed new nightly and remove ~/.codeblocks directory.

After starting codeblocks, GCC compiler is detected.

I am creating simple C++ file with content:
Code
int main() {return 0;}

After selecting "Build" from menu, I've got "Debug report preview" and C::B crash.

« Last Edit: February 15, 2009, 02:21:42 pm by dk »
Denis Kirienko
C::B maintainer for ALT Linux distribution (http://www.sisyphus.ru/srpm/codeblocks)

Offline dk

  • Multiple posting newcomer
  • *
  • Posts: 55
    • Code::Blocks for ALT Linux Sisyphus
Re: The 14 February 2009 build (5456) is out.
« Reply #5 on: February 15, 2009, 02:24:04 pm »
Looks like C::B always crashes when compiling single file, without creating any project.

Building project works fine.
Denis Kirienko
C::B maintainer for ALT Linux distribution (http://www.sisyphus.ru/srpm/codeblocks)

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 14 February 2009 build (5456) is out.
« Reply #6 on: February 15, 2009, 02:38:25 pm »
No problem here.

Is there anything helpful in the debug report ?

Offline dk

  • Multiple posting newcomer
  • *
  • Posts: 55
    • Code::Blocks for ALT Linux Sisyphus
Re: The 14 February 2009 build (5456) is out.
« Reply #7 on: February 15, 2009, 02:49:07 pm »
Is there anything helpful in the debug report ?

I don't know - look in the attachment.

[attachment deleted by admin]
Denis Kirienko
C::B maintainer for ALT Linux distribution (http://www.sisyphus.ru/srpm/codeblocks)

Offline dk

  • Multiple posting newcomer
  • *
  • Posts: 55
    • Code::Blocks for ALT Linux Sisyphus
Re: The 14 February 2009 build (5456) is out.
« Reply #8 on: February 15, 2009, 02:52:29 pm »
After removing all additional plugins the problem disappeared :(
Denis Kirienko
C::B maintainer for ALT Linux distribution (http://www.sisyphus.ru/srpm/codeblocks)

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 14 February 2009 build (5456) is out.
« Reply #9 on: February 15, 2009, 02:55:53 pm »
After removing all additional plugins the problem disappeared :(


You have the QtWorkbench-plugin installed,  right ?

Did you also recompile it, or only the sources shipped with C::B ?

Offline dk

  • Multiple posting newcomer
  • *
  • Posts: 55
    • Code::Blocks for ALT Linux Sisyphus
Re: The 14 February 2009 build (5456) is out.
« Reply #10 on: February 15, 2009, 03:06:11 pm »
Yes, I've also find just now that the problem is in the qtworkbench plugin.

The latest svn snapshot of qtworkbench plugin (SVN 146, svn checkout http://qtworkbench.googlecode.com/svn/trunk/ qtworkbench-read-only) was recompiled with this nightly. And there were not problems with the previous nightly and the same version of qtworkbench plugin.

Probably, it is the problem of qtworkbench plugin, not C::B.
Bug reported to the qtworkbench developer: http://code.google.com/p/qtworkbench/issues/detail?id=20
I will remove qtworkbench from my build.

Thank you.
« Last Edit: February 15, 2009, 03:21:00 pm by dk »
Denis Kirienko
C::B maintainer for ALT Linux distribution (http://www.sisyphus.ru/srpm/codeblocks)

Offline nanyu

  • Almost regular
  • **
  • Posts: 188
  • nanyu
Re: The 14 February 2009 build (5456) is out.
« Reply #11 on: February 15, 2009, 03:31:11 pm »
the bug came again :

step1: I apply the IDE's language to Chinese.

step2:

  Settings ->  Environment 
  Click the OK button.

repeat 3 time, now : click Help Menuitem, will see:

(It didn't  occur  when use the default language setting )




[attachment deleted by admin]
« Last Edit: February 15, 2009, 03:40:36 pm by nanyu »

Offline Xaviou

  • Regular
  • ***
  • Posts: 402
    • X@v's wxStuff
Re: The 14 February 2009 build (5456) is out.
« Reply #12 on: February 16, 2009, 05:42:18 pm »
Ubuntu 7.04 to 8.10 Amd64 tar.gz archive (containing '.deb' installers builds with wx288) can be found here or here (direct link).
The french wxWidgets site : http://www.wxdev.fr
My wxWidgets's stuff : https://wxstuff.xaviou.fr/

Offline SharkCZ

  • Almost regular
  • **
  • Posts: 131
Re: The 14 February 2009 build (5456) is out.
« Reply #13 on: February 18, 2009, 01:25:39 pm »
There is a compilation error in src/src/prefix.cpp on Fedora Rawhide due the changes (ISO C++ compatibility) in gcc 4.4/glibc-2.9.90, see

http://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=2699&group_id=5358

for a patch
Code::Blocks package maintainer for Fedora and EPEL

Offline courage

  • Multiple posting newcomer
  • *
  • Posts: 48
Re: The 14 February 2009 build (5456) is out.
« Reply #14 on: February 19, 2009, 03:32:10 am »
Maybe I found a strange bug in 5432 and 5456.

There is no effect when I set the syntax background color in the syntax highlighting setting panel.  :?