Code::Blocks
March 22, 2010, 01:26:24 pm *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: We are preparing a new release! Check the Announcements forum for details.
 
   Home   Help Search Login Register  :: WebsiteWiki  
Pages: [1] 2 3
  Send this topic  |  Print  
Author Topic: The 28 March 2009 build (5489) is out.  (Read 17405 times)
killerbot
Global Moderator
Lives here!
*****
Posts: 3795


« 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:


    Logged
    killerbot
    Global Moderator
    Lives here!
    *****
    Posts: 3795


    « Reply #1 on: March 28, 2009, 08:08:11 pm »

    to stress it explicitly : build with wx 2.8.10 !!!!!!!!!!!!!!
    Logged
    Baluarte
    Advanced newcomer
    *
    Posts: 11


    « 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 » Logged
    jens
    Global Moderator
    Lives here!
    *****
    Posts: 2572



    WWW
    « 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.
    Logged

    Regards

    Jens

    debian - nightlies and wxWidgets (msw-)cross-build libs for "i386" and "amd64" : http://apt.jenslody.de/
    C::B changelog: http://apt.jenslody.de/ChangeLog
    boyumeow
    Newcomer
    *
    Posts: 2


    « 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.
    Logged
    ollydbg
    Lives here!
    ****
    Posts: 1257


    Interests on OpenCV and Robotics


    WWW
    « Reply #5 on: March 29, 2009, 04:09:18 am »

    Great! I'm waiting for several days!
    I will download and test it! Very Happy
    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 » Logged

    Note: I'm not the author of Ollydbg debugger! Never ask question about that.
    stahta01
    Lives here!
    ****
    Posts: 2163


    WWW
    « 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
    Logged

    C Programmer working to learn more about C++.
    OS: Win 6.1 AKA Win7
    Compiler: mingw gcc 4.4 API 3.13 Runtime 3.15.2
    IDE: Code::Blocks SVN + patches
    wxMSW: SVN 2.9 Trunk & SVN 2.8 branch
    SVN: 1.6.x
    Xaviou
    Almost regular
    **
    Posts: 181


    WWW
    « 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).
    Logged

    The french wxWidgets site : www.wxdev.fr
    SharkCZ
    Advanced newcomer
    *
    Posts: 109


    « 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/
    Logged

    Code::Blocks package maintainer for Fedora
    pasgui
    Almost regular
    **
    Posts: 159


    WWW
    « Reply #9 on: March 29, 2009, 01:31:03 pm »

    Build for Ubuntu i386/amd64 can be found here

    Best regards, pasgui
    Logged
    Xaviou
    Almost regular
    **
    Posts: 181


    WWW
    « Reply #10 on: March 29, 2009, 09:21:42 pm »

    Hi
    Attached is a patch for i18n improvements.

    Regards
    Xav'

    [attachment deleted by admin]
    Logged

    The french wxWidgets site : www.wxdev.fr
    Loaden
    Regular
    ***
    Posts: 288



    « 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.
    Logged

    OS: XPSP3  -|-  MinGW 4.4.3  -|-  IDE: Code::Blocks Portable r6178
    ----------------------------------------------------
    Sorry for my poor english.
    Outis
    Advanced newcomer
    *
    Posts: 26


    « Reply #12 on: March 30, 2009, 05:12:08 pm »

    Codeblocks crashed 2 times while saving files, but i cannot provoke it till now.
    Logged
    ollydbg
    Lives here!
    ****
    Posts: 1257


    Interests on OpenCV and Robotics


    WWW
    « 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?
    Logged

    Note: I'm not the author of Ollydbg debugger! Never ask question about that.
    Outis
    Advanced newcomer
    *
    Posts: 26


    « 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 Sad ) and one after closing the whole project. Perhaps I can tell you more after the next crash  Neutral

    [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 » Logged
    Pages: [1] 2 3
      Send this topic  |  Print  
     
    Jump to:  

    Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!