Author Topic: The 13 April 2007 build is out.  (Read 10134 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
The 13 April 2007 build is out.
« 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:

  • 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)


Offline Xaviou

  • Regular
  • ***
  • Posts: 403
    • X@v's wxStuff
Re: The 13 April 2007 build is out.
« Reply #1 on: April 14, 2007, 12:03:16 am »
Ubuntu 6.10 Amd64 .deb installer can be found here.
The french wxWidgets site : http://www.wxdev.fr
My wxWidgets's stuff : https://wxstuff.xaviou.fr/

Offline dronT78

  • Multiple posting newcomer
  • *
  • Posts: 51
Re: The 13 April 2007 build is out.
« Reply #2 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

Offline dronT78

  • Multiple posting newcomer
  • *
  • Posts: 51
Re: The 13 April 2007 build is out.
« Reply #3 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  :(

Offline dronT78

  • Multiple posting newcomer
  • *
  • Posts: 51
Re: The 13 April 2007 build is out.
« Reply #4 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

sleep`walker

  • Guest
Re: The 13 April 2007 build is out.
« Reply #5 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

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: The 13 April 2007 build is out.
« Reply #6 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 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.
Be patient!
This bug will be fixed soon...

Offline Szabadember

  • Multiple posting newcomer
  • *
  • Posts: 75
  • That's me!
Re: The 13 April 2007 build is out.
« Reply #7 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



[attachment deleted by admin]
« Last Edit: April 14, 2007, 01:25:25 pm by Szabadember »

Offline dronT78

  • Multiple posting newcomer
  • *
  • Posts: 51
Re: The 13 April 2007 build is out.
« Reply #8 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
« Last Edit: April 14, 2007, 03:20:19 pm by dronT78 »

Offline Szabadember

  • Multiple posting newcomer
  • *
  • Posts: 75
  • That's me!
Re: The 13 April 2007 build is out.
« Reply #9 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



Nobody inetersted in my post? No fix for this in the next nightly build? No reply?
This is really disgusting...

Offline TDragon

  • Lives here!
  • ****
  • Posts: 943
    • TDM-GCC
Re: The 13 April 2007 build is out.
« Reply #10 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.
https://jmeubank.github.io/tdm-gcc/ - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)

Offline Szabadember

  • Multiple posting newcomer
  • *
  • Posts: 75
  • That's me!
Re: The 13 April 2007 build is out.
« Reply #11 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)