Script started on Tue Jan 24 10:57:24 2012 ]2;julien@michkloo:~/local/gibui]1;michkloojulien@michkloo:~/local/gibui> make g++ -c -MMD -O2 -Wall -I/usr/lib/wx-2.8-wxcontainer/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -o gib.o gib.cpp In file included from gib.cpp:46:0: config.h:27:30: error: conversion from 'const char [6]' to 'const wxString' is ambiguous config.h:27:30: note: candidates are: /usr/include/wx-2.8/wx/string.h:692:3: note: wxString::wxString(wxChar, size_t) /usr/include/wx-2.8/wx/string.h:692:3: note: no known conversion for argument 1 from 'const char [6]' to 'wxChar {aka wchar_t}' /usr/include/wx-2.8/wx/string.h:682:3: note: wxString::wxString(int) /usr/include/wx-2.8/wx/string.h:682:3: note: no known conversion for argument 1 from 'const char [6]' to 'int' config.h:144:31: error: call of overloaded 'wxString(const char [5])' is ambiguous config.h:144:31: note: candidates are: /usr/include/wx-2.8/wx/string.h:722:3: note: wxString::wxString(const wxWCharBuffer&) /usr/include/wx-2.8/wx/string.h:722:3: note: no known conversion for argument 1 from 'const char [5]' to 'const wxWCharBuffer&' /usr/include/wx-2.8/wx/string.h:692:3: note: wxString::wxString(wxChar, size_t) /usr/include/wx-2.8/wx/string.h:692:3: note: no known conversion for argument 1 from 'const char [5]' to 'wxChar {aka wchar_t}' /usr/include/wx-2.8/wx/string.h:690:3: note: wxString::wxString(const wxString&) /usr/include/wx-2.8/wx/string.h:690:3: note: no known conversion for argument 1 from 'const char [5]' to 'const wxString&' /usr/include/wx-2.8/wx/string.h:682:3: note: wxString::wxString(int) /usr/include/wx-2.8/wx/string.h:682:3: note: no known conversion for argument 1 from 'const char [5]' to 'int' config.h: In member function 'wxString SEAT::String() const': config.h:187:1: error: 'LSEAT' was not declared in this scope In file included from game.h:26:0, from gibcanvas.h:27, from gib.cpp:47: events.h: At global scope: events.h:21:29: error: 'wxEVT_USER_FIRST' cannot appear in a constant-expression In file included from gibcanvas.h:27:0, from gib.cpp:47: game.h: In member function 'wxString Game::GetVulString()': game.h:436:1: error: 'Lvul_strings' was not declared in this scope game.h: In member function 'void Game::ClearLastTrick(bool)': game.h:464:14: warning: suggest parentheses around '&&' within '||' [-Wparentheses] In file included from gib.cpp:50:0: colours.h: At global scope: colours.h:51:2: error: 'wxButton' does not name a type In file included from gib.cpp:52:0: players.h:36:2: error: 'wxButton' does not name a type players.h:45:2: error: 'wxTextCtrl' does not name a type players.h:47:2: error: 'wxTextCtrl' does not name a type players.h:48:2: error: 'wxButton' does not name a type In file included from gib.cpp:54:0: dialogs.h:86:2: error: 'wxButton' does not name a type dialogs.h:87:2: error: 'wxButton' does not name a type In file included from gib.cpp:57:0: userdeal.h:58:2: error: 'wxTextCtrl' does not name a type In file included from gib.cpp:58:0: ccard.h: In member function 'wxString CCardItem::RealName() const': ccard.h:47:37: error: call of overloaded 'wxString(const char [2])' is ambiguous ccard.h:47:37: note: candidates are: /usr/include/wx-2.8/wx/string.h:722:3: note: wxString::wxString(const wxWCharBuffer&) /usr/include/wx-2.8/wx/string.h:722:3: note: no known conversion for argument 1 from 'const char [2]' to 'const wxWCharBuffer&' /usr/include/wx-2.8/wx/string.h:692:3: note: wxString::wxString(wxChar, size_t) /usr/include/wx-2.8/wx/string.h:692:3: note: no known conversion for argument 1 from 'const char [2]' to 'wxChar {aka wchar_t}' /usr/include/wx-2.8/wx/string.h:690:3: note: wxString::wxString(const wxString&) /usr/include/wx-2.8/wx/string.h:690:3: note: no known conversion for argument 1 from 'const char [2]' to 'const wxString&' /usr/include/wx-2.8/wx/string.h:682:3: note: wxString::wxString(int) /usr/include/wx-2.8/wx/string.h:682:3: note: no known conversion for argument 1 from 'const char [2]' to 'int' gib.cpp: At global scope: gib.cpp:116:1: warning: extended initializer lists only available with -std=c++0x or -std=gnu++0x [enabled by default] gib.cpp: In member function 'virtual bool GibApp::OnInit()': gib.cpp:136:49: error: conversion from 'const char [8]' to 'const wxString' is ambiguous gib.cpp:136:49: note: candidates are: /usr/include/wx-2.8/wx/string.h:692:3: note: wxString::wxString(wxChar, size_t) /usr/include/wx-2.8/wx/string.h:692:3: note: no known conversion for argument 1 from 'const char [8]' to 'wxChar {aka wchar_t}' /usr/include/wx-2.8/wx/string.h:682:3: note: wxString::wxString(int) /usr/include/wx-2.8/wx/string.h:682:3: note: no known conversion for argument 1 from 'const char [8]' to 'int' gib.cpp:120:13: error: initializing argument 1 of 'void XPSetEnv(const wxString&, const wxString&)' gib.cpp:138:27: error: conversion from 'const char [11]' to 'const wxString' is ambiguous gib.cpp:138:27: note: candidates are: /usr/include/wx-2.8/wx/string.h:692:3: note: wxString::wxString(wxChar, size_t) /usr/include/wx-2.8/wx/string.h:692:3: note: no known conversion for argument 1 from 'const char [11]' to 'wxChar {aka wchar_t}' /usr/include/wx-2.8/wx/string.h:682:3: note: wxString::wxString(int) /usr/include/wx-2.8/wx/string.h:682:3: note: no known conversion for argument 1 from 'const char [11]' to 'int' /usr/include/wx-2.8/wx/app.h:132:10: error: initializing argument 1 of 'void wxAppConsole::SetVendorName(const wxString&)' gib.cpp:139:21: error: conversion from 'const char [4]' to 'const wxString' is ambiguous gib.cpp:139:21: note: candidates are: /usr/include/wx-2.8/wx/string.h:692:3: note: wxString::wxString(wxChar, size_t) /usr/include/wx-2.8/wx/string.h:692:3: note: no known conversion for argument 1 from 'const char [4]' to 'wxChar {aka wchar_t}' /usr/include/wx-2.8/wx/string.h:682:3: note: wxString::wxString(int) /usr/include/wx-2.8/wx/string.h:682:3: note: no known conversion for argument 1 from 'const char [4]' to 'int' /usr/include/wx-2.8/wx/app.h:124:10: error: initializing argument 1 of 'void wxAppConsole::SetAppName(const wxString&)' gib.cpp:141:46: error: conversion from 'const char [4]' to 'const wxString' is ambiguous gib.cpp:141:46: note: candidates are: /usr/include/wx-2.8/wx/string.h:692:3: note: wxString::wxString(wxChar, size_t) /usr/include/wx-2.8/wx/string.h:692:3: note: no known conversion for argument 1 from 'const char [4]' to 'wxChar {aka wchar_t}' /usr/include/wx-2.8/wx/string.h:682:3: note: wxString::wxString(int) /usr/include/wx-2.8/wx/string.h:682:3: note: no known conversion for argument 1 from 'const char [4]' to 'int' /usr/include/wx-2.8/wx/fileconf.h:120:3: error: initializing argument 1 of 'wxFileConfig::wxFileConfig(const wxString&, const wxString&, const wxString&, const wxString&, long int, const wxMBConv&)' gib.cpp:152:29: error: conversion from 'const char [4]' to 'const wxString' is ambiguous gib.cpp:152:29: note: candidates are: /usr/include/wx-2.8/wx/string.h:692:3: note: wxString::wxString(wxChar, size_t) /usr/include/wx-2.8/wx/string.h:692:3: note: no known conversion for argument 1 from 'const char [4]' to 'wxChar {aka wchar_t}' /usr/include/wx-2.8/wx/string.h:682:3: note: wxString::wxString(int) /usr/include/wx-2.8/wx/string.h:682:3: note: no known conversion for argument 1 from 'const char [4]' to 'int' gibcanvas.h:53:2: error: initializing argument 1 of 'GibFrame::GibFrame(const wxString&, const wxPoint&, const wxSize&)' gib.cpp: In member function 'wxMenuBar* GibFrame::MainMenuBar()': gib.cpp:234:71: error: conversion from 'const char [1]' to 'const wxString' is ambiguous gib.cpp:234:71: note: candidates are: /usr/include/wx-2.8/wx/string.h:692:3: note: wxString::wxString(wxChar, size_t) /usr/include/wx-2.8/wx/string.h:692:3: note: no known conversion for argument 1 from 'const char [1]' to 'wxChar {aka wchar_t}' /usr/include/wx-2.8/wx/string.h:682:3: note: wxString::wxString(int) /usr/include/wx-2.8/wx/string.h:682:3: note: no known conversion for argument 1 from 'const char [1]' to 'int' /usr/include/wx-2.8/wx/menu.h:303:10: error: initializing argument 3 of 'void wxMenuBase::Append(int, const wxString&, const wxString&, bool)' gib.cpp:235:64: error: conversion from 'const char [1]' to 'const wxString' is ambiguous gib.cpp:235:64: note: candidates are: /usr/include/wx-2.8/wx/string.h:692:3: note: wxString::wxString(wxChar, size_t) /usr/include/wx-2.8/wx/string.h:692:3: note: no known conversion for argument 1 from 'const char [1]' to 'wxChar {aka wchar_t}' /usr/include/wx-2.8/wx/string.h:682:3: note: wxString::wxString(int) /usr/include/wx-2.8/wx/string.h:682:3: note: no known conversion for argument 1 from 'const char [1]' to 'int' /usr/include/wx-2.8/wx/menu.h:303:10: error: initializing argument 3 of 'void wxMenuBase::Append(int, const wxString&, const wxString&, bool)' gib.cpp:236:48: error: conversion from 'const char [1]' to 'const wxString' is ambiguous gib.cpp:236:48: note: candidates are: /usr/include/wx-2.8/wx/string.h:692:3: note: wxString::wxString(wxChar, size_t) /usr/include/wx-2.8/wx/string.h:692:3: note: no known conversion for argument 1 from 'const char [1]' to 'wxChar {aka wchar_t}' /usr/include/wx-2.8/wx/string.h:682:3: note: wxString::wxString(int) /usr/include/wx-2.8/wx/string.h:682:3: note: no known conversion for argument 1 from 'const char [1]' to 'int' /usr/include/wx-2.8/wx/menu.h:303:10: error: initializing argument 3 of 'void wxMenuBase::Append(int, const wxString&, const wxString&, bool)' gib.cpp:239:58: error: conversion from 'const char [1]' to 'const wxString' is ambiguous gib.cpp:239:58: note: candidates are: /usr/include/wx-2.8/wx/string.h:692:3: note: wxString::wxString(wxChar, size_t) /usr/include/wx-2.8/wx/string.h:692:3: note: no known conversion for argument 1 from 'const char [1]' to 'wxChar {aka wchar_t}' /usr/include/wx-2.8/wx/string.h:682:3: note: wxString::wxString(int) /usr/include/wx-2.8/wx/string.h:682:3: note: no known conversion for argument 1 from 'const char [1]' to 'int' /usr/include/wx-2.8/wx/menu.h:303:10: error: initializing argument 3 of 'void wxMenuBase::Append(int, const wxString&, const wxString&, bool)' gib.cpp:240:63: error: conversion from 'const char [1]' to 'const wxString' is ambiguous gib.cpp:240:63: note: candidates are: /usr/include/wx-2.8/wx/string.h:692:3: note: wxString::wxString(wxChar, size_t) /usr/include/wx-2.8/wx/string.h:692:3: note: no known conversion for argument 1 from 'const char [1]' to 'wxChar {aka wchar_t}' /usr/include/wx-2.8/wx/string.h:682:3: note: wxString::wxString(int) /usr/include/wx-2.8/wx/string.h:682:3: note: no known conversion for argument 1 from 'const char [1]' to 'int' /usr/include/wx-2.8/wx/menu.h:303:10: error: initializing argument 3 of 'void wxMenuBase::Append(int, const wxString&, const wxString&, bool)' gib.cpp:241:54: error: conversion from 'const char [1]' to 'const wxString' is ambiguous gib.cpp:241:54: note: candidates are: /usr/include/wx-2.8/wx/string.h:692:3: note: wxString::wxString(wxChar, size_t) /usr/include/wx-2.8/wx/string.h:692:3: note: no known conversion for argument 1 from 'const char [1]' to 'wxChar {aka wchar_t}' /usr/include/wx-2.8/wx/string.h:682:3: note: wxString::wxString(int) /usr/include/wx-2.8/wx/string.h:682:3: note: no known conversion for argument 1 from 'const char [1]' to 'int' /usr/include/wx-2.8/wx/menu.h:303:10: error: initializing argument 3 of 'void wxMenuBase::Append(int, const wxString&, const wxString&, bool)' gib.cpp:242:60: error: conversion from 'const char [1]' to 'const wxString' is ambiguous gib.cpp:242:60: note: candidates are: /usr/include/wx-2.8/wx/string.h:692:3: note: wxString::wxString(wxChar, size_t) /usr/include/wx-2.8/wx/string.h:692:3: note: no known conversion for argument 1 from 'const char [1]' to 'wxChar {aka wchar_t}' /usr/include/wx-2.8/wx/string.h:682:3: note: wxString::wxString(int) /usr/include/wx-2.8/wx/string.h:682:3: note: no known conversion for argument 1 from 'const char [1]' to 'int' /usr/include/wx-2.8/wx/menu.h:303:10: error: initializing argument 3 of 'void wxMenuBase::Append(int, const wxString&, const wxString&, bool)' gib.cpp:246:57: error: conversion from 'const char [1]' to 'const wxString' is ambiguous gib.cpp:246:57: note: candidates are: /usr/include/wx-2.8/wx/string.h:692:3: note: wxString::wxString(wxChar, size_t) /usr/include/wx-2.8/wx/string.h:692:3: note: no known conversion for argument 1 from 'const char [1]' to 'wxChar {aka wchar_t}' /usr/include/wx-2.8/wx/string.h:682:3: note: wxString::wxString(int) /usr/include/wx-2.8/wx/string.h:682:3: note: no known conversion for argument 1 from 'const char [1]' to 'int' /usr/include/wx-2.8/wx/menu.h:303:10: error: initializing argument 3 of 'void wxMenuBase::Append(int, const wxString&, const wxString&, bool)' gib.cpp:247:55: error: conversion from 'const char [1]' to 'const wxString' is ambiguous gib.cpp:247:55: note: candidates are: /usr/include/wx-2.8/wx/string.h:692:3: note: wxString::wxString(wxChar, size_t) /usr/include/wx-2.8/wx/string.h:692:3: note: no known conversion for argument 1 from 'const char [1]' to 'wxChar {aka wchar_t}' /usr/include/wx-2.8/wx/string.h:682:3: note: wxString::wxString(int) /usr/include/wx-2.8/wx/string.h:682:3: note: no known conversion for argument 1 from 'const char [1]' to 'int' /usr/include/wx-2.8/wx/menu.h:303:10: error: initializing argument 3 of 'void wxMenuBase::Append(int, const wxString&, const wxString&, bool)' gib.cpp:248:54: error: conversion from 'const char [1]' to 'const wxString' is ambiguous gib.cpp:248:54: note: candidates are: /usr/include/wx-2.8/wx/string.h:692:3: note: wxString::wxString(wxChar, size_t) /usr/include/wx-2.8/wx/string.h:692:3: note: no known conversion for argument 1 from 'const char [1]' to 'wxChar {aka wchar_t}' /usr/include/wx-2.8/wx/string.h:682:3: note: wxString::wxString(int) /usr/include/wx-2.8/wx/string.h:682:3: note: no known conversion for argument 1 from 'const char [1]' to 'int' /usr/include/wx-2.8/wx/menu.h:303:10: error: initializing argument 3 of 'void wxMenuBase::Append(int, const wxString&, const wxString&, bool)' gib.cpp:249:55: error: conversion from 'const char [1]' to 'const wxString' is ambiguous gib.cpp:249:55: note: candidates are: /usr/include/wx-2.8/wx/string.h:692:3: note: wxString::wxString(wxChar, size_t) /usr/include/wx-2.8/wx/string.h:692:3: note: no known conversion for argument 1 from 'const char [1]' to 'wxChar {aka wchar_t}' /usr/include/wx-2.8/wx/string.h:682:3: note: wxString::wxString(int) /usr/include/wx-2.8/wx/string.h:682:3: note: no known conversion for argument 1 from 'const char [1]' to 'int' /usr/include/wx-2.8/wx/menu.h:303:10: error: initializing argument 3 of 'void wxMenuBase::Append(int, const wxString&, const wxString&, bool)' gib.cpp:250:54: error: conversion from 'const char [1]' to 'const wxString' is ambiguous gib.cpp:250:54: note: candidates are: /usr/include/wx-2.8/wx/string.h:692:3: note: wxString::wxString(wxChar, size_t) /usr/include/wx-2.8/wx/string.h:692:3: note: no known conversion for argument 1 from 'const char [1]' to 'wxChar {aka wchar_t}' /usr/include/wx-2.8/wx/string.h:682:3: note: wxString::wxString(int) /usr/include/wx-2.8/wx/string.h:682:3: note: no known conversion for argument 1 from 'const char [1]' to 'int' /usr/include/wx-2.8/wx/menu.h:303:10: error: initializing argument 3 of 'void wxMenuBase::Append(int, const wxString&, const wxString&, bool)' gib.cpp:260:65: error: conversion from 'const char [1]' to 'const wxString' is ambiguous gib.cpp:260:65: note: candidates are: /usr/include/wx-2.8/wx/string.h:692:3: note: wxString::wxString(wxChar, size_t) /usr/include/wx-2.8/wx/string.h:692:3: note: no known conversion for argument 1 from 'const char [1]' to 'wxChar {aka wchar_t}' /usr/include/wx-2.8/wx/string.h:682:3: note: wxString::wxString(int) /usr/include/wx-2.8/wx/string.h:682:3: note: no known conversion for argument 1 from 'const char [1]' to 'int' /usr/include/wx-2.8/wx/menu.h:303:10: error: initializing argument 3 of 'void wxMenuBase::Append(int, const wxString&, const wxString&, bool)' gib.cpp:262:64: error: conversion from 'const char [1]' to 'const wxString' is ambiguous gib.cpp:262:64: note: candidates are: /usr/include/wx-2.8/wx/string.h:692:3: note: wxString::wxString(wxChar, size_t) /usr/include/wx-2.8/wx/string.h:692:3: note: no known conversion for argument 1 from 'const char [1]' to 'wxChar {aka wchar_t}' /usr/include/wx-2.8/wx/string.h:682:3: note: wxString::wxString(int) /usr/include/wx-2.8/wx/string.h:682:3: note: no known conversion for argument 1 from 'const char [1]' to 'int' /usr/include/wx-2.8/wx/menu.h:303:10: error: initializing argument 3 of 'void wxMenuBase::Append(int, const wxString&, const wxString&, bool)' gib.cpp:266:64: error: conversion from 'const char [1]' to 'const wxString' is ambiguous gib.cpp:266:64: note: candidates are: /usr/include/wx-2.8/wx/string.h:692:3: note: wxString::wxString(wxChar, size_t) /usr/include/wx-2.8/wx/string.h:692:3: note: no known conversion for argument 1 from 'const char [1]' to 'wxChar {aka wchar_t}' /usr/include/wx-2.8/wx/string.h:682:3: note: wxString::wxString(int) /usr/include/wx-2.8/wx/string.h:682:3: note: no known conversion for argument 1 from 'const char [1]' to 'int' /usr/include/wx-2.8/wx/menu.h:303:10: error: initializing argument 3 of 'void wxMenuBase::Append(int, const wxString&, const wxString&, bool)' gib.cpp:267:64: error: conversion from 'const char [1]' to 'const wxString' is ambiguous gib.cpp:267:64: note: candidates are: /usr/include/wx-2.8/wx/string.h:692:3: note: wxString::wxString(wxChar, size_t) /usr/include/wx-2.8/wx/string.h:692:3: note: no known conversion for argument 1 from 'const char [1]' to 'wxChar {aka wchar_t}' /usr/include/wx-2.8/wx/string.h:682:3: note: wxString::wxString(int) /usr/include/wx-2.8/wx/string.h:682:3: note: no known conversion for argument 1 from 'const char [1]' to 'int' /usr/include/wx-2.8/wx/menu.h:303:10: error: initializing argument 3 of 'void wxMenuBase::Append(int, const wxString&, const wxString&, bool)' gib.cpp:268:62: error: conversion from 'const char [1]' to 'const wxString' is ambiguous gib.cpp:268:62: note: candidates are: /usr/include/wx-2.8/wx/string.h:692:3: note: wxString::wxString(wxChar, size_t) /usr/include/wx-2.8/wx/string.h:692:3: note: no known conversion for argument 1 from 'const char [1]' to 'wxChar {aka wchar_t}' /usr/include/wx-2.8/wx/string.h:682:3: note: wxString::wxString(int) /usr/include/wx-2.8/wx/string.h:682:3: note: no known conversion for argument 1 from 'const char [1]' to 'int' /usr/include/wx-2.8/wx/menu.h:303:10: error: initializing argument 3 of 'void wxMenuBase::Append(int, const wxString&, const wxString&, bool)' gib.cpp:288:58: error: conversion from 'const char [1]' to 'const wxString' is ambiguous gib.cpp:288:58: note: candidates are: /usr/include/wx-2.8/wx/string.h:692:3: note: wxString::wxString(wxChar, size_t) /usr/include/wx-2.8/wx/string.h:692:3: note: no known conversion for argument 1 from 'const char [1]' to 'wxChar {aka wchar_t}' /usr/include/wx-2.8/wx/string.h:682:3: note: wxString::wxString(int) /usr/include/wx-2.8/wx/string.h:682:3: note: no known conversion for argument 1 from 'const char [1]' to 'int' /usr/include/wx-2.8/wx/gtk/menu.h:77:5: error: initializing argument 1 of 'wxMenu::wxMenu(const wxString&, long int)' gib.cpp:314:48: error: conversion from 'const char [4]' to 'const wxString' is ambiguous gib.cpp:314:48: note: candidates are: /usr/include/wx-2.8/wx/string.h:692:3: note: wxString::wxString(wxChar, size_t) /usr/include/wx-2.8/wx/string.h:692:3: note: no known conversion for argument 1 from 'const char [4]' to 'wxChar {aka wchar_t}' /usr/include/wx-2.8/wx/string.h:682:3: note: wxString::wxString(int) /usr/include/wx-2.8/wx/string.h:682:3: note: no known conversion for argument 1 from 'const char [4]' to 'int' /usr/include/wx-2.8/wx/gtk/menu.h:77:5: error: initializing argument 1 of 'wxMenu::wxMenu(const wxString&, long int)' gib.cpp: In member function 'wxMenu* GibFrame::CardBacksSubMenu()': gib.cpp:342:33: error: ambiguous overload for 'operator<<' in 'backsDir.wxString::operator<<(47) << "images"' gib.cpp:342:33: note: candidates are: /usr/include/wx-2.8/wx/string.h:992:13: note: wxString& wxString::operator<<(const wxString&) /usr/include/wx-2.8/wx/string.h:992:13: note: no known conversion for argument 1 from 'const char [7]' to 'const wxString&' /usr/include/wx-2.8/wx/string.h:1006:13: note: wxString& wxString::operator<<(wxChar) /usr/include/wx-2.8/wx/string.h:1006:13: note: no known conversion for argument 1 from 'const char [7]' to 'wxChar {aka wchar_t}' /usr/include/wx-2.8/wx/string.h:1010:13: note: wxString& wxString::operator<<(const wxWCharBuffer&) /usr/include/wx-2.8/wx/string.h:1010:13: note: no known conversion for argument 1 from 'const char [7]' to 'const wxWCharBuffer&' /usr/include/wx-2.8/wx/string.h:1060:13: note: wxString& wxString::operator<<(int) /usr/include/wx-2.8/wx/string.h:1060:13: note: no known conversion for argument 1 from 'const char [7]' to 'int' /usr/include/wx-2.8/wx/string.h:1063:13: note: wxString& wxString::operator<<(unsigned int) /usr/include/wx-2.8/wx/string.h:1063:13: note: no known conversion for argument 1 from 'const char [7]' to 'unsigned int' /usr/include/wx-2.8/wx/string.h:1066:13: note: wxString& wxString::operator<<(long int) /usr/include/wx-2.8/wx/string.h:1066:13: note: no known conversion for argument 1 from 'const char [7]' to 'long int' /usr/include/wx-2.8/wx/string.h:1069:13: note: wxString& wxString::operator<<(long unsigned int) /usr/include/wx-2.8/wx/string.h:1069:13: note: no known conversion for argument 1 from 'const char [7]' to 'long unsigned int' /usr/include/wx-2.8/wx/string.h:1073:13: note: wxString& wxString::operator<<(long long int) /usr/include/wx-2.8/wx/string.h:1073:13: note: no known conversion for argument 1 from 'const char [7]' to 'long long int' /usr/include/wx-2.8/wx/string.h:1079:13: note: wxString& wxString::operator<<(long long unsigned int) /usr/include/wx-2.8/wx/string.h:1079:13: note: no known conversion for argument 1 from 'const char [7]' to 'long long unsigned int' gib.cpp:356:52: error: conversion from 'const char [1]' to 'const wxString' is ambiguous gib.cpp:356:52: note: candidates are: /usr/include/wx-2.8/wx/string.h:692:3: note: wxString::wxString(wxChar, size_t) /usr/include/wx-2.8/wx/string.h:692:3: note: no known conversion for argument 1 from 'const char [1]' to 'wxChar {aka wchar_t}' /usr/include/wx-2.8/wx/string.h:682:3: note: wxString::wxString(int) /usr/include/wx-2.8/wx/string.h:682:3: note: no known conversion for argument 1 from 'const char [1]' to 'int' /usr/include/wx-2.8/wx/dir.h:115:10: error: initializing argument 2 of 'bool wxDir::GetFirst(wxString*, const wxString&, int) const' gib.cpp:361:1: error: 'Ldirname' was not declared in this scope gib.cpp:330:11: warning: unused variable 'backs_names' [-Wunused-variable] gib.cpp: In member function 'void GibFrame::LoadMenubarState() const': gib.cpp:402:47: error: invalid conversion from 'const char*' to 'wxChar {aka wchar_t}' [-fpermissive] /usr/include/wx-2.8/wx/string.h:1634:13: error: initializing argument 2 of 'bool operator==(const wxString&, wxChar)' [-fpermissive] gib.cpp:403:47: error: invalid conversion from 'const char*' to 'wxChar {aka wchar_t}' [-fpermissive] /usr/include/wx-2.8/wx/string.h:1634:13: error: initializing argument 2 of 'bool operator==(const wxString&, wxChar)' [-fpermissive] gib.cpp:404:47: error: invalid conversion from 'const char*' to 'wxChar {aka wchar_t}' [-fpermissive] /usr/include/wx-2.8/wx/string.h:1634:13: error: initializing argument 2 of 'bool operator==(const wxString&, wxChar)' [-fpermissive] gib.cpp: In member function 'void GibFrame::ChangeCheckboxState(int) const': gib.cpp:487:46: error: ambiguous overload for 'operator=' in 'p.PlayerSettings::cardFronts = cardFrontStyle[radioPointer]' gib.cpp:487:46: note: candidates are: /usr/include/wx-2.8/wx/string.h:676:13: note: wxString& wxString::operator=(int) /usr/include/wx-2.8/wx/string.h:676:13: note: no known conversion for argument 1 from 'const char*' to 'int' /usr/include/wx-2.8/wx/string.h:956:13: note: wxString& wxString::operator=(wxChar) /usr/include/wx-2.8/wx/string.h:956:13: note: no known conversion for argument 1 from 'const char*' to 'wxChar {aka wchar_t}' /usr/include/wx-2.8/wx/string.h:970:13: note: wxString& wxString::operator=(const wxWCharBuffer&) /usr/include/wx-2.8/wx/string.h:970:13: note: no known conversion for argument 1 from 'const char*' to 'const wxWCharBuffer&' /usr/include/wx-2.8/wx/string.h:659:24: note: wxString& wxString::operator=(const wxString&) /usr/include/wx-2.8/wx/string.h:659:24: note: no known conversion for argument 1 from 'const char*' to 'const wxString&' gib.cpp:495:41: error: 'wxLogMessage' was not declared in this scope gib.cpp: In member function 'void GibFrame::OnMenu(wxCommandEvent&)': gib.cpp:649:4: warning: 'void wxUsleep(long unsigned int)' is deprecated (declared at /usr/include/wx-2.8/wx/utils.h:457) [-Wdeprecated-declarations] gib.cpp:649:4: warning: 'void wxUsleep(long unsigned int)' is deprecated (declared at /usr/include/wx-2.8/wx/utils.h:457) [-Wdeprecated-declarations] gib.cpp:672:4: warning: 'void wxUsleep(long unsigned int)' is deprecated (declared at /usr/include/wx-2.8/wx/utils.h:457) [-Wdeprecated-declarations] gib.cpp:672:4: warning: 'void wxUsleep(long unsigned int)' is deprecated (declared at /usr/include/wx-2.8/wx/utils.h:457) [-Wdeprecated-declarations] gib.cpp:688:13: error: ambiguous overload for 'operator<<' in '(& bmdir.wxString::operator<<((*(const wxString*)(& FILE_ROOT))))->wxString::operator<<(47) << "demos"' gib.cpp:688:13: note: candidates are: /usr/include/wx-2.8/wx/string.h:992:13: note: wxString& wxString::operator<<(const wxString&) /usr/include/wx-2.8/wx/string.h:992:13: note: no known conversion for argument 1 from 'const char [6]' to 'const wxString&' /usr/include/wx-2.8/wx/string.h:1006:13: note: wxString& wxString::operator<<(wxChar) /usr/include/wx-2.8/wx/string.h:1006:13: note: no known conversion for argument 1 from 'const char [6]' to 'wxChar {aka wchar_t}' /usr/include/wx-2.8/wx/string.h:1010:13: note: wxString& wxString::operator<<(const wxWCharBuffer&) /usr/include/wx-2.8/wx/string.h:1010:13: note: no known conversion for argument 1 from 'const char [6]' to 'const wxWCharBuffer&' /usr/include/wx-2.8/wx/string.h:1060:13: note: wxString& wxString::operator<<(int) /usr/include/wx-2.8/wx/string.h:1060:13: note: no known conversion for argument 1 from 'const char [6]' to 'int' /usr/include/wx-2.8/wx/string.h:1063:13: note: wxString& wxString::operator<<(unsigned int) /usr/include/wx-2.8/wx/string.h:1063:13: note: no known conversion for argument 1 from 'const char [6]' to 'unsigned int' /usr/include/wx-2.8/wx/string.h:1066:13: note: wxString& wxString::operator<<(long int) /usr/include/wx-2.8/wx/string.h:1066:13: note: no known conversion for argument 1 from 'const char [6]' to 'long int' /usr/include/wx-2.8/wx/string.h:1069:13: note: wxString& wxString::operator<<(long unsigned int) /usr/include/wx-2.8/wx/string.h:1069:13: note: no known conversion for argument 1 from 'const char [6]' to 'long unsigned int' /usr/include/wx-2.8/wx/string.h:1073:13: note: wxString& wxString::operator<<(long long int) /usr/include/wx-2.8/wx/string.h:1073:13: note: no known conversion for argument 1 from 'const char [6]' to 'long long int' /usr/include/wx-2.8/wx/string.h:1079:13: note: wxString& wxString::operator<<(long long unsigned int) /usr/include/wx-2.8/wx/string.h:1079:13: note: no known conversion for argument 1 from 'const char [6]' to 'long long unsigned int' gib.cpp:692:32: error: conversion from 'const char [11]' to 'const wxString' is ambiguous gib.cpp:692:32: note: candidates are: /usr/include/wx-2.8/wx/string.h:692:3: note: wxString::wxString(wxChar, size_t) /usr/include/wx-2.8/wx/string.h:692:3: note: no known conversion for argument 1 from 'const char [11]' to 'wxChar {aka wchar_t}' /usr/include/wx-2.8/wx/string.h:682:3: note: wxString::wxString(int) /usr/include/wx-2.8/wx/string.h:682:3: note: no known conversion for argument 1 from 'const char [11]' to 'int' /usr/include/wx-2.8/wx/utils.h:361:23: error: initializing argument 1 of 'long int wxExecute(const wxString&, int, wxProcess*)' gib.cpp:699:14: error: ambiguous overload for 'operator<<' in 'bwdemo << "demos"' gib.cpp:699:14: note: candidates are: /usr/include/wx-2.8/wx/string.h:992:13: note: wxString& wxString::operator<<(const wxString&) /usr/include/wx-2.8/wx/string.h:992:13: note: no known conversion for argument 1 from 'const char [6]' to 'const wxString&' /usr/include/wx-2.8/wx/string.h:1006:13: note: wxString& wxString::operator<<(wxChar) /usr/include/wx-2.8/wx/string.h:1006:13: note: no known conversion for argument 1 from 'const char [6]' to 'wxChar {aka wchar_t}' /usr/include/wx-2.8/wx/string.h:1010:13: note: wxString& wxString::operator<<(const wxWCharBuffer&) /usr/include/wx-2.8/wx/string.h:1010:13: note: no known conversion for argument 1 from 'const char [6]' to 'const wxWCharBuffer&' /usr/include/wx-2.8/wx/string.h:1060:13: note: wxString& wxString::operator<<(int) /usr/include/wx-2.8/wx/string.h:1060:13: note: no known conversion for argument 1 from 'const char [6]' to 'int' /usr/include/wx-2.8/wx/string.h:1063:13: note: wxString& wxString::operator<<(unsigned int) /usr/include/wx-2.8/wx/string.h:1063:13: note: no known conversion for argument 1 from 'const char [6]' to 'unsigned int' /usr/include/wx-2.8/wx/string.h:1066:13: note: wxString& wxString::operator<<(long int) /usr/include/wx-2.8/wx/string.h:1066:13: note: no known conversion for argument 1 from 'const char [6]' to 'long int' /usr/include/wx-2.8/wx/string.h:1069:13: note: wxString& wxString::operator<<(long unsigned int) /usr/include/wx-2.8/wx/string.h:1069:13: note: no known conversion for argument 1 from 'const char [6]' to 'long unsigned int' /usr/include/wx-2.8/wx/string.h:1073:13: note: wxString& wxString::operator<<(long long int) /usr/include/wx-2.8/wx/string.h:1073:13: note: no known conversion for argument 1 from 'const char [6]' to 'long long int' /usr/include/wx-2.8/wx/string.h:1079:13: note: wxString& wxString::operator<<(long long unsigned int) /usr/include/wx-2.8/wx/string.h:1079:13: note: no known conversion for argument 1 from 'const char [6]' to 'long long unsigned int' gib.cpp:818:4: warning: 'void wxUsleep(long unsigned int)' is deprecated (declared at /usr/include/wx-2.8/wx/utils.h:457) [-Wdeprecated-declarations] gib.cpp:818:4: warning: 'void wxUsleep(long unsigned int)' is deprecated (declared at /usr/include/wx-2.8/wx/utils.h:457) [-Wdeprecated-declarations] gib.cpp:926:15: error: ambiguous overload for 'operator<<' in 'gibhelp << "locale"' gib.cpp:926:15: note: candidates are: /usr/include/wx-2.8/wx/string.h:992:13: note: wxString& wxString::operator<<(const wxString&) /usr/include/wx-2.8/wx/string.h:992:13: note: no known conversion for argument 1 from 'const char [7]' to 'const wxString&' /usr/include/wx-2.8/wx/string.h:1006:13: note: wxString& wxString::operator<<(wxChar) /usr/include/wx-2.8/wx/string.h:1006:13: note: no known conversion for argument 1 from 'const char [7]' to 'wxChar {aka wchar_t}' /usr/include/wx-2.8/wx/string.h:1010:13: note: wxString& wxString::operator<<(const wxWCharBuffer&) /usr/include/wx-2.8/wx/string.h:1010:13: note: no known conversion for argument 1 from 'const char [7]' to 'const wxWCharBuffer&' /usr/include/wx-2.8/wx/string.h:1060:13: note: wxString& wxString::operator<<(int) /usr/include/wx-2.8/wx/string.h:1060:13: note: no known conversion for argument 1 from 'const char [7]' to 'int' /usr/include/wx-2.8/wx/string.h:1063:13: note: wxString& wxString::operator<<(unsigned int) /usr/include/wx-2.8/wx/string.h:1063:13: note: no known conversion for argument 1 from 'const char [7]' to 'unsigned int' /usr/include/wx-2.8/wx/string.h:1066:13: note: wxString& wxString::operator<<(long int) /usr/include/wx-2.8/wx/string.h:1066:13: note: no known conversion for argument 1 from 'const char [7]' to 'long int' /usr/include/wx-2.8/wx/string.h:1069:13: note: wxString& wxString::operator<<(long unsigned int) /usr/include/wx-2.8/wx/string.h:1069:13: note: no known conversion for argument 1 from 'const char [7]' to 'long unsigned int' /usr/include/wx-2.8/wx/string.h:1073:13: note: wxString& wxString::operator<<(long long int) /usr/include/wx-2.8/wx/string.h:1073:13: note: no known conversion for argument 1 from 'const char [7]' to 'long long int' /usr/include/wx-2.8/wx/string.h:1079:13: note: wxString& wxString::operator<<(long long unsigned int) /usr/include/wx-2.8/wx/string.h:1079:13: note: no known conversion for argument 1 from 'const char [7]' to 'long long unsigned int' gib.cpp:936:16: error: ambiguous overload for 'operator<<' in 'gibhelp << "locale"' gib.cpp:936:16: note: candidates are: /usr/include/wx-2.8/wx/string.h:992:13: note: wxString& wxString::operator<<(const wxString&) /usr/include/wx-2.8/wx/string.h:992:13: note: no known conversion for argument 1 from 'const char [7]' to 'const wxString&' /usr/include/wx-2.8/wx/string.h:1006:13: note: wxString& wxString::operator<<(wxChar) /usr/include/wx-2.8/wx/string.h:1006:13: note: no known conversion for argument 1 from 'const char [7]' to 'wxChar {aka wchar_t}' /usr/include/wx-2.8/wx/string.h:1010:13: note: wxString& wxString::operator<<(const wxWCharBuffer&) /usr/include/wx-2.8/wx/string.h:1010:13: note: no known conversion for argument 1 from 'const char [7]' to 'const wxWCharBuffer&' /usr/include/wx-2.8/wx/string.h:1060:13: note: wxString& wxString::operator<<(int) /usr/include/wx-2.8/wx/string.h:1060:13: note: no known conversion for argument 1 from 'const char [7]' to 'int' /usr/include/wx-2.8/wx/string.h:1063:13: note: wxString& wxString::operator<<(unsigned int) /usr/include/wx-2.8/wx/string.h:1063:13: note: no known conversion for argument 1 from 'const char [7]' to 'unsigned int' /usr/include/wx-2.8/wx/string.h:1066:13: note: wxString& wxString::operator<<(long int) /usr/include/wx-2.8/wx/string.h:1066:13: note: no known conversion for argument 1 from 'const char [7]' to 'long int' /usr/include/wx-2.8/wx/string.h:1069:13: note: wxString& wxString::operator<<(long unsigned int) /usr/include/wx-2.8/wx/string.h:1069:13: note: no known conversion for argument 1 from 'const char [7]' to 'long unsigned int' /usr/include/wx-2.8/wx/string.h:1073:13: note: wxString& wxString::operator<<(long long int) /usr/include/wx-2.8/wx/string.h:1073:13: note: no known conversion for argument 1 from 'const char [7]' to 'long long int' /usr/include/wx-2.8/wx/string.h:1079:13: note: wxString& wxString::operator<<(long long unsigned int) /usr/include/wx-2.8/wx/string.h:1079:13: note: no known conversion for argument 1 from 'const char [7]' to 'long long unsigned int' gib.cpp:948:33: error: ambiguous overload for 'operator<<' in 'about.wxString::operator<<(wxGetTranslation(((const wchar_t*)"G\000\000\000I\000\000\000B\000\000\000 \000\000\000v\000\000\000e\000\000\000r\000\000\000s\000\000\000i\000\000\000o\000\000\000n\000\000\000\000\000\000"), 0u)) << " "' gib.cpp:948:33: note: candidates are: /usr/include/wx-2.8/wx/string.h:992:13: note: wxString& wxString::operator<<(const wxString&) /usr/include/wx-2.8/wx/string.h:992:13: note: no known conversion for argument 1 from 'const char [2]' to 'const wxString&' /usr/include/wx-2.8/wx/string.h:1006:13: note: wxString& wxString::operator<<(wxChar) /usr/include/wx-2.8/wx/string.h:1006:13: note: no known conversion for argument 1 from 'const char [2]' to 'wxChar {aka wchar_t}' /usr/include/wx-2.8/wx/string.h:1010:13: note: wxString& wxString::operator<<(const wxWCharBuffer&) /usr/include/wx-2.8/wx/string.h:1010:13: note: no known conversion for argument 1 from 'const char [2]' to 'const wxWCharBuffer&' /usr/include/wx-2.8/wx/string.h:1060:13: note: wxString& wxString::operator<<(int) /usr/include/wx-2.8/wx/string.h:1060:13: note: no known conversion for argument 1 from 'const char [2]' to 'int' /usr/include/wx-2.8/wx/string.h:1063:13: note: wxString& wxString::operator<<(unsigned int) /usr/include/wx-2.8/wx/string.h:1063:13: note: no known conversion for argument 1 from 'const char [2]' to 'unsigned int' /usr/include/wx-2.8/wx/string.h:1066:13: note: wxString& wxString::operator<<(long int) /usr/include/wx-2.8/wx/string.h:1066:13: note: no known conversion for argument 1 from 'const char [2]' to 'long int' /usr/include/wx-2.8/wx/string.h:1069:13: note: wxString& wxString::operator<<(long unsigned int) /usr/include/wx-2.8/wx/string.h:1069:13: note: no known conversion for argument 1 from 'const char [2]' to 'long unsigned int' /usr/include/wx-2.8/wx/string.h:1073:13: note: wxString& wxString::operator<<(long long int) /usr/include/wx-2.8/wx/string.h:1073:13: note: no known conversion for argument 1 from 'const char [2]' to 'long long int' /usr/include/wx-2.8/wx/string.h:1079:13: note: wxString& wxString::operator<<(long long unsigned int) /usr/include/wx-2.8/wx/string.h:1079:13: note: no known conversion for argument 1 from 'const char [2]' to 'long long unsigned int' gib.cpp:972:49: error: 'wxLogMessage' was not declared in this scope gib.cpp: In constructor 'GibCanvas::GibCanvas(GibFrame*)': gib.cpp:1077:16: error: call of overloaded 'wxString(const char [5])' is ambiguous gib.cpp:1077:16: note: candidates are: /usr/include/wx-2.8/wx/string.h:722:3: note: wxString::wxString(const wxWCharBuffer&) /usr/include/wx-2.8/wx/string.h:722:3: note: no known conversion for argument 1 from 'const char [5]' to 'const wxWCharBuffer&' /usr/include/wx-2.8/wx/string.h:692:3: note: wxString::wxString(wxChar, size_t) /usr/include/wx-2.8/wx/string.h:692:3: note: no known conversion for argument 1 from 'const char [5]' to 'wxChar {aka wchar_t}' /usr/include/wx-2.8/wx/string.h:690:3: note: wxString::wxString(const wxString&) /usr/include/wx-2.8/wx/string.h:690:3: note: no known conversion for argument 1 from 'const char [5]' to 'const wxString&' /usr/include/wx-2.8/wx/string.h:682:3: note: wxString::wxString(int) /usr/include/wx-2.8/wx/string.h:682:3: note: no known conversion for argument 1 from 'const char [5]' to 'int' gib.cpp:1095:22: error: invalid conversion from 'const char*' to 'wxChar {aka wchar_t}' [-fpermissive] /usr/include/wx-2.8/wx/string.h:1422:27: error: initializing argument 2 of 'wxString operator+(const wxString&, wxChar)' [-fpermissive] gib.cpp:1095:43: error: invalid conversion from 'const char*' to 'wxChar {aka wchar_t}' [-fpermissive] /usr/include/wx-2.8/wx/string.h:1422:27: error: initializing argument 2 of 'wxString operator+(const wxString&, wxChar)' [-fpermissive] gib.cpp: In member function 'void GibCanvas::SetupCanvasRegions()': gib.cpp:1164:46: error: conversion from 'const char [2]' to 'const wxString' is ambiguous gib.cpp:1164:46: note: candidates are: /usr/include/wx-2.8/wx/string.h:692:3: note: wxString::wxString(wxChar, size_t) /usr/include/wx-2.8/wx/string.h:692:3: note: no known conversion for argument 1 from 'const char [2]' to 'wxChar {aka wchar_t}' /usr/include/wx-2.8/wx/string.h:682:3: note: wxString::wxString(int) /usr/include/wx-2.8/wx/string.h:682:3: note: no known conversion for argument 1 from 'const char [2]' to 'int' /usr/include/wx-2.8/wx/gtk/window.h:91:18: error: initializing argument 1 of 'virtual void wxWindow::GetTextExtent(const wxString&, int*, int*, int*, int*, const wxFont*) const' gib.cpp: In member function 'void GibCanvas::SetupCardSpacing()': gib.cpp:1189:21: error: invalid conversion from 'const char*' to 'wxChar {aka wchar_t}' [-fpermissive] /usr/include/wx-2.8/wx/string.h:1634:13: error: initializing argument 2 of 'bool operator==(const wxString&, wxChar)' [-fpermissive] gib.cpp: In member function 'void GibCanvas::OnUpdateCanvas(UpdateCanvasEvent&)': gib.cpp:2081:47: error: 'wxLogDebug' was not declared in this scope config.h: In member function 'wxString SEAT::String() const': config.h:187:69: warning: control reaches end of non-void function [-Wreturn-type] make: *** [gib.o] Error 1 ]2;julien@michkloo:~/local/gibui]1;michkloojulien@michkloo:~/local/gibui> exit Script done on Tue Jan 24 10:57:38 2012