Author Topic: The 03 October 2017 build (11182) is out.  (Read 14904 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 03 October 2017 build (11182) is out.
« on: October 03, 2017, 08:37:46 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_gcc510-TDM-2.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_gcc510-TDM.7z

The 03 October 2017 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2017/CB_20171003_rev11182_win32.7z
  - Linux :
   none

The current SDK version is : 1.31.0

Resolved Fixed:

  • compiler: Fix the tooltips for the new button for selecting a target in the compiler toolbar
  • compiler: Try to improve the invalid compiler [YOUR ANSWER IS ALREADY THERE. SEARCH THE FORUMS!] message we're printing

Regressions/Confirmed/Annoying/Common bugs:



    Offline Jenna

    • Administrator
    • Lives here!
    • *****
    • Posts: 7255
    Re: The 03 October 2017 build (11182) is out.
    « Reply #1 on: October 03, 2017, 02:54:20 pm »
    CentOS 7 and Fedora 25, 26, 27 and Rawhide packages are available from my copr (see signature).

    Building Debian packages is currently stalled. I don't know if I will start building for Debian again, because it's much work and I do not use Debian since years.

    Debian packages are now available again, please test whether the repo works or not (see signature).
    I do not use Debian myself since years, so it's hard to keep it uptodate and test it.
    Builds only happen for the convenience of our users.

    Offline Xaviou

    • Regular
    • ***
    • Posts: 402
      • X@v's wxStuff
    Re: The 03 October 2017 build (11182) is out.
    « Reply #2 on: October 04, 2017, 06:53:59 pm »
    Hi.

    Debian packages are now available again, please test whether the repo works or not (see signature).
    It seems the repo has a problem.
    tested on a Debian Stretch install : I get an error message after adding the repo url (see "Error Msg" screenshot attached)

    Tried to search for "codeblocks" with synaptic : the main package for this nightly can't be found (see "Synaptic CB Search" screenshot attached)

    Regards
    Xav'
    The french wxWidgets site : http://www.wxdev.fr
    My wxWidgets's stuff : https://wxstuff.xaviou.fr/

    Offline stahta01

    • Lives here!
    • ****
    • Posts: 7582
      • My Best Post
    Re: The 03 October 2017 build (11182) is out.
    « Reply #3 on: October 04, 2017, 07:11:06 pm »
    Debian stretch problem reported by Xaviou duplicated.

    Code
    https://apt.jenslody.de/stable/ stretch main

    Code
    W: Invalid 'Date' entry in Release file /var/lib/apt/lists/apt.jenslody.de_stable_dists_stretch_Release
    « Last Edit: October 04, 2017, 07:21:20 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 03 October 2017 build (11182) is out.
    « Reply #4 on: October 07, 2017, 01:28:51 pm »
    @Xaviou and @stahta01 thanks for reporting.
    The issue should be fixed now.
    Unfortunately I have to pin my repo on debian testing, otherwise codeblocks from main-repo is installed.
    I created "/etc/apt/preferences.d/10codeblocks" with the following content:
    Code
    Package: *
    Pin: origin apt.jenslody.de
    Pin-Priority: 999

    Offline stahta01

    • Lives here!
    • ****
    • Posts: 7582
      • My Best Post
    Re: The 03 October 2017 build (11182) is out.
    « Reply #5 on: October 09, 2017, 06:27:36 am »
    @Xaviou and @stahta01 thanks for reporting.
    The issue should be fixed now.
    Unfortunately I have to pin my repo on debian testing, otherwise codeblocks from main-repo is installed.
    I created "/etc/apt/preferences.d/10codeblocks" with the following content:
    Code
    Package: *
    Pin: origin apt.jenslody.de
    Pin-Priority: 999

    Thank you for the info on how to pin codeblocks.

    I have gotten CB from your repo installed; note, first I had to remove codeblocks and libcodeblocks from the debian repo.

    Tim S.
    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 Xaviou

    • Regular
    • ***
    • Posts: 402
      • X@v's wxStuff
    Re: The 03 October 2017 build (11182) is out.
    « Reply #6 on: October 09, 2017, 08:42:21 pm »
    Hi.

    The issue should be fixed now.
    It works fine.
    Unfortunately I have to pin my repo on debian testing, otherwise codeblocks from main-repo is installed.
    I created "/etc/apt/preferences.d/10codeblocks" with the following content:
    Code
    Package: *
    Pin: origin apt.jenslody.de
    Pin-Priority: 999
    I also had to do the same thing : thank you for the tip.

    Regards
    Xav'
    The french wxWidgets site : http://www.wxdev.fr
    My wxWidgets's stuff : https://wxstuff.xaviou.fr/