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 28 July 2007 build is out.
- Windows :
http://prdownload.berlios.de/codeblocks/CB_20070728_rev4333_win32.7z
- Linux :
http://prdownload.berlios.de/codeblocks/CB_20070728_rev4333_Ubuntu6.10+7.04_wx2.8.4.tar.gz (not yet)
http://prdownload.berlios.de/codeblocks/CB_20070728_rev4333_Debian4.0_wx2.8.4.deb (not yet)
http://prdownload.berlios.de/codeblocks/CB_20070728_rev4333_suse100-102.wx28.i586.rpm (not yet)
http://prdownload.berlios.de/codeblocks/CB_20070728_rev4333_fc4+5.i586.rpm (not yet)
Resolved Fixed:
- Added SDK events for build targets:
- cbEVT_BUILDTARGET_ADDED
- cbEVT_BUILDTARGET_REMOVED
- cbEVT_BUILDTARGET_RENAMED
- cbEVT_BUILDTARGET_SELECTED - Added Get/SetBuildTargetName() and Get/SetOldBuildTargetName() in CodeBlocksEvent, for the new events (the latter two functions only apply for cbEVT_BUILDTARGET_RENAMED and cbEVT_BUILDTARGET_SELECTED events)
- Debugger no longer tries to launch 2 times if the first try failed
- The <Extensions> node (in .cbp files) is now preserved through project saves, even if the plugins using it are disabled/uninstalled. All relevant code in our repository has been updated.
Regressions/Confirmed/Annoying/Common bugs:
- toolbar-images-not-changing-state (is a wx problem/Win XP problem)
Slackware build updated to revision 4333
http://sr.mcdir.ru/blogs/index.php?blog=7&p=127&more=1
Build for Ubuntu 7.04 i386 can be found here (http://lgp203.free.fr/spip/spip.php?article1)
Best regards,
pasgui
Good day! I'm intrested if code completion is recovered. It does not work for me in all last nightlies (since 4215 or may be from popup info on symbols 1st appearence). it does not work in simple case.
wxString asdf;
asdf. [no popping hint even when I press Ctrl+Space]
WinXP SP2 + Mingw 3.4.2
What am I doing wrong?
Jaxon.
Quote from: pasgui on July 28, 2007, 08:19:59 PM
Build for Ubuntu 7.04 i386 can be found here (http://lgp203.free.fr/spip/spip.php?article1)
pasgui
Pasgui,
I normally use Windows but am experimenting with Ubuntu. I followed your instructions for the Ubuntu package referential, and everything seems to work well. (One of the packages lib... did not install properly on the first attempt, but apt gave me the option to 'fix it'. I tried that and, apparently, the package installed properly.)
Thanks very much for making this available.
Quote from: pasgui on July 28, 2007, 08:19:59 PM
Build for Ubuntu 7.04 i386 can be found here (http://lgp203.free.fr/spip/spip.php?article1)
Best regards,
pasgui
Thank you very much for the .deb files..
Theres just one thing that would make it better - if you'd publish the key for these files, so that it won't show the "unauthenticated" message.
I think this build is broken - it freezes when the Tip window starts (it doesn't contain text yet).
if i run it from the terminal it says:
(codeblocks:8692): Gtk-CRITICAL **: gtk_window_realize_icon: assertion `info->icon_pixmap == NULL' failed
(using up-to-date Ubuntu 7.04)
Hi killerbot,
I noticed that the add and delete button of editor->abbreviations are missing. I do not know in which revision it disappeared but in one of the old revision e.g. svn 3989 the buttons are present.
Quote from: fargoth on July 28, 2007, 11:23:03 PM
Theres just one thing that would make it better - if you'd publish the key for these files, so that it won't show the "unauthenticated" message.
I think this build is broken - it freezes when the Tip window starts (it doesn't contain text yet).
if i run it from the terminal it says:
(codeblocks:8692): Gtk-CRITICAL **: gtk_window_realize_icon: assertion `info->icon_pixmap == NULL' failed
(using up-to-date Ubuntu 7.04)
In fact, I don't know how to disable the "unauthenticated" message; if somebody can help me...
About the freeze when the tip window starts, I don't get the same behavior and codeblocks starts without any problem on my computer. Is somebody got the same behavior as fargoth
Best regards,
pasgui
Hi pasgui,
which version of wxWidgets are you using? You must use wxWidgets 2.8.4, if you are building from wxwidgets sources do not forget to set the unicode parameter in the configure process.
The freeze of the tip window is a known bug of static text in the old wxwidgets version.
fargoth: I have exactly the same problem!!
I'm also using an up to date ubuntu 7.04 distro.
I've installed wxGTK 2.8.4 from source and the problem remains.
Check this thread (http://forums.next.codeblocks.org/index.php/topic,6541.msg50325.html#msg50325) for more info (unfornately not the solution)...
I think i'll fill a bug on this...
Cheers
Quote from: pasgui on July 29, 2007, 12:11:36 AM
About the freeze when the tip window starts, I don't get the same behavior and codeblocks starts without any problem on my computer. Is somebody got the same behavior as fargoth
pasgui
It works fine for me. No problems when tip window starts.
Quote from: pasgui on July 29, 2007, 12:11:36 AM
Quote from: fargoth on July 28, 2007, 11:23:03 PM
Theres just one thing that would make it better - if you'd publish the key for these files, so that it won't show the "unauthenticated" message.
I think this build is broken - it freezes when the Tip window starts (it doesn't contain text yet).
if i run it from the terminal it says:
(codeblocks:8692): Gtk-CRITICAL **: gtk_window_realize_icon: assertion `info->icon_pixmap == NULL' failed
(using up-to-date Ubuntu 7.04)
In fact, I don't know how to disable the "unauthenticated" message; if somebody can help me...
About the freeze when the tip window starts, I don't get the same behavior and codeblocks starts without any problem on my computer. Is somebody got the same behavior as fargoth
Best regards,
pasgui
Unfortunately, I get access to the internet only on weekends, so I can't offer to do the keying for you...
I did find a page that could send you in the right direction though (I hope)... try googling it some more if it doesn't:
http://wiki.debian.org/SecureApt
As for the freeze, I discovered it too late this weekend to be much of a help... hope it'll be solved without me fooling with it around...
Anyway, keep up the good work!
Quote from: mariocup on July 29, 2007, 12:37:18 AM
Hi pasgui,
which version of wxWidgets are you using? You must use wxWidgets 2.8.4, if you are building from wxwidgets sources do not forget to set the unicode parameter in the configure process.
The freeze of the tip window is a known bug of static text in the old wxwidgets version.
I build it with the version 2.8.4 of wxWidgets from apt-solution
pasgui
Quote from: mariocup on July 28, 2007, 11:33:32 PM
I noticed that the add and delete button of editor->abbreviations are missing. I do not know in which revision it disappeared but in one of the old revision e.g. svn 3989 the buttons are present.
They are not missing. Just resize the window (increase it's height) until the buttons become visible. :)
There are several other discrepancies in
Settings > Editor window.
Quote from: b4silence on July 29, 2007, 12:38:32 AM
I think i'll fill a bug on this...
Please don't file a bug report. This is a well-known problem with wxGTK < 2.8.4. None of us will be able to reproduce it and it may be marked as invalid. :)
Couple of weeks back someone had this same problem and it was found that his/her pc was not upgraded to wx-2.8.4 through apt-update. I would suggest you to uninstall any existing wx versions, then manually clean up any wx libraries remaining in your system. Then compile/install wxGTK-2.8.4. That should solve your problem. :)
I have multiple Linux Virtual Machines (including Fedora 7, Ubuntu 7.04, Ubuntu 7.10-Alpha 3, PCBSD-1.3, etc) and I often test C::B source for any errors on them. Till date C::B+wxGTK-2.8.4 have no such start-up issue (except on Ubuntu-7.10-Alpha 1 or 2).
Best Regards,
Biplab
Ok Biplab!
I won't fill a bug then...
But tell me: how do you apt-update wxGTK 2.8.4? Is there a special repo? I couldn't do it with the oficial ubuntu repos...
Actually for 7.04 you only have wxGTK 2.8 in the official repositories.
I've compiled the 2.8.4 version from source...
Thanks
Quote from: b4silence on July 29, 2007, 01:06:54 PM
But tell me: how do you apt-update wxGTK 2.8.4? Is there a special repo? I couldn't do it with the oficial ubuntu repos...
Where did you get your source from?
at http://www.wxwidgets.org/downloads/ (http://www.wxwidgets.org/downloads/) the first entry for Binaries is an instruction for adding an extra repos for Ubuntu & Debian ...
Quote from: b4silence on July 29, 2007, 01:06:54 PM
But tell me: how do you apt-update wxGTK 2.8.4? Is there a special repo? I couldn't do it with the oficial ubuntu repos...
Actually for 7.04 you only have wxGTK 2.8 in the official repositories.
I'm not sure if any alternate repo exists or not.
I compile wx from source. ;)
If you want to install any nightly build and wxwidgets 2.8.4 on ubuntu please check this wiki page:
http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_nightly_build_on_Ubuntu
All you need is posted there...
Goodluck!
San
Quote from: killerbot on July 28, 2007, 06:25:37 PM
- The <Extensions> node (in .cbp files) is now preserved through project saves, even if the plugins using it are disabled/uninstalled. All relevant code in our repository has been updated.
Nice one!!! :D :D :D Thanks!
Hence when looking at the diff I see:
if (ppExtensions)
*ppExtensions = 0;
I haven't looked into the details and I'm quite sure it's correct... But just to double-check: Shouldn't there be an object deleted, too?!
With regards, Morten.
Quote from: MortenMacFly on July 30, 2007, 09:09:04 AM
Hence when looking at the diff I see:
if (ppExtensions)
*ppExtensions = 0;
I haven't looked into the details and I'm quite sure it's correct... But just to double-check: Shouldn't there be an object deleted, too?!
With regards, Morten.
No, it's merely initializing the pointer to NULL.