Author Topic: The 22 May 2007 build is out.  (Read 28333 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

    Offline Biplab

    • Developer
    • Lives here!
    • *****
    • Posts: 1874
      • Biplab's Blog
    Re: The 22 May 2007 build is out.
    « Reply #15 on: May 23, 2007, 09:16:14 am »
    is it save to compile C::B under linux against wx2.8.x

    Yes, if you're not using wx 2.8.3. :)
    Be a part of the solution, not a part of the problem.

    Offline mushakk

    • Multiple posting newcomer
    • *
    • Posts: 54
    Re: The 22 May 2007 build is out.
    « Reply #16 on: May 23, 2007, 02:40:37 pm »
    There is a bug in the new version (22 May).

    We canĀ“t now select a 'build target' and then operate with it (build, rebuild or clean workspace)

    Thanks for your work!

    Offline Biplab

    • Developer
    • Lives here!
    • *****
    • Posts: 1874
      • Biplab's Blog
    Re: The 22 May 2007 build is out.
    « Reply #17 on: May 23, 2007, 02:56:01 pm »
    @mushakk

    Wait for the next nightly. It has been fixed. :)
    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 #18 on: May 23, 2007, 03:36:37 pm »
    bug I noticed today : https://developer.berlios.de/bugs/?func=detailbug&bug_id=11151&group_id=5358


    I think in the past this used to work. Will try on an older build tomorrow hopefully.

    Offline Ramazan Kartal

    • Multiple posting newcomer
    • *
    • Posts: 16
    Re: The 22 May 2007 build is out.
    « Reply #19 on: May 23, 2007, 04:12:44 pm »

    # Make project active by double-clicking in project manager tree (patch #2017)

    Now I have to click the tiny little plus sign to see the list of files in a project.

    Ramazan Kartal

    Offline indigo0086

    • Almost regular
    • **
    • Posts: 150
    Re: The 22 May 2007 build is out.
    « Reply #20 on: May 23, 2007, 04:13:26 pm »
    I love the new build options/project options tab interface instead of the flip down interface.  It's a lot faster and easier to set project specific options with the tabs.  I love this IDE.

    Offline Ceniza

    • Developer
    • Lives here!
    • *****
    • Posts: 1441
      • CenizaSOFT
    Re: The 22 May 2007 build is out.
    « Reply #21 on: May 23, 2007, 04:26:45 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.


    problem also remains on the other linux box.

    Are you sure this works with wx263 ???

    wxWidgets 2.6.3 is the version I have in my Gentoo and it's working fine. Do the wxChoice widgets in the CodeCompletion toolbar also disappear?

    Offline killerbot

    • Administrator
    • Lives here!
    • *****
    • Posts: 5491
    Re: The 22 May 2007 build is out.
    « Reply #22 on: May 23, 2007, 04:37:26 pm »
    CC  toolbar : no, they stay

    Offline Biplab

    • Developer
    • Lives here!
    • *****
    • Posts: 1874
      • Biplab's Blog
    Re: The 22 May 2007 build is out.
    « Reply #23 on: May 23, 2007, 04:45:57 pm »
    bug I noticed today : https://developer.berlios.de/bugs/?func=detailbug&bug_id=11151&group_id=5358
    I think in the past this used to work. Will try on an older build tomorrow hopefully.

    Can you post a test project?
    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 #24 on: May 23, 2007, 04:50:41 pm »
    bug I noticed today : https://developer.berlios.de/bugs/?func=detailbug&bug_id=11151&group_id=5358
    I think in the past this used to work. Will try on an older build tomorrow hopefully.

    Can you post a test project?
    just create a simple static lib project, check the settings like the example I gave in the bugreport.

    Offline Ceniza

    • Developer
    • Lives here!
    • *****
    • Posts: 1441
      • CenizaSOFT
    Re: The 22 May 2007 build is out.
    « Reply #25 on: May 23, 2007, 04:51:22 pm »
    I just started downloading OpenSuse 10.2 so I can give it a try there. Since it's a DVD it'll take a few hours to download, but I hope I can try it tonight.

    Offline Biplab

    • Developer
    • Lives here!
    • *****
    • Posts: 1874
      • Biplab's Blog
    Re: The 22 May 2007 build is out.
    « Reply #26 on: May 23, 2007, 05:03:18 pm »
    just create a simple static lib project, check the settings like the example I gave in the bugreport.

    Ok, even when the extension autogeneration is disabled, it's not respecting it. Does it happen with other compilers?
    Be a part of the solution, not a part of the problem.

    Offline raph

    • Almost regular
    • **
    • Posts: 242
    Re: The 22 May 2007 build is out.
    « Reply #27 on: May 23, 2007, 05:03:54 pm »
    Now I have to click the tiny little plus sign to see the list of files in a project.
    The tree doesn't expands only if you activate another project.
    So if you are activating another project just doubleclick twice.

    Regards raph
    « Last Edit: May 23, 2007, 05:12:03 pm by raph »

    Offline Ramazan Kartal

    • Multiple posting newcomer
    • *
    • Posts: 16
    Re: The 22 May 2007 build is out.
    « Reply #28 on: May 23, 2007, 10:42:47 pm »
    Now I have to click the tiny little plus sign to see the list of files in a project.
    The tree doesn't expands only if you activate another project.
    So if you are activating another project just doubleclick twice.

    Regards raph

    I have several static lib projects which link to the main executable projects. So I have to click to see and open the files in static lib projects. By the way, what's the point of project activating by double clicking? I change the active project once or twice a week, but open files in other projects hundreths of times in a week.

    Ramazan Kartal

    Offline Ceniza

    • Developer
    • Lives here!
    • *****
    • Posts: 1441
      • CenizaSOFT
    Re: The 22 May 2007 build is out.
    « Reply #29 on: May 25, 2007, 03:34:43 am »
    I was finally able to download and install OpenSuse 10.2. I installed wxGTK 2.6.3 with Yast, did a svn checkout of Code::Blocks, compiled it, ran it, opened the Code::Blocks project file, clicked on the build target's wxChoice and... it didn't disappear.

    Did I do anything wrong? :P

    Offline killerbot

    • Administrator
    • Lives here!
    • *****
    • Posts: 5491
    Re: The 22 May 2007 build is out.
    « Reply #30 on: May 25, 2007, 07:42:56 am »
    I was finally able to download and install OpenSuse 10.2. I installed wxGTK 2.6.3 with Yast, did a svn checkout of Code::Blocks, compiled it, ran it, opened the Code::Blocks project file, clicked on the build target's wxChoice and... it didn't disappear.

    Did I do anything wrong? :P

    you are very lucky, I am so jealous. My suse boxes are 64 bit. But my laptop suse is 32 bit, will do a freesh svn checkout on that one and try out ...

    Offline killerbot

    • Administrator
    • Lives here!
    • *****
    • Posts: 5491
    Re: The 22 May 2007 build is out.
    « Reply #31 on: May 28, 2007, 02:34:52 pm »
    bug I noticed today : https://developer.berlios.de/bugs/?func=detailbug&bug_id=11151&group_id=5358
    I think in the past this used to work. Will try on an older build tomorrow hopefully.

    Can you post a test project?
    just create a simple static lib project, check the settings like the example I gave in the bugreport.


    fixed it : rev 4003

    Offline killerbot

    • Administrator
    • Lives here!
    • *****
    • Posts: 5491
    Re: The 22 May 2007 build is out.
    « Reply #32 on: May 28, 2007, 02:36:02 pm »
    I was finally able to download and install OpenSuse 10.2. I installed wxGTK 2.6.3 with Yast, did a svn checkout of Code::Blocks, compiled it, ran it, opened the Code::Blocks project file, clicked on the build target's wxChoice and... it didn't disappear.

    Did I do anything wrong? :P

    you are very lucky, I am so jealous. My suse boxes are 64 bit. But my laptop suse is 32 bit, will do a freesh svn checkout on that one and try out ...

    switched one linux box (64 bit) from wx263 to wx284 : problem gone.

    To be short and ver strict : die wx26x, welcome wx284 ;-)

    Offline Biplab

    • Developer
    • Lives here!
    • *****
    • Posts: 1874
      • Biplab's Blog
    Re: The 22 May 2007 build is out.
    « Reply #33 on: May 28, 2007, 02:39:38 pm »
    Be a part of the solution, not a part of the problem.