Code::Blocks
July 29, 2010, 06:04:40 pm *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: New release 10.05 is ready. Grab it while it's hot!!!
 
   Home   Help Search Login Register  :: WebsiteWiki  
Pages: [1] 2 3 4
  Send this topic  |  Print  
Author Topic: The 14 February 2009 build (5456) is out.  (Read 34900 times)
killerbot
Global Moderator
Lives here!
*****
Posts: 3883


« 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)

Logged
ollydbg
Lives here!
****
Posts: 1484


Interests on OpenCV and Robotics


WWW
« Reply #1 on: February 15, 2009, 12:02:45 pm »

Thank you! I will download and test it!
Logged

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.
jens
Global Moderator
Lives here!
*****
Posts: 2975



WWW
« 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).
Logged

Regards

Jens

debian - nightlies and wxWidgets (msw-)cross-build libs for "i386" and "amd64" : http://apt.jenslody.de/
C::B changelog: http://apt.jenslody.de/ChangeLog
pasgui
Almost regular
**
Posts: 161


WWW
« 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 » Logged
dk
Advanced newcomer
*
Posts: 45


WWW
« 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 » Logged

Denis Kirienko
C::B maintainer for ALT Linux distribution (http://www.sisyphus.ru/srpm/codeblocks)
dk
Advanced newcomer
*
Posts: 45


WWW
« 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.
Logged

Denis Kirienko
C::B maintainer for ALT Linux distribution (http://www.sisyphus.ru/srpm/codeblocks)
jens
Global Moderator
Lives here!
*****
Posts: 2975



WWW
« Reply #6 on: February 15, 2009, 02:38:25 pm »

No problem here.

Is there anything helpful in the debug report ?
Logged

Regards

Jens

debian - nightlies and wxWidgets (msw-)cross-build libs for "i386" and "amd64" : http://apt.jenslody.de/
C::B changelog: http://apt.jenslody.de/ChangeLog
dk
Advanced newcomer
*
Posts: 45


WWW
« 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]
Logged

Denis Kirienko
C::B maintainer for ALT Linux distribution (http://www.sisyphus.ru/srpm/codeblocks)
dk
Advanced newcomer
*
Posts: 45


WWW
« Reply #8 on: February 15, 2009, 02:52:29 pm »

After removing all additional plugins the problem disappeared Sad
Logged

Denis Kirienko
C::B maintainer for ALT Linux distribution (http://www.sisyphus.ru/srpm/codeblocks)
jens
Global Moderator
Lives here!
*****
Posts: 2975



WWW
« Reply #9 on: February 15, 2009, 02:55:53 pm »

After removing all additional plugins the problem disappeared Sad


You have the QtWorkbench-plugin installed,  right ?

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

Regards

Jens

debian - nightlies and wxWidgets (msw-)cross-build libs for "i386" and "amd64" : http://apt.jenslody.de/
C::B changelog: http://apt.jenslody.de/ChangeLog
dk
Advanced newcomer
*
Posts: 45


WWW
« 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 » Logged

Denis Kirienko
C::B maintainer for ALT Linux distribution (http://www.sisyphus.ru/srpm/codeblocks)
nanyu
Almost regular
**
Posts: 142


nanyu


« 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 » Logged
Xaviou
Almost regular
**
Posts: 183


WWW
« 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).
Logged

The french wxWidgets site : www.wxdev.fr
SharkCZ
Advanced newcomer
*
Posts: 117


« 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
Logged

Code::Blocks package maintainer for Fedora
courage
Advanced newcomer
*
Posts: 48


« 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.  Confused
Logged
Pages: [1] 2 3 4
  Send this topic  |  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!