User forums > Nightly builds
The 13 April 2007 build is out.
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/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 13 April 2007 build is out.
- Windows : http://prdownload.berlios.de/codeblocks/CB_20070413_rev3853_win32.7z
- Linux :
http://prdownload.berlios.de/codeblocks/CB_20070413_rev3853_Ubuntu6.xx.deb (not yet)
http://prdownload.berlios.de/codeblocks/CB_20070413_rev3853_suse100-102.i586.rpm (not yet)
http://prdownload.berlios.de/codeblocks/CB_20070413_rev3853_fc4+5.i586.rpm (not yet)
Resolved Fixed:
* wxSmith: Enabled creation of .lib file for wxSmith plugin (this is required by plugins which would like to add extra features for wxSmith like new widgets)
* Fixed: [Bug #9233] include directories are not parsed after using Wizard
* Fixed: Improperly updated 'Cut' menu items and toolbar icon (Applied modified [Patch #1958], thx pauliusz) and remaining portion
* Fixed: Couple of other menu item update issues
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)
Xaviou:
Ubuntu 6.10 Amd64 .deb installer can be found here.
dronT78:
Build 3854
--- Code: ---finddialogs.cpp: In constructor 'myFindReplaceDlg::myFindReplaceDlg(wxWindow*, const wxString&, const wxString&, wxUint32, long int)':
finddialogs.cpp:120: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
/usr/include/wx-2.6/wx/gtk/combobox.h:53: note: candidate 1: wxComboBox::wxComboBox(wxWindow*, wxWindowID, const wxString&, const wxPoint&, const wxSize&, int, const wxString*, long int, const wxValidator&, const wxString&)
/usr/include/wx-2.6/wx/gtk/combobox.h:64: note: candidate 2: wxComboBox::wxComboBox(wxWindow*, wxWindowID, const wxString&, const wxPoint&, const wxSize&, const wxArrayString&, long int, const wxValidator&, const wxString&)
make[5]: *** [finddialogs.lo] Ошибка 1
make[5]: Leaving directory `/root/cb/trunk/src/plugins/contrib/codesnippets'
make[4]: *** [install-recursive] Ошибка 1
make[4]: Leaving directory `/root/cb/trunk/src/plugins/contrib/codesnippets'
make[3]: *** [install-recursive] Ошибка 1
make[3]: Leaving directory `/root/cb/trunk/src/plugins/contrib'
make[2]: *** [install-recursive] Ошибка 1
make[2]: Leaving directory `/root/cb/trunk/src/plugins'
make[1]: *** [install-recursive] Ошибка 1
make[1]: Leaving directory `/root/cb/trunk/src'
make: *** [install-recursive] Ошибка 1
--- End code ---
AMD 64 Gentoo Linux
dronT78:
Please tell how i can press buttons on toolbar without unnecessary mouse moving?
For example
while true {
printf("\nHello world");
}
now set breakpoint on printf and run the program in debug mode
after break press Debug/Continue button on panel
after second break i must leave mouse cursor from Debug/Continue button for pressing it again :(
dronT78:
Another bug is that i can't write text strings in National language (Russian) in small case register after inserting Space, but up case is working fine and small case working if no space inserted before words. I have UTF-8 enabled globally in OS and UTF-8 enabled in C::B. Thanks
Navigation
[0] Message Index
[#] Next page
Go to full version