Author Topic: The 15 August 2018 build (11449) is out.  (Read 17155 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 15 August 2018 build (11449) is out.
« on: August 15, 2018, 09:09:14 am »
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(s) for Code::Blocks : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/wxmsw31u_gcc_cb_wx311_gcc510-TDM.7z


The 15 August 2018 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2018/CB_20180815_rev11449_win64.7z
  - Linux :
   none

The current SDK version is : 1.36.0

Resolved Fixed:

  • Fix SF bug #705 (Path delimiters in .cbp file aren't Unix-normalized when saving project on Windows
  • wxSmith: Change wx*_BORDER styles to the new wx3.x wxBORDER_* (thanks ouch)
  • Astyle plugin: #698 fix astyle plugin argument bug(thanks Zheng Fan)
  • CC: Fix bug #693 Code completion can't parse #defined \ macros
  • lexer: Add lexer for plaintext files
  • incremental search: Make it possible to get focus by clicking (ticket 625, thanks bluehazzard)

Regressions/Confirmed/Annoying/Common bugs:



    Offline Xaviou

    • Regular
    • ***
    • Posts: 402
      • X@v's wxStuff
    Re: The 15 August 2018 build (11449) is out.
    « Reply #1 on: August 15, 2018, 03:44:58 pm »
    Hi.

    OS X version of this rev can be downloaded from my Google Drive.

    Debian Stretch (32 and 64 bits) can be installed from my repo.

    Regards
    Xav'
    « Last Edit: August 19, 2018, 10:44:33 pm by Xaviou »
    The french wxWidgets site : http://www.wxdev.fr
    My wxWidgets's stuff : https://wxstuff.xaviou.fr/

    Offline trivia21

    • Single posting newcomer
    • *
    • Posts: 9
    Re: The 15 August 2018 build (11449) is out.
    « Reply #2 on: August 21, 2018, 09:38:17 am »
    Code
    $ svn checkout svn://svn.code.sf.net/p/codeblocks/code/trunk -r 11449

    svn: warning: W205011: Error handling externals definition for 'trunk/src/plugins/contrib/wxCrafterCB':
    svn: warning: W170013: Unable to connect to a repository at URL 'https://github.com/eranif/wxCrafterCB/trunk'
    Checked out revision 11454.
    svn: E205011: Failure occurred processing one or more externals definitions

    URL may have changed to https://github.com/nagyist/eranif-wxCrafterCB
    « Last Edit: August 21, 2018, 09:40:48 am by trivia21 »

    Offline gd_on

    • Lives here!
    • ****
    • Posts: 796
    Re: The 15 August 2018 build (11449) is out.
    « Reply #3 on: August 26, 2018, 07:19:45 pm »
    Probably the same problem with Tortoise SVN : a connexion to github wxCrafterCB requires an authentification !
    « Last Edit: August 26, 2018, 07:23:56 pm by gd_on »
    Windows 11 64 bits (23H2), svn C::B (last version or almost!), wxWidgets 3.2.4 (tests with 3.3), Msys2 Compilers 13.2.0, 64 bits (seh, posix : gcc, g++ and gfortran in C:\msys64\mingw64) or 32 bits (dwarf2, posix  in C:\msys64\mingw32).

    Offline stahta01

    • Lives here!
    • ****
    • Posts: 7582
      • My Best Post
    Re: The 15 August 2018 build (11449) is out.
    « Reply #4 on: August 30, 2018, 11:04:34 am »
    Code
    $ svn checkout svn://svn.code.sf.net/p/codeblocks/code/trunk -r 11449

    svn: warning: W205011: Error handling externals definition for 'trunk/src/plugins/contrib/wxCrafterCB':
    svn: warning: W170013: Unable to connect to a repository at URL 'https://github.com/eranif/wxCrafterCB/trunk'
    Checked out revision 11454.
    svn: E205011: Failure occurred processing one or more externals definitions

    URL may have changed to https://github.com/nagyist/eranif-wxCrafterCB

    Code
    Index: src/plugins/contrib
    ===================================================================
    --- src/plugins/contrib (revision 11455)
    +++ src/plugins/contrib (working copy)

    Property changes on: src/plugins/contrib
    ___________________________________________________________________
    Modified: svn:externals
    ## -1,3 +1,2 ##
     FortranProject https://svn.code.sf.net/p/fortranproject/code/trunk
     PythonPlugins https://github.com/spillz/codeblocks-python/trunk
    -wxCrafterCB https://github.com/eranif/wxCrafterCB/trunk

    Edit: http://forums.codeblocks.org/index.php/topic,22787.0.html

    Tim S.
    « Last Edit: August 30, 2018, 11:07:09 am by stahta01 »
    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 Miguel Gimenez

    • Developer
    • Lives here!
    • *****
    • Posts: 1553
    Re: The 15 August 2018 build (11449) is out.
    « Reply #5 on: August 30, 2018, 02:00:07 pm »
    Can you create a ticket with this patch?

    EDIT: fixed in trunk
    « Last Edit: August 31, 2018, 01:50:58 pm by Miguel Gimenez »

    Offline BlueHazzard

    • Developer
    • Lives here!
    • *****
    • Posts: 3353
    Re: The 15 August 2018 build (11449) is out.
    « Reply #6 on: September 30, 2018, 07:49:33 pm »
    Would it be possible to provide the nightly builds with debug symbols? WxWidgets and codeblock binaries. This would allow us to use the drmingw rpt file better. Without symbols it is useless...