Author Topic: The 12 July 2020 build (12187) is out.  (Read 15690 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5489
The 12 July 2020 build (12187) is out.
« on: July 12, 2020, 09:03:50 am »
new PATCHED wx dll , please download these too and replace your old ones !!!

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 : https://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/wxmsw31u_gcc_cb_wx313_2D_gcc810-mingw64-2.7z
A link to Mingw64 dll's needed by Code::Blocks : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/Mingw64dlls8.1.0.7z


The 12 July 2020 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2020/CB_20200712_rev12187_win64.7z
  - Linux :
   none

The current SDK version is : 2.4.0

Resolved Fixed:

  • MouseSap - Require user to explicitly enable plugin via editor settings config dialog
  • debugger: Improve the IsPointerType function to handle restrict references and some other more complex types
  • envvar: Fix a copy-paste error and properly expose the nsEnvVars::GetActiveSetName as EnvvarGetActiveSetName to scripting
  • DoxyBlocks: Fix a crash on startup (ticket #839)
  • BrowseTracker - Fix incorrect editor selection when closing active Editor. Add .png's for settings/configuration
  • UI: Improve translations in several places (ticket #985)
  • scripting: Add compare method to wxString
  • lexer: Add enums to the list for keywords in the Squirrel lexer
  • debugger: Add an option to disable the switching of the perspective when starting the debugger
  • debugger: Fix assert when resetting settings (wxYES and wxNO must always be used together)
  • compiler: Add tooltip to the number of processes spin control (ticket #988)
  • compiler: Align some controls in the Compiler Options a bit better

Regressions/Confirmed/Annoying/Common bugs:



    Offline LETARTARE

    • Lives here!
    • ****
    • Posts: 531
    • L'ami de l'homme.The friend of man.
      • LETARTARE
    Re: The 12 July 2020 build (12187) is out.
    « Reply #1 on: July 12, 2020, 09:55:59 am »
    Thanks for this version.
    Where to find the patch to apply it to 32-bit versions?
    CB-13483, plugins-sdk-2.25.0 : Collector-2.0.0, AddOnForQt-3.9.1
    1-Win7 Business Pack1 64bits : wx-3.2.4, gcc-8.1.0,
    2-OpenSuse::Leap-15.4-64bits : wx-3.2.4;gtk3, gcc-8.2.1,
    => !! The messages are translated by Deepl

    Offline oBFusCATed

    • Developer
    • Lives here!
    • *****
    • Posts: 13413
      • Travis build status
    Re: The 12 July 2020 build (12187) is out.
    « Reply #2 on: July 12, 2020, 11:49:05 am »
    @LETARTARE:
    These two places, I think:
    https://github.com/wxWidgets/wxWidgets/commit/a73194f6b448b047168c566e48837957d08d2165
    https://trac.wxwidgets.org/ticket/18590

    @killerbot: Could you put the info in more official place?
    (most of the time I ignore long posts)
    [strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

    Offline adonios77

    • Single posting newcomer
    • *
    • Posts: 2
    Re: The 12 July 2020 build (12187) is out.
    « Reply #3 on: August 07, 2020, 04:33:35 pm »
    One question and one comment:

    Which (.exe) file I must run (in to CD_ folder) to install "nightly build" please?

    The process is quite simple but the help in the forum is unnecessarily complicated.
    For example, could all essentials be summarized in one page (or even all the links)
    so that some idiots like me would not search for more than half an hour trying to
    find the cursed files in question.

    A summary guide would be necessary and it would look something like this:

    Τo install a nightly build:

    1. Download the 3 necessary files
    *The file names may different but the start is almost the same.
    1a) "CB_XX_revXX_... .7z"  (.zip)  Link:
    http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2020/CB_20200712_rev12187_win64.7z
    1b) "MingwXXdlls_... .7z"  (.zip)  Link:
    http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/Mingw64dlls8.1.0.7z
    1c) "wxmswXXu_... .7z"  (.zip)  Link:
    https://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/wxmsw31u_gcc_cb_wx313_2D_gcc810-mingw64-2.7z

    2. Extract downloaded files
    2a) Extract (or Unzip) "CB_XX_revXX_... .7z" in to a "new folder"
    2b) Extract (or Unzip) "MingwXXdlls_... .7z" in to that same "new folder"
    2c) Extract (or Unzip) "wxmswXXu_... .7z"  in to that same "new folder"

    *The point is to unzip both of them into the same directory where you unzipped the
    "CB_XX_revXX_... .7z", so they reside next to the codeblocks.exe .

    3. Replace all files in directory that Code::Blocks is installed (usually in "C:\Program Files\CodeBlocks\")
    with what's in the "new folder" files and folders.

    At last...
    I don't think if a better guide would matters because IT JUST DON'T WORKS! ;D
    I cannot work with this bright white to burn my eyes so...
    Thank you! I'm searching for another compiler.

    Thanks in advance
    and sorry for my English
    « Last Edit: August 07, 2020, 05:28:54 pm by adonios77 »

    Offline Miguel Gimenez

    • Developer
    • Lives here!
    • *****
    • Posts: 1549
    Re: The 12 July 2020 build (12187) is out.
    « Reply #4 on: August 07, 2020, 05:24:03 pm »
    Once the three zip are unzipped in the same folder you are done, no installation is needed; Just run codeblocks.exe

    EDIT: you have edited your message after I answered, removing your question about where the installer is, so my answer doesn't apply anymore. Please don't change the messages after they are answered, just post a reply.

    By the way, Code::Blocks is not a compiler, so looking for another compiler is futile.
    « Last Edit: August 07, 2020, 05:43:01 pm by Miguel Gimenez »