Code::Blocks Forums
User forums => Nightly builds => Topic started by: killerbot on May 08, 2007, 06:23:48 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/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)
-
Try rev 3942 instead of 3941 for windows link.
Tim S
-
Try rev 3942 instead of 3941 for windows link.
Tim S
thx Tim,
stupid mistake, fixed it.
-
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 =)
-
Ubuntu 6.10 & 7.04 Amd64 .deb installer can be found here (http://www.esnips.com/web/CodeBlocks).
-
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 :(
-
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.
-
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.
-
Feisty (i386) build can be found here (http://www.savefile.com/files/705091).
All the revisions I made can be found here (http://www.savefile.com/projects/808485678).
Kurapix
-
Someone... please close "Feature Request #3301". Patch is already applied.
-
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
-
I have fixed "new file not added to the project" bug... but BerliOS uploading is down... Will try to submit patch in the morning.
-
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
-
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
http://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=1989&group_id=5358
-
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 (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
-
I hope this is a new bug:
If I try and create a new File, then cb crashes. This is really annoying. :(
Note: I figured out that this only happens if the checkbox "Add file to active project in build target(s)" is checked.
-
However when I launch Codeblocks the application crashes.
It doesn't crash but enters an infinite loop (aka freezes).
This is a known bug when building C::B w/ wx2.8.3 in linux...
-
I hope this is a new bug:
If I try and create a new File, then cb crashes. This is really annoying. :(
Note: I figured out that this only happens if the checkbox "Add file to active project in build target(s)" is checked.
This is already fixed and will be in next nightly build.
-
It doesn't crash but enters an infinite loop (aka freezes).
This is a known bug when building C::B w/ wx2.8.3 in linux...
Thanks. Is there a patch for it somewhere already?
-
speaking of annoying... when the user selects "build -> run" how about a dialog box prompting to rebuild if relevant project files have changed? i can't tell you how many times i have accidentally run the old code after making a change and puzzled over the lack of change in the output.
i'll put the request into berlios if there are any takers otherwise i'll eventually get around to making the patch myself.
-
...
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).
Any thoughts about this?
I have brought this up before. Should I create a bug report? It seems like a simple fix, but I have no real idea because I don't have any knowledge of source of Code::Blocks.