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 (http://forums.next.codeblocks.org/index.php/topic,3232.0.html).
A link to the unicode windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw28u_gcc_cb_wx284.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 26 July 2007 build is out.
- Windows :
http://prdownload.berlios.de/codeblocks/CB_20070726_rev4324_win32.7z
- Linux :
http://prdownload.berlios.de/codeblocks/CB_20070726_rev4324_Ubuntu6.10+7.04_wx2.8.4.tar.gz
http://prdownload.berlios.de/codeblocks/CB_20070726_rev4324_Debian4.0_wx2.8.4.tar.gz
http://prdownload.berlios.de/codeblocks/CB_20070726_rev4324_suse100-102.wx28.i586.rpm (not yet)
http://prdownload.berlios.de/codeblocks/CB_20070726_rev4324_fc4+5.i586.rpm (not yet)
Resolved Fixed:
- Fixed "debugger won't start" bug introduced yesterday
- Event cbEVT_COMPILER_STARTED is now emitted
- applied [ Patch #2105 ] Fix ugly 22x22 searchreplace.png
- AStyle plugin: Updated to AStyle 1.21, applying changes provided by Jim Pattee
Regressions/Confirmed/Annoying/Common bugs:
- toolbar-images-not-changing-state (is a wx problem/Win XP problem)
And when will be RC3?
Quote from: killerbot on July 26, 2007, 05:46:04 PM
- Event cbEVT_COMPILER_STARTED is now emitted
I guess you can close Bug #11612
When I open a project's file with the symbol browser in Current File Only mode, the symbols are not shown unless I change the mode to Active Project or Workspace and then switch back, forcing a refresh. This worked a week or so ago, I'm afraid I'm not sure exactly which day it became broken again.
Ubuntu 6.10 & 7.04 Amd64 "tar.gz" archive (containing '.deb' installers builds with wx284) can be found here (http://www.esnips.com/web/CodeBlocks).
Slackware package can be found here: http://sr.mcdir.ru/blogs/index.php?blog=7&p=127&more=1
wxGTK package for Slackware can be found here: http://sr.mcdir.ru/blogs/index.php?blog=7&p=126&more=1
I've checked out ten minutes ago and the revision was 4327.
the cc list will no longer pop-up for me when typing . or -> and hitting ctrl+space :(
Hello!
I'm using the ubuntu builds but when I start Code::Blocks it freezes right after the compiler selection... :(
Do you have any idea why it happens?
The SVN 4324 is the only version I got in my system.
Thx in advance!
b4silence: If you're using wxGTK 2.8, it has to be 2.8.4 or it will fail.
This problem is being reported so many times... should it be added somewhere in every nightly build post? I think the "Regressions/Confirmed/Annoying/Common bugs:" section would be good for it, in a lovely red bold letter linking to the solution (at least for Ubuntu which seems to be the most popular Linux right now) :wink:
Is this build system bug (https://developer.berlios.de/bugs/?func=detailbug&bug_id=11607&group_id=5358) fixed?
Ceniza: Thanks a lot!
I didn't realize that... :)
However I installed (from source) that wxGTK version and the problem remains.. :?
I followed the instructions and didn't get any problem on the process...
Is there any command which I can use to check the installed version? (It seems it's not installed beside that...)
For whoever has the same problem can download wxGTK 2.8.4 from here (http://sourceforge.net/project/showfiles.php?group_id=9863&package_id=14076).
Thanks
wx-config --version
Quote from: szczepan on July 27, 2007, 01:16:45 AM
Is this build system bug (https://developer.berlios.de/bugs/?func=detailbug&bug_id=11607&group_id=5358) fixed?
No, Not yet.
@Yiannis,
The latest build system changes are causing this problem. I usually build C::B in main trunk directory (
/home/biplab/cbsource). To reproduce this bug I wanted to configure C::B in
/home/biplab/cbsource/build directory. But issuing
../configure fails saying that the "trunk is already configured" and you should run
make distclean first. I believe this error should not occur. :)
Quote from: yop on July 26, 2007, 06:31:28 PM
Quote from: killerbot on July 26, 2007, 05:46:04 PM
- Event cbEVT_COMPILER_STARTED is now emitted
I guess you can close Bug #11612
This work only half the way on my system (winxp).
The debugger is starting up only if the code was compiled before. If there is nothing to compile then c::b say the it adds the path but the debugger wont start. (c::b even not saying to do so :wink:)
Ceniza: I've run the command:
b4silence@b4silence-linux:~$ wx-config --version
+2.8.4
So, as the problem remains, it must be something else...
Could it be a bug? Or am I missing something?
I've installed all the packages provided in the nightly build...
Thanks
Quote from: denk_mal on July 27, 2007, 07:45:22 AM
Quote from: yop on July 26, 2007, 06:31:28 PM
Quote from: killerbot on July 26, 2007, 05:46:04 PM
- Event cbEVT_COMPILER_STARTED is now emitted
I guess you can close Bug #11612
This work only half the way on my system (winxp).
The debugger is starting up only if the code was compiled before. If there is nothing to compile then c::b say the it adds the path but the debugger wont start. (c::b even not saying to do so :wink:)
*IS* fixed now in svn --> so tonights nightly
@ b4silence:
I tried it on my Ubuntu with moving the .codeblocks away so codeblocks behaves as if installed for the first time. I could however not reproduce it on 4321
b4silence: go to /usr/local/share/codeblocks/plugins and create a new directory (let's say "test"). Move libcompiler.* into that directory. Run Code::Blocks. Now go to Help -> About and check if it's really using wx 2.8.4.
darthdespotism & Ceniza, thank you for your replies...
darthdespotism: it didn't work.. :S
maybe it's some problem on my system (i have also wx2.6 an 2.8 installed because I have apps with dependency on those versions)
Ceniza: It worked! :D
I've confirmed the build ver (26 Jul) and the wx version (2.8.4).
But this way I won't be able to have the full IDE functionality right? (haven't try it yet..)
Thanks!
b4silence: don't be so happy, Code::Blocks is not that useful without that plugin :(
I just wanted you to check it was compiled against 2.8.4, and since that problem you're experiencing only seems to happen with that plugin enabled, that's why I told you to move it, so you could check the version.
Now you really have me out of ideas :?
Thanks anyway for your help!
Isn't there any way to debug this error?
I tried to run it from command line with -d and -nc option in order to try to get the error, but all i got was this:
b4silence@b4silence-linux:/usr/share/codeblocks/plugins$ codeblocks -nc
(codeblocks:11221): Gtk-CRITICAL **: gtk_window_realize_icon: assertion `info->icon_pixmap == NULL' failed
b4silence@b4silence-linux:/usr/share/codeblocks/plugins$ codeblocks -d
(codeblocks:11252): Gtk-CRITICAL **: gtk_window_realize_icon: assertion `info->icon_pixmap == NULL' failed
But I guess this is kinda normal... :?
Quote from: b4silence on July 28, 2007, 03:06:01 AM
Thanks anyway for your help!
Isn't there any way to debug this error?
I tried to run it from command line with -d and -nc option in order to try to get the error, but all i got was this:
b4silence@b4silence-linux:/usr/share/codeblocks/plugins$ codeblocks -nc
(codeblocks:11221): Gtk-CRITICAL **: gtk_window_realize_icon: assertion `info->icon_pixmap == NULL' failed
b4silence@b4silence-linux:/usr/share/codeblocks/plugins$ codeblocks -d
(codeblocks:11252): Gtk-CRITICAL **: gtk_window_realize_icon: assertion `info->icon_pixmap == NULL' failed
But I guess this is kinda normal... :?
@ b4silence
Please start a new thread stating your problem.
Quote from: killerbot on July 26, 2007, 05:46:04 PM
http://prdownload.berlios.de/codeblocks/CB_20070726_rev4324_Ubuntu6.10+7.04_wx2.8.4.tar.gz
http://prdownload.berlios.de/codeblocks/CB_20070726_rev4324_Debian4.0_wx2.8.4.tar.gz
.deb package should depend on appropriate version of libwxgtk, or the user will be able to cleanly install the provided packages just to find a missing library message:
Quotecodeblocks: error while loading shared libraries: libwx_gtk2u_aui-2.8.so.0: cannot open shared object file: No such file or directory
Tested on Debian 4.0 packages, guess Ubuntu ones will have the same problem.