Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on April 13, 2007, 11:46:19 pm

Title: The 13 April 2007 build is out.
Post by: killerbot on April 13, 2007, 11:46:19 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/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:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 13 April 2007 build is out.
Post by: Xaviou on April 14, 2007, 12:03:16 am
Ubuntu 6.10 Amd64 .deb installer can be found here (http://www.esnips.com/web/CodeBlocks).
Title: Re: The 13 April 2007 build is out.
Post by: dronT78 on April 14, 2007, 08:18:17 am
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
AMD 64 Gentoo Linux
Title: Re: The 13 April 2007 build is out.
Post by: dronT78 on April 14, 2007, 09:29:39 am
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  :(
Title: Re: The 13 April 2007 build is out.
Post by: dronT78 on April 14, 2007, 11:13:05 am
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
Title: Re: The 13 April 2007 build is out.
Post by: sleep`walker on April 14, 2007, 11:29:36 am
Hi!

Iz there a source .tar archive containing sources for nightly build?
I want try to compile it for NetBSD, so binary Linux files do not help much.

tnx
Title: Re: The 13 April 2007 build is out.
Post by: mandrav on April 14, 2007, 12:12:56 pm
Hi!

Iz there a source .tar archive containing sources for nightly build?
I want try to compile it for NetBSD, so binary Linux files do not help much.

tnx

Follow the instructions (http://www.codeblocks.org/source_code.shtml) on fetching the sources from svn (you can do this on any computer with svn installed). You might want to use the 'export' keyword instead of 'checkout'. Then just make a tarball of the dir you exported the sources into and take it anywhere you want for compiling.
Title: Re: The 13 April 2007 build is out.
Post by: Szabadember on April 14, 2007, 01:22:57 pm
Quote
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)

I have noticed, that toolbar images *DO* change state, but the color of the active save button is only a little bit different than the inactive one (if you don't see it, i could suggest you my eye surgeon :D )

On the attached picture you can see, that between the inactive print button and the active one, there is only one pixel difference (green led on printer). The colours of the save buttons are quiet idenctical too. You shouldn't have blamed others, poor old Bill Gates, poor wx guys.  :P

My OS: Windows Vista Ultimate 32bit, your patched wx2.6.3, this nightly build

I wonder for how long has this been working unnoticed, please change those pictures!!!

I have tested that with small(16*16) and also normal(22*22) toolbar icons

(http://forums.codeblocks.org/index.php?action=dlattach;topic=5673.0;attach=1875)

[attachment deleted by admin]
Title: Re: The 13 April 2007 build is out.
Post by: dronT78 on April 14, 2007, 03:15:44 pm
Look's like Friday's 13 build is a great  :lol:
One more bug - when i select build target from panel - combobox is disappearing like a ghost...
Amd64 Gentoo Linux
Title: Re: The 13 April 2007 build is out.
Post by: Szabadember on April 15, 2007, 01:45:31 pm
Quote
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)

I have noticed, that toolbar images *DO* change state, but the color of the active save button is only a little bit different than the inactive one (if you don't see it, i could suggest you my eye surgeon :D )

On the attached picture you can see, that between the inactive print button and the active one, there is only one pixel difference (green led on printer). The colours of the save buttons are quiet idenctical too. You shouldn't have blamed others, poor old Bill Gates, poor wx guys.  :P

My OS: Windows Vista Ultimate 32bit, your patched wx2.6.3, this nightly build

I wonder for how long has this been working unnoticed, please change those pictures!!!

I have tested that with small(16*16) and also normal(22*22) toolbar icons

(http://forums.codeblocks.org/index.php?action=dlattach;topic=5673.0;attach=1875)

Nobody inetersted in my post? No fix for this in the next nightly build? No reply?
This is really disgusting...
Title: Re: The 13 April 2007 build is out.
Post by: TDragon on April 15, 2007, 03:13:40 pm
Nobody inetersted in my post? No fix for this in the next nightly build? No reply?
This is really disgusting...
Don't be disgusted because a post gets no replies. This is an internet forum, not email or even a mailing list.

At any rate, however good your intentions, you are wrong about this similarity being the reason for the bug; there still is a problem with certain toolbar images not changing state, and not just the print or save buttons. If you have an interest in changing these buttons' images, you can also file a bug report.
Title: Re: The 13 April 2007 build is out.
Post by: Szabadember on April 15, 2007, 06:45:01 pm
Thanks for your reply :)
For me all other toolbar buttons are working (these 2 also, only the images are similar)