Author Topic: The 13 June 2013 build (9156) is out.  (Read 129757 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 13 June 2013 build (9156) is out.
« on: June 13, 2013, 09:51:24 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://prdownload.berlios.de/codeblocks/wxmsw28u_gcc_cb_wx2812_gcc471-TDM.7z

For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://prdownload.berlios.de/codeblocks/mingwm10_gcc471-TDM.7z
And the exception handler dll (for better crash reports) : http://prdownload.berlios.de/codeblocks/exchndl_gcc471-TDM.7z

The 13 June 2013 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20130613_rev9156_win32.7z
  - Linux :
   none

Resolved Fixed:

  • no list since it has been such a very long time, just enjoy it ......

Regressions/Confirmed/Annoying/Common bugs:



    Offline killerbot

    • Administrator
    • Lives here!
    • *****
    • Posts: 5490
    Re: The 13 June 2013 build (9156) is out.
    « Reply #1 on: June 13, 2013, 09:52:25 pm »
    from now on the frequency will be increased again  ;D

    stefanos_

    • Guest
    Re: The 13 June 2013 build (9156) is out.
    « Reply #2 on: June 14, 2013, 04:10:59 pm »
    As I have already reported to http://forums.codeblocks.org/index.php/topic,18011.msg123242.html#msg123242, I am facing issues compiling the latest HEAD. It complains about
    Code
    ../../include/prep.h|221|error: expected unqualified-id before numeric constant
    ../../include/prep.h|227|error: expected unqualified-id before numeric constant

    under Debian jessie, 32-bit GCC 4.7.3, wxGTK 2.8.12

    Offline oBFusCATed

    • Developer
    • Lives here!
    • *****
    • Posts: 13413
      • Travis build status
    Re: The 13 June 2013 build (9156) is out.
    « Reply #3 on: June 14, 2013, 04:20:14 pm »
    ToApolytoXaos: Should be fixed in HEAD.
    (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 Biplab

    • Developer
    • Lives here!
    • *****
    • Posts: 1874
      • Biplab's Blog
    Re: The 13 June 2013 build (9156) is out.
    « Reply #4 on: June 14, 2013, 05:50:07 pm »
    Mirror of this nightly is available from the following url-
    Quote
    http://codeblocks.biplab.in/mirror/nightly/rev9156/
    Be a part of the solution, not a part of the problem.

    Offline Jenna

    • Administrator
    • Lives here!
    • *****
    • Posts: 7255
    Re: The 13 June 2013 build (9156) is out.
    « Reply #5 on: June 14, 2013, 07:18:38 pm »
    As usual:
    Debian packages (binaries and sources) for 32-bit and 64-bit systems can be found in my debian-repo.
    Fedora packages (binaries and sources) for 32-bit and 64-bit systems (fc17, fc18 and fc19) and RedHat/CentOS 5 and 6 packages (also 32-bit and 64-bit) can be found in my rpm-repo .
    « Last Edit: June 14, 2013, 07:54:52 pm by jens »

    Offline frithjofh

    • Regular
    • ***
    • Posts: 376
    Re: The 13 June 2013 build (9156) is out.
    « Reply #6 on: June 14, 2013, 09:06:56 pm »
    still ain't fixed in head?

    Code
    ../../include/prep.h|221|error: expected unqualified-id before numeric constant
    ../../include/prep.h|227|error: expected unqualified-id before numeric constant

    just got the latest svn and error persists

    regards
    architect with some spare time  -  c::b compiled from last svn  -   openSuSE leap x86_64  -  AMD FX-4100

    Offline r.stiltskin

    • Multiple posting newcomer
    • *
    • Posts: 48
    Re: The 13 June 2013 build (9156) is out.
    « Reply #7 on: June 14, 2013, 09:11:51 pm »
    Jens, I have tried to add your public key using

    sudo apt-get install jens-lody-debian-keyring
    but I get
    E: Unable to locate package jens-lody-debian-keyring

    and when I try to recv-key C96E627C6EEB25C9 from keyserver pgpkeys.mit.edu or subkeys.pgp.net there is no response at all.

    Can you help with this?

    Offline MortenMacFly

    • Administrator
    • Lives here!
    • *****
    • Posts: 9694
    Re: The 13 June 2013 build (9156) is out.
    « Reply #8 on: June 14, 2013, 09:22:17 pm »
    just got the latest svn and error persists
    Make a CLEAN new checkout and try again. Make sure you really DELETE the old SVN sources before the clean checkout.
    Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
    C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
    C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

    Offline Jenna

    • Administrator
    • Lives here!
    • *****
    • Posts: 7255
    Re: The 13 June 2013 build (9156) is out.
    « Reply #9 on: June 14, 2013, 10:42:13 pm »
    Jens, I have tried to add your public key using

    sudo apt-get install jens-lody-debian-keyring
    but I get
    E: Unable to locate package jens-lody-debian-keyring

    and when I try to recv-key C96E627C6EEB25C9 from keyserver pgpkeys.mit.edu or subkeys.pgp.net there is no response at all.

    Can you help with this?
    Do you have my repo in apt's sources list ?
    If yes, did you recognize that my server layout has changed and no packages for squeeze (now oldstable) are build any more ?

    The keyring packages are in the repo and in the packages list.

    stefanos_

    • Guest
    Re: The 13 June 2013 build (9156) is out.
    « Reply #10 on: June 14, 2013, 11:22:59 pm »
    just got the latest svn and error persists
    Make a CLEAN new checkout and try again. Make sure you really DELETE the old SVN sources before the clean checkout.

    I have deleted the entire directory including the hidden files and directories, and checked out as you have suggested; the same issue remains the same.

    Offline r.stiltskin

    • Multiple posting newcomer
    • *
    • Posts: 48
    Re: The 13 June 2013 build (9156) is out.
    « Reply #11 on: June 15, 2013, 05:44:27 am »
    The keyring packages are in the repo and in the packages list.

    OK thanks.  I was unfamiliar with installing key directly from the repo.  Got it now.

    Offline Oleg_Sam

    • Multiple posting newcomer
    • *
    • Posts: 30
    Re: The 13 June 2013 build (9156) is out.
    « Reply #12 on: June 15, 2013, 06:03:20 am »
    I have some errors when build wxSmithPlot-Curve Plotting:

    -------------- Build: wxSmithPlot in wxSmithPlot - Curve Plotting (compiler: GNU GCC Compiler)---------------

    Compiling: wxsMathPlot.cpp
    In file included from G:\GccTools\wxWidgets\wxWidgets-2.8.12\include/wx/msw/wrapwin.h:58:0,
                     from G:\GccTools\wxWidgets\wxWidgets-2.8.12\include/wx/db.h:61,
                     from G:\GccTools\wxWidgets\wxWidgets-2.8.12\include/wx/variant.h:30,
                     from G:\GccTools\wxWidgets\wxWidgets-2.8.12\include/wx/colour.h:48,
                     from G:\GccTools\wxWidgets\wxWidgets-2.8.12\include/wx/settings.h:15,
                     from G:\GccTools\Projects\wx_widgets_projects\CodeBlocks\trunk\src\plugins\contrib\wxSmithPlot\wxsMathPlot.h:30,
                     from G:\GccTools\Projects\wx_widgets_projects\CodeBlocks\trunk\src\plugins\contrib\wxSmithPlot\wxsMathPlot.cpp:21:
    G:\GccTools\wxWidgets\wxWidgets-2.8.12\include/wx/msw/winundef.h: In function 'HWND__* CreateDialog(HINSTANCE, LPCTSTR, HWND, DLGPROC)':
    G:\GccTools\wxWidgets\wxWidgets-2.8.12\include/wx/msw/winundef.h:39:20: error: cannot convert 'LPCTSTR {aka const char*}' to 'LPCWSTR {aka const wchar_t*}' for argument '2' to 'HWND__* CreateDialogParamW(HINSTANCE, LPCWSTR, HWND, DLGPROC, LPARAM)'
    G:\GccTools\wxWidgets\wxWidgets-2.8.12\include/wx/msw/winundef.h: In function 'HFONT__* CreateFont(int, int, int, int, int, DWORD, DWORD, DWORD, DWORD, DWORD, DWORD, DWORD, DWORD, LPCTSTR)':
    G:\GccTools\wxWidgets\wxWidgets-2.8.12\include/wx/msw/winundef.h:70:48: error: cannot convert 'LPCTSTR {aka const char*}' to 'LPCWSTR {aka const wchar_t*}' for argument '14' to 'HFONT__* CreateFontW(int, int, int, int, int, DWORD, DWORD, DWORD, DWORD, DWORD, DWORD, DWORD, DWORD, LPCWSTR)'
    G:\GccTools\wxWidgets\wxWidgets-2.8.12\include/wx/msw/winundef.h: In function 'HWND__* CreateWindow(LPCTSTR, LPCTSTR, DWORD, int, int, int, int, HWND, HMENU, HINSTANCE, LPVOID)':
    G:\GccTools\wxWidgets\wxWidgets-2.8.12\include/wx/msw/winundef.h:95:20: error: cannot convert 'LPCTSTR {aka const char*}' to 'LPCWSTR {aka const wchar_t*}' for argument '2' to 'HWND__* CreateWindowExW(DWORD, LPCWSTR, LPCWSTR, DWORD, int, int, int, int, HWND, HMENU, HINSTANCE, LPVOID)'
    G:\GccTools\wxWidgets\wxWidgets-2.8.12\include/wx/msw/winundef.h: In function 'HMENU__* LoadMenu(HINSTANCE, LPCTSTR)':
    G:\GccTools\wxWidgets\wxWidgets-2.8.12\include/wx/msw/winundef.h:112:44: error: cannot convert 'LPCTSTR {aka const char*}' to 'LPCWSTR {aka const wchar_t*}' for argument '2' to 'HMENU__* LoadMenuW(HINSTANCE, LPCWSTR)'
    G:\GccTools\wxWidgets\wxWidgets-2.8.12\include/wx/msw/winundef.h: In function 'HICON__* LoadIcon(HINSTANCE, LPCTSTR)':
    G:\GccTools\wxWidgets\wxWidgets-2.8.12\include/wx/msw/winundef.h:318:51: error: cannot convert 'LPCTSTR {aka const char*}' to 'LPCWSTR {aka const wchar_t*}' for argument '2' to 'HICON__* LoadIconW(HINSTANCE, LPCWSTR)'
    G:\GccTools\wxWidgets\wxWidgets-2.8.12\include/wx/msw/winundef.h: In function 'HBITMAP__* LoadBitmap(HINSTANCE, LPCTSTR)':
    G:\GccTools\wxWidgets\wxWidgets-2.8.12\include/wx/msw/winundef.h:331:55: error: cannot convert 'LPCTSTR {aka const char*}' to 'LPCWSTR {aka const wchar_t*}' for argument '2' to 'HBITMAP__* LoadBitmapW(HINSTANCE, LPCWSTR)'
    Process terminated with status 1 (0 minute(s), 40 second(s))
    6 error(s), 0 warning(s) (0 minute(s), 40 second(s))

    I used  GCC 4.7.1 TDM on winxp sp3

    So I can't build last nightly..

    Thanks


     

    Offline stahta01

    • Lives here!
    • ****
    • Posts: 7582
      • My Best Post
    Re: The 13 June 2013 build (9156) is out.
    « Reply #13 on: June 15, 2013, 07:20:28 am »
    I have some errors when build wxSmithPlot-Curve Plotting:


    I used  GCC 4.7.1 TDM on winxp sp3

    So I can't build last nightly..

    Thanks


    Are you building using Unicode or ANSI version of wxWidgets?

    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 Oleg_Sam

    • Multiple posting newcomer
    • *
    • Posts: 30
    Re: The 13 June 2013 build (9156) is out.
    « Reply #14 on: June 15, 2013, 08:08:41 am »
    I using Unicode version of wxWidgets-2.8.12.  All previous nightly was builds without any problem..

    mingw32-make -f makefile.gcc MONOLITHIC=1 SHARED=0 UNICODE=1 BUILD=release USE_GDIPLUS=1 USE_OPENGL=1 USE_ODBC=1
    mingw32-make -f makefile.gcc MONOLITHIC=1 SHARED=1 UNICODE=1 BUILD=release USE_GDIPLUS=1 USE_OPENGL=1 USE_ODBC=1

     

    Offline gd_on

    • Lives here!
    • ****
    • Posts: 796
    Re: The 13 June 2013 build (9156) is out.
    « Reply #15 on: June 15, 2013, 11:46:08 am »
    No problems for me, but I'm on Windows 7, as you with TDM 4.71, but my call to mingw32-make to build the dll version is different :
    Code
    mingw32-make -f makefile.gcc USE_XRC=1 SHARED=1 MONOLITHIC=1 BUILD=release UNICODE=1 USE_OPENGL=1 VENDOR=cb clean
    mingw32-make -f makefile.gcc USE_XRC=1 SHARED=1 MONOLITHIC=1 BUILD=release UNICODE=1 USE_OPENGL=1 VENDOR=cb CXXFLAGS="-fno-keep-inline-dllexport"

    May be you can try to add CXXFLAGS as suggested elsewhere in this forum.

    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 LETARTARE

    • Lives here!
    • ****
    • Posts: 531
    • L'ami de l'homme.The friend of man.
      • LETARTARE
    Re: The 13 June 2013 build (9156) is out.
    « Reply #16 on: June 15, 2013, 12:20:13 pm »
    The "workspace" builds correctly with my setup.
    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

    ToApolytoXaos

    • Guest
    Re: The 13 June 2013 build (9156) is out.
    « Reply #17 on: June 15, 2013, 02:59:48 pm »
    It seems the problem is caused by CC Test. I have activated it and tried to compiled just this one on its own and throws the initial error messages.

    Offline Oleg_Sam

    • Multiple posting newcomer
    • *
    • Posts: 30
    Re: The 13 June 2013 build (9156) is out.
    « Reply #18 on: June 15, 2013, 03:22:02 pm »
    I am move  #include    <wx/settings.h>  string
    in wxsMathPlot.h

    so as:

    #ifndef wxsMATHPLOT_H
    #define wxsMATHPLOT_H

    #include    <wx/settings.h>

    #include    <stdio.h>
    #include    <stdlib.h>
    #include    <time.h>
    #include    <cmath>
    #include    <iostream>

    #include    <windef.h>

    #include    <wx/utils.h>
    #include    <wx/string.h>
    #include    <wx/filename.h>


    #include "../wxscontainer.h"
    #include "../wxsitemresdata.h"

    #include    <mathplot.h>

    and build is OK...

    This is a strange...
    Any ideas???

    Offline stahta01

    • Lives here!
    • ****
    • Posts: 7582
      • My Best Post
    Re: The 13 June 2013 build (9156) is out.
    « Reply #19 on: June 15, 2013, 03:31:01 pm »
    I am move  #include    <wx/settings.h>  string
    in wxsMathPlot.h

    so as:


    and build is OK...

    This is a strange...
    Any ideas???


    Problem is likely caused by "#include    <windef.h>" This file is the only place it is used in CB.
    I suggest commenting out that line or replacing it with "#include <wx/msw/wrapwin.h>"

    For more info about wrapwin.h read wxWidgets "docs/tech/tn0019.txt", I went thru CB a few years back and added these [wrapwin.h] calls because if you compile without using Precompiled Headers weird errors like this happen. This is likely a MinGW and/or wxWidgets bug.

    Edit: I suggest commenting out all the includes but the last three if my suggestion above fails to fix the problem.

    Tim S.
    « Last Edit: June 15, 2013, 04:39:30 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 Dreamy

    • Multiple posting newcomer
    • *
    • Posts: 44
    Re: The 13 June 2013 build (9156) is out.
    « Reply #20 on: June 16, 2013, 04:44:45 am »
    Hello everyone.

    I think that something bad happened to the toolbars in this nightly... Or did I miss something?
    Here is a comparison of 12.11 toolbars and 9156 toolbars (the background gradient is missing):


    *edit* Ah, now I see: manifest is missing in new codeblocks.exe
    « Last Edit: June 16, 2013, 04:48:11 am by Dreamy »

    Offline golgepapaz

    • Multiple posting newcomer
    • *
    • Posts: 44
    Re: The 13 June 2013 build (9156) is out.
    « Reply #21 on: June 16, 2013, 06:22:25 am »
    Hello everyone.

    I think that something bad happened to the toolbars in this nightly... Or did I miss something?

    *edit* Ah, now I see: manifest is missing in new codeblocks.exe

    Posted here
    http://forums.codeblocks.org/index.php/topic,18035.msg123273.html#msg123273

    if you revert to previous revision it should be ok. That's if you are building it yourself ofc.