Author Topic: The 26 May 2015 build (10314) is out.  (Read 12683 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 26 May 2015 build (10314) is out.
« on: May 26, 2015, 08:07:16 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://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/wxmsw28u_gcc_cb_wx2812_gcc492-TDM.7z

For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/mingwm10_gcc492-TDM.7z

The 26 May 2015 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2015/CB_20150526_rev10314_win32.7z
  - Linux :
   none

The current SDK version is : 1.25.0

Resolved Fixed:

  • wxSmith-plugin: fix wxSizerFlagsProperty, vertical align is not allowed inside vertical sizers, horizontal align is not allowed inside horizontal sizers, wxEXPAND is not allowed together with alignmenta nd breaks layout in most recent wxWidgets.
  • build fix for autoconfs less tham 2.64; linker-flag test-macro will ignore the tested flag and write an appropriate message when running configure-script.
  • CC: fix #143 Code completion fails with function-try blocks
  • watches: Detect if the OnPropertySelected is called for the unselected property
  • build_options: Make it possible to delete any compiler variable (fixes ticket #161)
  • EditPairDlg: Make sure it is impossible to enter invalid values for keys
  • CC: Apply the same fix as the one for compiler variables to the CC options
  • EnvVar: Apply the same fix as the one for compiler variables to the env var settings

Regressions/Confirmed/Annoying/Common bugs:



    Offline oBFusCATed

    • Developer
    • Lives here!
    • *****
    • Posts: 13413
      • Travis build status
    Re: The 26 May 2015 build (10314) is out.
    « Reply #1 on: May 26, 2015, 11:40:31 pm »
    Khram: I don't see a file that can be used to test if the problem reproduces.
    (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 Jenna

    • Administrator
    • Lives here!
    • *****
    • Posts: 7255
    Re: The 26 May 2015 build (10314) is out.
    « Reply #2 on: May 27, 2015, 06:26:33 am »
    Debian packages (binaries and sources) for 32-bit and 64-bit systems can be found in my debian-repo.
    These packages are build against wxWidgets 3.0 from Debian repos and mght not be as stable than the versions build against wx2.8, but there are no wx2.8 packages available (at least for stable) from official repos.
    Please test and give feedback.

    Fedora packages (binaries and sources) for 32-bit and 64-bit systems (fc20, fc21, fc22 and rawhide), RedHat/CentOS 5 and 6 packages (also 32-bit and 64-bit) and RedHat/CentOS 7 packages (only 64-bit at the moment) can be found in my rpm-repo.
    I recently switched to copr to build and host my Fedora and CentOS packages.
    Instructions how to use it can be found on my server (easier) or on copr (a little more handwork needed).

    Offline Lev

    • Multiple posting newcomer
    • *
    • Posts: 13
    Re: The 26 May 2015 build (10314) is out.
    « Reply #3 on: May 27, 2015, 07:14:29 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 for Code::Blocks : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/wxmsw28u_gcc_cb_wx2812_gcc492-TDM.7z

    For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/mingwm10_gcc492-TDM.7z

    The 26 May 2015 build is out.
      - Windows :
       http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2015/CB_20150526_rev10314_win32.7z
      - Linux :
       none

    The current SDK version is : 1.25.0

    Resolved Fixed:

    • wxSmith-plugin: fix wxSizerFlagsProperty, vertical align is not allowed inside vertical sizers, horizontal align is not allowed inside horizontal sizers, wxEXPAND is not allowed together with alignmenta nd breaks layout in most recent wxWidgets.
    • build fix for autoconfs less tham 2.64; linker-flag test-macro will ignore the tested flag and write an appropriate message when running configure-script.
    • CC: fix #143 Code completion fails with function-try blocks
    • watches: Detect if the OnPropertySelected is called for the unselected property
    • build_options: Make it possible to delete any compiler variable (fixes ticket #161)
    • EditPairDlg: Make sure it is impossible to enter invalid values for keys
    • CC: Apply the same fix as the one for compiler variables to the CC options
    • EnvVar: Apply the same fix as the one for compiler variables to the env var settings

    Regressions/Confirmed/Annoying/Common bugs:


      it's svn 10311!what's wrong?

      Offline gd_on

      • Lives here!
      • ****
      • Posts: 796
      Re: The 26 May 2015 build (10314) is out.
      « Reply #4 on: May 27, 2015, 08:33:51 am »
      Nothing wrong. It's because svn 10312, 10313 and 10314 are debian specific.

      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 26 May 2015 build (10314) is out.
      « Reply #5 on: May 28, 2015, 07:13:34 pm »
      Debian packages (binaries and sources) for 32-bit and 64-bit systems can be found in my debian-repo.
      These packages are build against wxWidgets 3.0 from Debian repos and mght not be as stable than the versions build against wx2.8, but there are no wx2.8 packages available (at least for stable) from official repos.
      Please test and give feedback.

      The SVN version that it reports is 10305 used Jessie Package.

      Edit2:
      https://apt.jenslody.de/stable/ jessie main
      13.12svn10314-1

      Tim S.
      « Last Edit: May 28, 2015, 07:17:29 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 Jenna

      • Administrator
      • Lives here!
      • *****
      • Posts: 7255
      Re: The 26 May 2015 build (10314) is out.
      « Reply #6 on: May 29, 2015, 01:26:46 pm »
      The SVN version that it reports is 10305 used Jessie Package.
      Fixed now (svn r10315), thanks for reporting.
      That happened, because I used an unclean svn-tree to create the source-packages.