Author Topic: The 17 January 2014 build (10064) is out.  (Read 14518 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 17 January 2014 build (10064) is out.
« on: January 17, 2015, 05:05:58 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_gcc481-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_gcc481-TDM.7z

The 17 January 2015 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2015/CB_20150117_rev10064_win32.7z
  - Linux :
   none

Resolved Fixed:



  • CodeSnippets - fixed: was not saving edited snippets changed xml data. Fixed: was not saving snippet files when shutting down.
    Ref:http://forums.codeblocks.org/index.php/topic,19759.0/topicseen.html
  • CCManager: add configuration options for main CC behaviours
  • NassiShneiderman: Add a menu entry to allow creating diagrams from selected text (Fixes issue #126, thanks scarphin)
  • CC: remove unused variables, those variables and their associated UI parts are now controlled by CCManager in SDK(See revision 10055). The case_sensitive option now follows the global settings in CCManager, so once a Parser is created, this option can't be changed unless the project get reopened.
  • CC: fix ticket #130(Bug in RMB click -> Open include file). The second parameter of the function NormalizePath() should be a directory, not an absolute file path.
  • editor: add lexer configuration for new lexer in upcoming scintilla release.
  • NassiShneiderman: enhancement of the Cparser (Fixes issue #125, thanks scarphin)
  • rndgen: fixed compilation error with latest GCC (e.g. TDM GCC 4.9.2) at least on Windows
  • pumped (wx)Scintilla to v3.4.1
  • security fix for 3rd party hunspell library

Regressions/Confirmed/Annoying/Common bugs:



    Offline Jenna

    • Administrator
    • Lives here!
    • *****
    • Posts: 7255
    Re: The 17 January 2014 build (10064) is out.
    « Reply #1 on: January 17, 2015, 05:55:39 pm »
    Debian packages (binaries and sources) for 32-bit and 64-bit systems can be found in my debian-repo. Still building !
    Fedora packages (binaries and sources) for 32-bit and 64-bit systems (fc19, fc20, fc21 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).

    EDIT:
    Currently updatingUpdated my repos to 10066 with the following (additional) changes:
    • updating astyle library to v2.05
    • pumped (wx)Scinitlla to v3.53, finally bringing the "HEX" lexers to the core

    By the way:
    users who did not add my rpm-repo manually but by downloading the appropriate rpm (with my repo-file inside) should get an automatic update to the new repo.
    « Last Edit: January 18, 2015, 09:32:19 am by jens »

    Offline shurick

    • Multiple posting newcomer
    • *
    • Posts: 35
    Re: The 17 January 2014 build (10064) is out.
    « Reply #2 on: January 18, 2015, 06:56:52 am »
    Packages for openSUSE (binaries and sources) for 32-bit and 64-bit.
    Packages for openSUSE http://codeblocks.esy.es  (binaries and sources) for 32-bit and 64-bit.

    Offline Melchior

    • Multiple posting newcomer
    • *
    • Posts: 64
    • Sage of Life, Reason, and Time
    Re: The 17 January 2014 build (10064) is out.
    « Reply #3 on: January 18, 2015, 01:10:34 pm »
    Grabbed build r10064, starts up no problem on Windows XP Pro 64bit.
    my means of install of nightlies is simple drag n drop from archive overwriting existing files, seems to be working ok =D


    I have two files in my main CodeBlocks  install location that were probably left over from a older version...

    because they are not showing up in either the devel or output folders so they are not being compiled
    C:\Dev-CodeBlocks\exchndl.dll
    C:\Dev-CodeBlocks\wxscintilla.dll        <<-- I noticed [.\src\devel\libwxscintilla_cb.a] is it being statically linked in the main exe       
                                                                         now or its dll?   if so should I get rid of it?



    as far as running freshly compiled[debug] from svn src .... I am getting Debug Alerts and eventually I have to say no and let it crash...





    CB r10064  through gdb
    Code
    Can't read data for section '.debug_info' in file 'F:\Dev-src\CodeBlocks_src\src\output\wxtreelist.dll'
    Can't read data for section '.debug_info' in file 'F:\Dev-src\CodeBlocks_src\src\output\share\codeblocks\plugins\xpmanifest.dll'
    db stole 2GB of ram and crashed itself O_O....... gonna take a break...


    [attachment deleted by admin]
    « Last Edit: January 18, 2015, 01:21:49 pm by Melchior »
    (PC Specs)
    CPU: AMD FX-9590 4.7GHz 8-core  RAM: 32GB
    Motherboard: Asus SABERTOOTH 990FX R2.0
    GPU: nVidia GTX 1070 Ti 8GB  --  GFX Drivers: Nvidia v431.60
    OS: Windows 7 Ultimate 64-bit SP1 (x64)

    Offline oBFusCATed

    • Developer
    • Lives here!
    • *****
    • Posts: 13413
      • Travis build status
    Re: The 17 January 2014 build (10064) is out.
    « Reply #4 on: January 18, 2015, 01:19:58 pm »
    my means of install of nightlies is simple drag n drop from archive overwriting existing files, seems to be working ok =D
    This is not correct. Use a clean folder to install the archive.
    Overriding old files can have random effects. Form just works to crashes randomly!
    (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 Melchior

    • Multiple posting newcomer
    • *
    • Posts: 64
    • Sage of Life, Reason, and Time
    Re: The 17 January 2014 build (10064) is out.
    « Reply #5 on: January 18, 2015, 01:24:40 pm »
    my means of install of nightlies is simple drag n drop from archive overwriting existing files, seems to be working ok =D
    This is not correct. Use a clean folder to install the archive.
    Overriding old files can have random effects. Form just works to crashes randomly!

    When I downloaded my first nightly it was r10050 I deleted the shared folder and let it overwrite all remaining files...
    only those two were left so I should remove them then?
    (PC Specs)
    CPU: AMD FX-9590 4.7GHz 8-core  RAM: 32GB
    Motherboard: Asus SABERTOOTH 990FX R2.0
    GPU: nVidia GTX 1070 Ti 8GB  --  GFX Drivers: Nvidia v431.60
    OS: Windows 7 Ultimate 64-bit SP1 (x64)

    Offline Jenna

    • Administrator
    • Lives here!
    • *****
    • Posts: 7255
    Re: The 17 January 2014 build (10064) is out.
    « Reply #6 on: January 18, 2015, 01:30:45 pm »
    The scintilla dll should be much older than the static lib and is left over from whatever installation.

    Offline Melchior

    • Multiple posting newcomer
    • *
    • Posts: 64
    • Sage of Life, Reason, and Time
    Re: The 17 January 2014 build (10064) is out.
    « Reply #7 on: January 18, 2015, 01:44:41 pm »
    The scintilla dll should be much older than the static lib and is left over from whatever installation.
    the only Installer I have currently is "CodeBlocks (v13.12)_setup.exe"... however I did have a older version installed before that...
    I will  get rid of those files then.
    (PC Specs)
    CPU: AMD FX-9590 4.7GHz 8-core  RAM: 32GB
    Motherboard: Asus SABERTOOTH 990FX R2.0
    GPU: nVidia GTX 1070 Ti 8GB  --  GFX Drivers: Nvidia v431.60
    OS: Windows 7 Ultimate 64-bit SP1 (x64)

    Offline oBFusCATed

    • Developer
    • Lives here!
    • *****
    • Posts: 13413
      • Travis build status
    Re: The 17 January 2014 build (10064) is out.
    « Reply #8 on: January 18, 2015, 01:49:33 pm »
    Melchior:
    Start with a clean folder an copy everything needed there. There is no point in trying to guess what to replace/delete.
    Also this makes it possible to have multiple nightlies installed, so if the new one is broken you can easily revert to the old one.
    (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 Melchior

    • Multiple posting newcomer
    • *
    • Posts: 64
    • Sage of Life, Reason, and Time
    Re: The 17 January 2014 build (10064) is out.
    « Reply #9 on: January 19, 2015, 05:46:13 am »
    Contrib Build stats
    36 minute(s), 6 second(s)

    0 error(s),
    12494 warning(s)    <<-- and most of them were wxWidget related O_O !_!

    AND all those DEBUG ALERT warning still poping up (ie I did a fresh clean build of both Wx, CB, and Contrib)..

    I cannot run Debug build of CB trough gdb directly mem usage exceeds 2GB cap for a 32bit process on Windows XP Pro 64bit...
    so gdb crashes...

    DING DING bypassing those warning (gdb & C::B) I was finally able to get a backtrace on CB crash relating see my first post
    http://forums.codeblocks.org/index.php/topic,19846.msg135629.html#msg135629

    or

    here is my official bug report ticket! loi ;D
    https://sourceforge.net/p/codeblocks/tickets/133/

    gdb log:
    http://dpaste.com/33A7RQE   <-- Full gdb log
    http://dpaste.com/1JEECQY    <-- SIGSEGV & BackTrace
    « Last Edit: January 19, 2015, 05:58:07 am by Melchior »
    (PC Specs)
    CPU: AMD FX-9590 4.7GHz 8-core  RAM: 32GB
    Motherboard: Asus SABERTOOTH 990FX R2.0
    GPU: nVidia GTX 1070 Ti 8GB  --  GFX Drivers: Nvidia v431.60
    OS: Windows 7 Ultimate 64-bit SP1 (x64)

    Offline xawari

    • Multiple posting newcomer
    • *
    • Posts: 36
    • programming, usability ctrl
      • welcome to reality
    Re: The 17 January 2014 build (10064) is out.
    « Reply #10 on: January 20, 2015, 11:59:09 am »
    // BUGBUG: case conversion does not work for non-latin characters

    // TESTME
    {{{
    I accidentally the whole code
    Я случайно весь код
    私は誤ってコード全体
    es scheint, dass Eindämmungssystem hat völlig versagt
    }}}

    // BUGBUG: rectangular selection is still broken
    (reported previously http://forums.codeblocks.org/index.php/topic,19776.msg135484.html#msg135484 )
    ┌──────────────────────────────────────────────────────╖
    in another thousand years we'll be machines or gods█
    ╘══════════════════════════════════════════════════════╝