Author Topic: The 22 May 2007 build is out.  (Read 28291 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
The 22 May 2007 build is out.
« on: May 22, 2007, 09:44:27 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/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 22 May 2007 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20070522_rev3988_win32.7z
  - Linux :
   http://prdownload.berlios.de/codeblocks/CB_20070522_rev3988_Ubuntu6.10+7.04.deb
   http://prdownload.berlios.de/codeblocks/CB_20070522_rev3988_suse100-102.i586.rpm (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070522_rev3988_fc4+5.i586.rpm (not yet)


Resolved Fixed:

  • Fixed: Wizard not overwriting existing files when told to do so
  • CodeSnippets 1.2.73 2007/05/21
    - Add Recently Used Indexes
    - Fix error in category to category drag
  • CodeSnippets 1.2.73 2007/05/21
    - Add Recently Used Indexes
    - Fix error in category to category drag
  • Added some missing includes I've found while compiling C::B
  • Reverted to notebook (instead of choicebook) for compiler and project options dialogs (due to popular demand)
  • Fixed crash when removing custom tools (bug #11141)
  • Make project active by double-clicking in project manager tree (patch #2017)
  • Default filename in "File->Save As" does not lose the extension anymore (patch #2006 for bug #11036)
  • Don't ask for confirmation when removing a tool separator in tools configuration dialog (patch #1990)
  • Fixed: [Bug #10790] red dot disappearing
  • Compiler plugin: Replaced build target's wxComboBox with a wxChoice (it fixes the "disappearing combo box" bug on Linux)

Regressions/Confirmed/Annoying/Common bugs:

  • toolbar-images-not-changing-state (is a wx problem/Win XP problem)

« Last Edit: May 23, 2007, 01:47:47 pm by killerbot »

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: The 22 May 2007 build is out.
« Reply #1 on: May 22, 2007, 10:00:19 pm »
Compiler plugin: Replaced build target's wxComboBox with a wxChoice (it fixes the "disappearing combo box" bug on Linux)


I have to say on my linux OpenSuse 10.2 box this problem still occurs. Tomorrow will try it out on another OpenSuse 10.2 box.

Offline Xaviou

  • Regular
  • ***
  • Posts: 403
    • X@v's wxStuff
Re: The 22 May 2007 build is out.
« Reply #2 on: May 22, 2007, 10:51:22 pm »
Ubuntu 6.10 & 7.04 Amd64 .deb installer (build with wx263 and wx284) can be found here.
The french wxWidgets site : http://www.wxdev.fr
My wxWidgets's stuff : https://wxstuff.xaviou.fr/

Offline kelo81

  • Multiple posting newcomer
  • *
  • Posts: 86
Re: The 22 May 2007 build is out.
« Reply #3 on: May 22, 2007, 10:53:43 pm »
  • Make project active by double-clicking in project manager tree (patch #2017)

Thank you guys!!  :D
Ezequiel Ruiz
Tango/04 consultant
www.tango04.com

Offline RJP Computing

  • Almost regular
  • **
  • Posts: 135
    • RJP Computing
Re: The 22 May 2007 build is out.
« Reply #4 on: May 22, 2007, 11:26:29 pm »
...
Resolved Fixed:

  • Reverted to notebook (instead of choicebook) for compiler and project options dialogs (due to popular demand)

Regressions/Confirmed/Annoying/Common bugs:

  • toolbar-images-not-changing-state (is a wx problem/Win XP problem)
Very nice. Thanks.
- Ryan

Ubuntu/WinXP, AMD Athlon 64 3000+, 1000MB RAM, AC 97 Audio, ATI Radeon 9600XT 256MB

Offline Jordar

  • Single posting newcomer
  • *
  • Posts: 8
Re: The 22 May 2007 build is out.
« Reply #5 on: May 22, 2007, 11:47:47 pm »

Hi, 

I have been having an issue for quite awhile with the project settings not being saved properly. 

I am using a custom compiler profile derived off of the gnu gcc compiler.  For my compiler I do not want to include the -l option when linking libraries.  So every time I open codeblocks i go to Settings-Compiler and debugger->Other Settings->Advanced Options->Others. and remove the "-l" under Link Library.  This allows me to compile and properly link all objects and libraries.  The problem is that this setting is not saved and every time I restart codeblocks I have to go through this sequence.

Can anyone else confirm?  I am using the May 22. ver.

thanks,
Jordar

Alturin

  • Guest
Re: The 22 May 2007 build is out.
« Reply #6 on: May 23, 2007, 12:27:08 am »
    • Compiler plugin: Replaced build target's wxComboBox with a wxChoice (it fixes the "disappearing combo box" bug on Linux)

    Thanks heaps! :D

    Offline Deschamps

    • Multiple posting newcomer
    • *
    • Posts: 120
    Re: The 22 May 2007 build is out.
    « Reply #7 on: May 23, 2007, 02:08:35 am »
    Compiler plugin: Replaced build target's wxComboBox with a wxChoice (it fixes the "disappearing combo box" bug on Linux)

    I have to say on my linux OpenSuse 10.2 box this problem still occurs. Tomorrow will try it out on another OpenSuse 10.2 box.

    I've just compiled C::B svn rev 3988 against wxGTK-2.8.4 on my openSuse 10.2 and this problem has been solved. The selected build target is now shown in the wxChoice, and the control doens't disappear.

    EDIT: The control remains in the screen but has no effect :D. The selected target there is ignored, and is needed to select it from Build -> "Select target" menu option.
    « Last Edit: May 23, 2007, 02:31:02 am by Deschamps »
    Those who were seen dancing were thought to be insane by those who could not hear the music

    Offline cstudent

    • Almost regular
    • **
    • Posts: 159
      • Cstudent's Help Desk
    Re: The 22 May 2007 build is out.
    « Reply #8 on: May 23, 2007, 03:28:00 am »
    Ubuntu 6.10 + 7.04 build for wx2.8.4 here.


    Tonight's "official" deb against wx2.6.3 is going to be late. Having a little problem with Berlios ftp.

    Offline Ceniza

    • Developer
    • Lives here!
    • *****
    • Posts: 1441
      • CenizaSOFT
    Re: The 22 May 2007 build is out.
    « Reply #9 on: May 23, 2007, 04:39:29 am »
    EDIT: The control remains in the screen but has no effect :D. The selected target there is ignored, and is needed to select it from Build -> "Select target" menu option.

    Yeah, I just tried that and you're right. I forgot to change the event association from EVT_COMBOBOX to EVT_CHOICE. It seems to be working fine now.

    Commited to SVN.

    Offline DmP

    • Single posting newcomer
    • *
    • Posts: 9
    Re: The 22 May 2007 build is out.
    « Reply #10 on: May 23, 2007, 04:52:49 am »

    • Reverted to notebook (instead of choicebook) for compiler and project options dialogs (due to popular demand)

    It's very nice! Thanks.

    cker

    • Guest
    Re: The 22 May 2007 build is out.
    « Reply #11 on: May 23, 2007, 07:00:42 am »

    Offline Biplab

    • Developer
    • Lives here!
    • *****
    • Posts: 1874
      • Biplab's Blog
    Re: The 22 May 2007 build is out.
    « Reply #12 on: May 23, 2007, 07:14:30 am »
    Be a part of the solution, not a part of the problem.

    Offline killerbot

    • Administrator
    • Lives here!
    • *****
    • Posts: 5491
    Re: The 22 May 2007 build is out.
    « Reply #13 on: May 23, 2007, 08:33:48 am »
    Compiler plugin: Replaced build target's wxComboBox with a wxChoice (it fixes the "disappearing combo box" bug on Linux)


    I have to say on my linux OpenSuse 10.2 box this problem still occurs. Tomorrow will try it out on another OpenSuse 10.2 box.


    problem also remains on the other linux box.

    Are you sure this works with wx263 ???

    Offline PsYhLo

    • Almost regular
    • **
    • Posts: 157
    Re: The 22 May 2007 build is out.
    « Reply #14 on: May 23, 2007, 08:39:12 am »
    i have one question
    is it save to compile C::B under linux against wx2.8.x