News:

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

Main Menu

The 29 March 2007 build is out.

Started by killerbot, March 29, 2007, 10:14:25 PM

Previous topic - Next topic

killerbot

Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

A link to the unicode windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2.7z

To fix the menu alignment bug introduced in wx 2.6.3 [windows only bug] we have patched wx ourselves, and that results in the following alternative dll : http://prdownload.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2AndCbPatch_version3.7z

For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://prdownload.berlios.de/codeblocks/mingwm10.7z

For support of ansi builds, a link to the ansi windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw26_gcc_cb_wx2.6.3p2.7z

The 29 March 2007 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20070329_rev3796_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20070329_rev3796_Ubuntu6.xx.deb (not yet)
         http://prdownload.berlios.de/codeblocks/CB_20070329_rev3796_suse100-102.i586.rpm (not yet)
         http://prdownload.berlios.de/codeblocks/CB_20070329_rev3796_fc4+5.i586.rpm (not yet)


Resolved Fixed:


  • Fixed: [Bug #10750] Wrong use of "..." on menu items
  • wxSmith: Fixed BUG #9400, dialog's and frame's area can now be freely resized when not using sizers. Also dialog's / frame's size is set now through SetClientSize, not through constructor params which makes it more compatible with XRC and more cross-platform
  • Fixed: Project menu options (Build options and Properties) not disabled when a project is compiling.
  • Updated: Missing fix of [Bug #10750] and couple of typos
  • wxMac: fix for docking drawing bug (#10759)
  • wxMac: make application startable without bundle (Bug #10747)
  • added different (locked) icon if project/workspace file is read only on the file system
  • fixed minor bug with locked icon not restored when closing a workspace

Regressions/Confirmed/Annoying/Common bugs:


  • toolbar-images-not-changing-state (is a wx problem/Win XP problem)
  • menu items with icon not correctly aligned (since wx263) (is fixed with our special wx263/wx28 dll)


Xaviou

Ubuntu 6.10 Amd64 .deb installer can be found here.
My wxWidgets's stuff : [url="https://wxstuff.xaviou.fr/"]https://wxstuff.xaviou.fr/[/url]

cstudent

Ubuntu 7.04 (Feisty Fawn) package available here.

Although the Ubuntu package available for download here in the nightly posts will install on Feisty, I built this one for myself using the default libstdc++6 version installed on Feisty (4.1.2). I'll upload a new nightly package to the sight about once a week or so.


cstudent

magisu

Hello, everyone!

I have a problem: is the C::B features friezed? And was the c++ parser still developing?

Thanks!

stahta01

#4
Quote from: magisu on March 30, 2007, 04:56:26 AM
Hello, everyone!

I have a problem: is the C::B features friezed? And was the c++ parser still developing?

Thanks!

I do NOT think the Code::Blocks features has been frozen, but they are not adding any major new features.
Note, if you have written a major new feature they might take it; But, they are mainly working on bug fixes and minor features improvement. Note, They are always ready to accept a new contrib plugin that works for both Windows & Linux; They also like it to work for Mac but not required yet. Note, They are working on a few major features some of which may not be known to me; Installer & program updater are the two that are known to me. Edit: Third major feature is the new compiler framework.

Code Completion is the only thing I know of that uses an c++ parser, this is know to have bugs as of 2 months ago. I have not been watching lately, but I am guessing it still has bugs.

Like to roadmap:
http://wiki.codeblocks.org/index.php?title=Roadmap_for_version_1.0

Tim S
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

Phoenix

I have a big problem with this release. I have about 110 files that I want to format using AStyle plug-in. First thing is that CB is continually using about 60% of processor even when I have disabled code completion and symbol browser. More important thing is that while formatting, saving and closing file CB is crashing. It happens on random files. I have attached crash report.

[attachment deleted by admin]

afb


d1mk4

Where I can download this build for gentoo? (sources=))

byo


afb

See also http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Gentoo

As in: when you get it working, please update the Wiki page to match the latest version. Thanks...

ir0nk0ala

Quote from: cstudent on March 30, 2007, 04:15:56 AM
Ubuntu 7.04 (Feisty Fawn) package available here.

Although the Ubuntu package available for download here in the nightly posts will install on Feisty, I built this one for myself using the default libstdc++6 version installed on Feisty (4.1.2). I'll upload a new nightly package to the sight about once a week or so.


cstudent
Thanks for the Feisty pacakge! I just updated, and CB is definitely a necessity for me.
@ Killerbot: Upon Feisty's official release, will the 6.xx package be changed to 7.xx?

killerbot

will check with 'cstudent' who creates the deb builds

cstudent

Technically, the deb package 6.xx you can download from the nightly forum will work on Feisty. It's compiled using Dapper's default libraries, like libstdc++6-4.0 and wx2.6.1. It doesn't mean you can't use the c++ 4.1.2 libraries and wx2.6.3 and 2.8.1 libraries with it in Feisty. My Feisty package was built using the default Feisty libraries. I don't know if it really matters. I put Feisty on my laptop last weekend and I wanted CB on it built with it's libraries, so I just made it a package. I thought maybe others might want it. From the looks of it when I got up this morning, they must have. According to the log, I had over 3100 downloads of the package during the night!

If the CB dev's want to, I could make a Dapper package and a Edgy/Feisty package. The libraries for Edgy and Feisty are pretty close to the same version numbers right now. That package could be built with c++ 4.1.1 and wx2.6.3 and work on both Edgy and Feisty. I'm cool with whatever the dev's and community want to do.

cstudent


d1mk4

I make codeblocks 3800 revision on my gentoo system and tested this portage and updated Wiki page.

Alturin

Quote from: d1mk4 on March 31, 2007, 02:23:22 AM
I make codeblocks 3800 revision on my gentoo system and tested this portage and updated Wiki page.


There's this -huge- header saying it's instructions for getting the source for RC2.
Maybe it'd be better if you put that more down, and add it as something that's not prefered?