User forums > Nightly builds

The 13 June 2013 build (9156) is out.

<< < (3/5) > >>

stefanos_:

--- Quote from: MortenMacFly on June 14, 2013, 09:22:17 pm ---
--- Quote from: frithjofh on June 14, 2013, 09:06:56 pm ---just got the latest svn and error persists

--- End quote ---
Make a CLEAN new checkout and try again. Make sure you really DELETE the old SVN sources before the clean checkout.

--- End quote ---

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.

r.stiltskin:

--- Quote from: jens on June 14, 2013, 10:42:13 pm ---The keyring packages are in the repo and in the packages list.

--- End quote ---

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

Oleg_Sam:
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


 

stahta01:

--- Quote from: Oleg_Sam on June 15, 2013, 06:03:20 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


--- End quote ---

Are you building using Unicode or ANSI version of wxWidgets?

Tim S.

Oleg_Sam:
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

 

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version