Author Topic: The 29 March 2007 build is out.  (Read 16420 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
The 29 March 2007 build is out.
« on: March 29, 2007, 10:14:25 pm »
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)


Offline Xaviou

  • Regular
  • ***
  • Posts: 403
    • X@v's wxStuff
Re: The 29 March 2007 build is out.
« Reply #1 on: March 29, 2007, 11:09:26 pm »
Ubuntu 6.10 Amd64 .deb installer can be found here.
The french wxWidgets site : http://www.wxdev.fr
My wxWidgets's stuff : https://wxstuff.xaviou.fr/

Offline cstudent

  • Almost regular
  • **
  • Posts: 159
    • Cstudent's Help Desk
Re: The 29 March 2007 build is out.
« Reply #2 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

Offline magisu

  • Multiple posting newcomer
  • *
  • Posts: 19
Re: The 29 March 2007 build is out.
« Reply #3 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!

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
Re: The 29 March 2007 build is out.
« Reply #4 on: March 30, 2007, 05:55:51 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
« Last Edit: March 30, 2007, 05:59:47 am by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Phoenix

  • Guest
Re: The 29 March 2007 build is out.
« Reply #5 on: March 30, 2007, 10:22:17 am »
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]

Offline afb

  • Developer
  • Lives here!
  • *****
  • Posts: 884
Re: The 29 March 2007 build is out.
« Reply #6 on: March 30, 2007, 03:28:39 pm »

d1mk4

  • Guest
Re: The 29 March 2007 build is out.
« Reply #7 on: March 30, 2007, 07:38:35 pm »
Where I can download this build for gentoo? (sources=))

Offline byo

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 837
Re: The 29 March 2007 build is out.
« Reply #8 on: March 30, 2007, 08:30:50 pm »
Where I can download this build for gentoo? (sources=))

The only way is through svn
http://www.codeblocks.org/source_code.shtml

BYO

Offline afb

  • Developer
  • Lives here!
  • *****
  • Posts: 884
Re: The 29 March 2007 build is out.
« Reply #9 on: March 30, 2007, 10:13:52 pm »
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

  • Guest
Re: The 29 March 2007 build is out.
« Reply #10 on: March 30, 2007, 10:55:03 pm »
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?

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: The 29 March 2007 build is out.
« Reply #11 on: March 30, 2007, 11:04:17 pm »
will check with 'cstudent' who creates the deb builds

Offline cstudent

  • Almost regular
  • **
  • Posts: 159
    • Cstudent's Help Desk
Re: The 29 March 2007 build is out.
« Reply #12 on: March 31, 2007, 12:09:40 am »
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

  • Guest
Re: The 29 March 2007 build is out.
« Reply #13 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.
 

Alturin

  • Guest
Re: The 29 March 2007 build is out.
« Reply #14 on: March 31, 2007, 03:54:24 pm »
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?

d1mk4

  • Guest
Re: The 29 March 2007 build is out.
« Reply #15 on: March 31, 2007, 08:12:39 pm »
Ok.
So,
http://rapidshare.com/files/23697294/codeblocks-1.0_pre20070331.tar.bz2 - it's sources for copy to distfiles.
http://rapidshare.com/files/23697890/4_portage_tree.tar.bz2 - it's ebuild-files for copy to  /usr/portage/dev-util

if you have installed codeblocks, uninstall it (#emerge --unmerge codeblocks)
next step: #emerge codeblocks

and next step: enjoy with last revision ;)

Offline afb

  • Developer
  • Lives here!
  • *****
  • Posts: 884
Re: The 29 March 2007 build is out.
« Reply #16 on: April 01, 2007, 09:53:05 am »
http://rapidshare.com/files/23697294/codeblocks-1.0_pre20070331.tar.bz2 - it's sources for copy to distfiles.

Please don't invent distfiles, but use the tarball created by "make dist" ?