News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

The 08 May 2007 build is out.

Started by killerbot, May 08, 2007, 06:23:48 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/wxmsw28u_gcc_cb_wx283.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

The 08 May 2007 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20070508_rev3942_win32.7z
  - Linux :
   http://prdownload.berlios.de/codeblocks/CB_20070508_rev3942_Ubuntu6.xx.deb (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070508_rev3942_suse100-102.i586.rpm (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070508_rev3942_fc4+5.i586.rpm (not yet)


Resolved Fixed:


  • wxSmith: Fixed problems with wxSmith's automake
  • Added few missing headers for non-pch builds, Fixed codeblocks.spec.in
  • CodeSnippets 1.2.66 2007/05/7
    - Modified code, cbp's and Makefile.am's to allow linux preprocessor defs
  • Class wizard now keeps the same class-name capitalization for the generated filenames

Regressions/Confirmed/Annoying/Common bugs:


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


stahta01

Try rev 3942 instead of 3941 for windows link.

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]

killerbot

Quote from: stahta01 on May 08, 2007, 06:33:46 PM
Try rev 3942 instead of 3941 for windows link.

Tim S

thx Tim,

stupid mistake, fixed it.

z.e.k

Hi everybody, I noticed a small interface bug in the Project Wizards since you switched to wx2.8, sometimes the window is not large enouch and so some items can't be shown (buttons or edit).

I don't think it'll be to hard to fix (it's not very important either :P) but if you want I can fill a bug report =)

Xaviou

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

kelo81

I'm sorry for bothering you again with this problem, but I still can't enable/disable the "Categorize By file Types" and "Display folders as on disk" options  :(
Ezequiel Ruiz
Tango/04 consultant
www.tango04.com

killerbot

Quote from: kelo81 on May 08, 2007, 09:22:48 PM
I'm sorry for bothering you again with this problem, but I still can't enable/disable the "Categorize By file Types" and "Display folders as on disk" options  :(

could you please file a bugreport with steps to reproduce, here in the forums it might get lost.
Thanks.

Silverling

I have created a patch with an updated list of D keywords but I found out that someone else (user afb) has already made such patch. In fact, he missed a keyword, the var type "size_t". This patch is dated 25 April but has yet to be applied.
I'm unaware of what is required to apply a patch on the Head version, but I'm sure I'm not the first one to write a patch, only to find out someone already made one. Should have searched the list first, I guess.

Anyway great IDE, and the only one with support for D in Windows and Linux.

kurapix

Feisty (i386) build can be found here.
All the revisions I made can be found here.

Kurapix
Code::Blocks package building script

pauliusz

Someone... please close "Feature Request #3301". Patch is already applied.

cacb

Hello all, my first post here.

I have been using Code::Blocks On WinXP and Kubuntu for about a month, congratulations with your excellent work, well done!

I have two observations, currently using 3942 on both platforms below
1. On Kubuntu 7.04, the build target combo box in the CB toolbar disappears as soon as you try to use it.
2. On XP, using VC2005 Express + Platform SDK, deselecting the /Zc:wchar_t ("wchar_t is the native type, not a typedef") has no effect. To make it a typedef you have to go to "Other options" and enter /Zc:wchar_t- manually (notice the trailing minus sign).

Cheers
cacb

pauliusz

I have fixed "new file not added to the project" bug... but BerliOS uploading is down... Will try to submit patch in the morning.

kelo81

Quote from: pauliusz on May 09, 2007, 02:13:49 AM
I have fixed "new file not added to the project" bug... but BerliOS uploading is down... Will try to submit patch in the morning.

Cool!!  :D
Ezequiel Ruiz
Tango/04 consultant
www.tango04.com

pauliusz


jeancf

#14
Hi,

I managed to compile this nightly of Codeblocks under Gentoo Linux 2.6.20-r7 with wxwidgets 2.8.3 without error. All the errors related to codesnippets include files are now gone, thanks.

However when I launch Codeblocks the application crashes. It looks like this:  http://www.noirextreme.com/files/snapshot1.png with the "build target" dialog box shaking frantically by a few pixels up & down and does not respond. When I try to close it it throws the following error message after a few seconds:

Window with title "feed.cpp [funnel] - Code::Blocks svn build" is not responding. This window belongs to application codeblocks (PID=18224, hostname=localhost). Terminate or Keep Running?

Any idea what's wrong?

Thanks,

/~jc