Author Topic: The 28 March 2009 build (5489) is out.  (Read 67617 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 28 March 2009 build (5489) is out.
« on: March 28, 2009, 08:07:46 pm »
Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

Before you use a nightly make sure you understand how it works.

A link to the unicode windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw28u_gcc_cb_wx2810.7z

For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://prdownload.berlios.de/codeblocks/mingwm10_gcc421.7z

The 28 March 2009 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20090328_rev5489_win32.7z
  - Linux :
   none

Resolved Fixed:

  • custom-makefiles: - changed clean-process, to show output, if full commandline logging is turned on
  • don't run postbuild-steps if we only clean the project
  • todo plugin: actually make the plugin really (!) remember new users/types (case sensitive)
  • todo plugin: make plugin handle #warning and #error correctly
  • all plugins that use flatnotebook, have to be compiled after wxsmith-contrib-items or depend on it, because fnb was moved to this project
  • enhanced handling of adding, deleting, duplicating and renaming build targets in debugger-plugin, fixes a crash that occurs if extra-commands or remote-debugging parameters are used in a target, that should be deleted
  • enhanced handling of adding, deleting, duplicating and renaming build targets in debugger-plugin, fixes a crash that occurs if extra-commands or remote-debugging parameters are used in a target, that should be deleted
  • project options: autoext. does not work correctly (fixes bug #15341)
  • IncrementalSearch-plugin and HighlightOccurences: fixed a bug when highlighting non-ASCII characters, like german umlauts or chinese chars (both) or auto-selecting text found by IncSearch when leaving toolbar with ESC (IncSearch)
  • updated app.xpm to make C::B on linux use the same (3d-)icon in titlebar as on windows
  • ThreadSearch: use icons search, options, searchdir for ThreadSearch settings

Regressions/Confirmed/Annoying/Common bugs:



    Offline killerbot

    • Administrator
    • Lives here!
    • *****
    • Posts: 5490
    Re: The 28 March 2009 build (5489) is out.
    « Reply #1 on: March 28, 2009, 08:08:11 pm »
    to stress it explicitly : build with wx 2.8.10 !!!!!!!!!!!!!!

    Offline Baluarte

    • Multiple posting newcomer
    • *
    • Posts: 16
    Re: The 28 March 2009 build (5489) is out.
    « Reply #2 on: March 28, 2009, 11:28:15 pm »
    Hallelujah!!! Congratulations for all!

    The apparently eternal "toolbar-images-not-changing-state (is a wx problem/Win XP problem)" trouble is DEAD. Long life to Codeblocks!

    Baluarte
    « Last Edit: March 29, 2009, 03:23:04 am by Baluarte »

    Offline Jenna

    • Administrator
    • Lives here!
    • *****
    • Posts: 7255
    Re: The 28 March 2009 build (5489) is out.
    « Reply #3 on: March 28, 2009, 11:57:32 pm »
    Just uploaded the debian-build on my server (see signature).

    They are still build against wxWidgets 2.8.9 , because debian packages for 2.8.10 are not (yet) available.

    boyumeow

    • Guest
    Re: The 28 March 2009 build (5489) is out.
    « Reply #4 on: March 29, 2009, 04:08:56 am »
    Sorry if I ask a question that may have been answered before, what is the different between using wxwidget-2.8.10 and wxwidget source from SVN? It seems that if I compile cb using wxwidget source from SVN, I would get errors although I have change all link libraries reading from 28 to 29 (I might have miss out some). The first few was compiling until it reaches wxFlatNotebook which start to give me errors. Unless U all require more details about it, then I would upload the errors. Btw, I dun get errors if I compile cb using wxwidget-2.8.10 (Vista32).

    Sorry if I am asking irrelevant question, pls forgive me. Thanks.

    Offline ollydbg

    • Developer
    • Lives here!
    • *****
    • Posts: 5910
    • OpenCV and Robotics
      • Chinese OpenCV forum moderator
    Re: The 28 March 2009 build (5489) is out.
    « Reply #5 on: March 29, 2009, 04:09:18 am »
    Great! I'm waiting for several days!
    I will download and test it! :D
    Thanks!

    Edit:
    Oh my God!
    Drag the toolbar vertically will make cb crash. This problem happened several months ago. Did I still need to use the DLL of wxWidgets 2.8.8 to replace the DLL of 2.8.10?

    Thanks.
    « Last Edit: March 29, 2009, 04:18:47 am by ollydbg »
    If some piece of memory should be reused, turn them to variables (or const variables).
    If some piece of operations should be reused, turn them to functions.
    If they happened together, then turn them to classes.

    Offline stahta01

    • Lives here!
    • ****
    • Posts: 7582
      • My Best Post
    Re: The 28 March 2009 build (5489) is out.
    « Reply #6 on: March 29, 2009, 05:16:11 am »
    Sorry if I ask a question that may have been answered before, what is the different between using wxwidget-2.8.10 and wxwidget source from SVN? It seems that if I compile cb using wxwidget source from SVN, I would get errors although I have change all link libraries reading from 28 to 29 (I might have miss out some). The first few was compiling until it reaches wxFlatNotebook which start to give me errors. Unless U all require more details about it, then I would upload the errors. Btw, I dun get errors if I compile cb using wxwidget-2.8.10 (Vista32).

    Sorry if I am asking irrelevant question, pls forgive me. Thanks.

    wxWidgets SVN trunk is wxWidgets 2.9; which is an development release which changes the wxWidgets API in many different ways. Code::Blocks has issues went built against wxWidgets 2.9; I have not been able to get past the event design changed that took place in SVN 58911 or near there.

    Tim S
    C Programmer working to learn more about C++ and Git.
    On Windows 7 64 bit and Windows 10 64 bit.
    --
    When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

    Offline Xaviou

    • Regular
    • ***
    • Posts: 402
      • X@v's wxStuff
    Re: The 28 March 2009 build (5489) is out.
    « Reply #7 on: March 29, 2009, 11:24:44 am »
    Ubuntu 7.04 to 8.10 Amd64 tar.gz archive (containing '.deb' installers builds with wx289) can be found  here (direct link).
    The french wxWidgets site : http://www.wxdev.fr
    My wxWidgets's stuff : https://wxstuff.xaviou.fr/

    Offline SharkCZ

    • Almost regular
    • **
    • Posts: 131
    Re: The 28 March 2009 build (5489) is out.
    « Reply #8 on: March 29, 2009, 12:49:16 pm »
    Fedora packages (10 + Rawhide) for nightly C::B builds are usually available in my personal repository - http://fedora.danny.cz/danny/
    Code::Blocks package maintainer for Fedora and EPEL

    Offline pasgui

    • Almost regular
    • **
    • Posts: 165
      • LGP
    Re: The 28 March 2009 build (5489) is out.
    « Reply #9 on: March 29, 2009, 01:31:03 pm »
    Build for Ubuntu i386/amd64 can be found here

    Best regards, pasgui

    Offline Xaviou

    • Regular
    • ***
    • Posts: 402
      • X@v's wxStuff
    Re: The 28 March 2009 build (5489) is out.
    « Reply #10 on: March 29, 2009, 09:21:42 pm »
    Hi
    Attached is a patch for i18n improvements.

    Regards
    Xav'

    [attachment deleted by admin]
    The french wxWidgets site : http://www.wxdev.fr
    My wxWidgets's stuff : https://wxstuff.xaviou.fr/

    Offline Loaden

    • Lives here!
    • ****
    • Posts: 1014
    Re: The 28 March 2009 build (5489) is out.
    « Reply #11 on: March 30, 2009, 04:32:54 am »
    debug plugin for cdb don't work!
    when press F7, it's not update the editor window.

    Offline Outis

    • Multiple posting newcomer
    • *
    • Posts: 26
    Re: The 28 March 2009 build (5489) is out.
    « Reply #12 on: March 30, 2009, 05:12:08 pm »
    Codeblocks crashed 2 times while saving files, but i cannot provoke it till now.

    Offline ollydbg

    • Developer
    • Lives here!
    • *****
    • Posts: 5910
    • OpenCV and Robotics
      • Chinese OpenCV forum moderator
    Re: The 28 March 2009 build (5489) is out.
    « Reply #13 on: March 30, 2009, 05:27:28 pm »
    Codeblocks crashed 2 times while saving files, but i cannot provoke it till now.
    I can't reproduce this crashing. Which OS? Windows? If possible, can you upload the "saved files" for testing?
    If some piece of memory should be reused, turn them to variables (or const variables).
    If some piece of operations should be reused, turn them to functions.
    If they happened together, then turn them to classes.

    Offline Outis

    • Multiple posting newcomer
    • *
    • Posts: 26
    Re: The 28 March 2009 build (5489) is out.
    « Reply #14 on: March 30, 2009, 06:58:58 pm »
    I'm running Windows XP. As I said before, I don't know which file under which circumstances caused the crash. There were two crashes within two hours, one after I closed a single file (no I don't know which on of a dozen, damn :( ) and one after closing the whole project. Perhaps I can tell you more after the next crash  :|

    [EDIT] Here we go:
    1. Compile project
    2. while the compiler (in my case: mingw 4.3) is running, change the currently open file (for example, delete a whitespace/newline or whatever)
    3. Save or recompile, doing the latter cb will crash, but the compiler will keep on working.
    [/EDIT]
    « Last Edit: March 30, 2009, 07:30:19 pm by Outis »