Author Topic: The 01 November 2019 build (11890) is out.  (Read 28364 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 01 November 2019 build (11890) is out.
« on: November 01, 2019, 06:49:48 pm »

IMPORTANT : THIS BUILD USES WX 313 with 2D SUPPORT.




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_2D_gcc810-mingw64.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 01 November 2019 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2019/CB_20191101_rev11890_win64.7z
  - Linux :
   none

The current SDK version is : 1.46.0

Resolved Fixed:

  • envvars: Crash when closing Environment settings dialog (ticket #877)
  • wxSmith: Fix wrong grouping of radio boxes in the wxSmith settings dialog (fix: #875 thanks Miguel Gimenez for patch)
  • wxSmith: Add wxDIRP_SMALL flag for wxDirPickerCtrl (fix #861. Thanks to Miguel Gimenez)
  • debugger: Fix regression when executing additional commands bef
  • debugger: Fix crash when trying to attach when there is no loaded project (ticket #879)
  • lexer: Add syntax highlighting for Nim (ticket #657, thanks Artem VL)
  • UI: Make Plugin manager to have resizeable plugin info control
  • compiler: Add an option to targets which allows the user to select the linker executable to be used for the target
  • sdk: Improve const correctness of code executed by CompilerCommandGenerator::GenerateCommandLine
  • sdk: Small optimizations in MacrosManager
  • compiler: Make the LinkerExecutableOption::AutoDetect work as advertised
  • scripting: Bind CompileOptionsBase SetLinkerExecutable and GetLinkerExecutable
  • SpellChecker: Fix wrong white space handling on windows by using the scintilla word finding functions
  • wxSmith: fix assertion because of missing default style for wxListView ( ticket #884, thanks Miguel Gimenez)
  • fixed warnings and freezes on Windows when running SpellChecker update batch file

Regressions/Confirmed/Annoying/Common bugs:


    « Last Edit: November 17, 2019, 08:30:02 pm by killerbot »

    Offline killerbot

    • Administrator
    • Lives here!
    • *****
    • Posts: 5490
    Re: The 01 November 2019 build (11890) is out.
    « Reply #1 on: November 01, 2019, 06:50:22 pm »
    in the meantime wx 3.1.3 is building and shortly a nightly based on that will come ....

    Offline killerbot

    • Administrator
    • Lives here!
    • *****
    • Posts: 5490
    « Last Edit: November 02, 2019, 08:14:58 am by killerbot »

    Offline Khram

    • Multiple posting newcomer
    • *
    • Posts: 47
    • 3D-tensor mathematics - vector space
      • ShipDesign
    Re: The 01 November 2019 build (11890) is out.
    « Reply #3 on: November 02, 2019, 05:42:15 am »
    Great, thank you! I will learn a new version of an excellent program.   :)
    C++ & Fortran in MinGW-GCC-4.3.3 & Equation-GCC-13.2 with CB-13456

    Offline BlueHazzard

    • Developer
    • Lives here!
    • *****
    • Posts: 3353
    Re: The 01 November 2019 build (11890) is out.
    « Reply #4 on: November 02, 2019, 11:51:17 pm »
    Quote
    When typing a new word, previous mistakes occur. The re-check the spelling of these errors are corrected.
    Sorry, bu i do not understand this. Does it work or not? If not, can you give an exact description what does not work? If it works all is ok :)

    Offline Khram

    • Multiple posting newcomer
    • *
    • Posts: 47
    • 3D-tensor mathematics - vector space
      • ShipDesign
    Re: The 01 November 2019 build (11890) is out.
    « Reply #5 on: November 03, 2019, 06:53:59 am »
    Quote
    When typing a new word, previous mistakes occur. The re-check the spelling of these errors are corrected.
    Sorry, bu i do not understand this. Does it work or not? If not, can you give an exact description what does not work? If it works all is ok :)

    Ok, thanks. I repeat. While typing a new word - does not work, and after, or, when working with old ready-made text - everything is fine. The general conclusion to the second day - it is already possible to work with some difficulties ...
    C++ & Fortran in MinGW-GCC-4.3.3 & Equation-GCC-13.2 with CB-13456

    Offline Frank_CB

    • Almost regular
    • **
    • Posts: 148
    Re: The 01 November 2019 build (11890) is out.
    « Reply #6 on: November 07, 2019, 07:39:22 pm »
    Hello,

    Have built wx313 libraries on a Windows 10 64-bit platform. Have installed nightly version 11890 using wx313. Have built Release and Debug versions of SVN 11901.

    Have successfully compiled and executed wxWidgets samples Calendar and Splash with MSVS2019 Community,with both wx311 and wx313 (both inside and outside the IDE). I have successfully built and executed these samples with previous versions of C::B using the wx311 libraries. After apparently successfully building/rebuilding the samples with either the nightly version or the SVN versions of C::B, using the wx313 libraries, I'm now encountering error status -1073741819 failures when running from within C::B's IDE. No errors, nor any output, is shown when executing the samples outside of C::B's IDE.

    Anyone else experiencing similar results or has any suggestions on how to fix the problem? It's not apparent to me whether this is wxWidget's or Code::Block's issue.

    Regards

    Offline stahta01

    • Lives here!
    • ****
    • Posts: 7582
      • My Best Post
    Re: The 01 November 2019 build (11890) is out.
    « Reply #7 on: November 07, 2019, 09:21:39 pm »
    Frank_CB: -1073741819 = c0000005

    Quote
    Exception code c0000005 is the code for an access violation.

    Tim S.
    « Last Edit: November 07, 2019, 09:45:24 pm 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 Frank_CB

    • Almost regular
    • **
    • Posts: 148
    Re: The 01 November 2019 build (11890) is out.
    « Reply #8 on: November 16, 2019, 10:05:36 pm »
    @Stahta01:

    Thanks for your response and comment.  My programming calculator verified your result.  It never dawned on me to change the error code to hexidecimal. Your reference to that value being equivalent to 'Access Violations' is good info. Is that information publicly available from Codeblocks, or is it your own?

    Regards

    Offline stahta01

    • Lives here!
    • ****
    • Posts: 7582
      • My Best Post
    Re: The 01 November 2019 build (11890) is out.
    « Reply #9 on: November 17, 2019, 12:08:15 am »
    @Stahta01:

    Thanks for your response and comment.  My programming calculator verified your result.  It never dawned on me to change the error code to hexidecimal. Your reference to that value being equivalent to 'Access Violations' is good info. Is that information publicly available from Codeblocks, or is it your own?

    Regards

    I use the Windows built in Calc to change it to Hex and then I google the HEX value without any leading Fs.

    Edit: I likely add error code to the hex value.

    Tim S.
    « Last Edit: November 17, 2019, 12:29:34 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 killerbot

    • Administrator
    • Lives here!
    • *****
    • Posts: 5490
    Re: The 01 November 2019 build (11890) is out.
    « Reply #10 on: November 17, 2019, 08:51:23 am »
    new nightly coming this evening, would only do wx 3.1.3, did we encounter any serious issues with it ?

    Offline gd_on

    • Lives here!
    • ****
    • Posts: 796
    Re: The 01 November 2019 build (11890) is out.
    « Reply #11 on: November 17, 2019, 10:31:01 am »
    For  me, no problems with wx313 (until now).
    I have just a minor problem with svn number which is always 11918 thouh it should be 11922 this morning (even after deleting autorevision.h which force a rebuild).
    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 oBFusCATed

    • Developer
    • Lives here!
    • *****
    • Posts: 13413
      • Travis build status
    Re: The 01 November 2019 build (11890) is out.
    « Reply #12 on: November 17, 2019, 11:20:52 am »
    Try to run the bootstrap script. I think it regenerates the revision.m4 file which is used to setup the numbers. If this doesn't work try to delete the revision.m4 and re-run bootstrap again.
    (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 gd_on

    • Lives here!
    • ****
    • Posts: 796
    Re: The 01 November 2019 build (11890) is out.
    « Reply #13 on: November 17, 2019, 05:41:55 pm »
     :-[ which boostrap ? I'm on Windows. boostrap is for linux, no ?
    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 oBFusCATed

    • Developer
    • Lives here!
    • *****
    • Posts: 13413
      • Travis build status
    Re: The 01 November 2019 build (11890) is out.
    « Reply #14 on: November 17, 2019, 05:51:18 pm »
    Yes, it is unix thing. Then I have no idea. You have to probably debug the autoversionning tool. It is not unheard of it being broken. ;)
    (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!]