w***@public.gmane.org
2007-04-28 20:04:37 UTC
Hi,
astade 0.6.0 doesn't build with gcc 3.4.6 and wxGTK 2.6.3.3 with
following error:
make[1]: Entering directory
`/cache/inst/astade-0.6.0/Model/components_WGNBOFKH/Component_AstadeAPI/Config_Linux_StatLib'
g++ -I../manual -I../../../../Source/Icons
-I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6
-DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES
-DNO_GCC_PRAGMA -Wall -c -o AdeAttribute.o ../auto/AdeAttribute.cpp
../auto/AdeAttribute.cpp: In member function `wxString
AdeAttribute::GetVisibility() const':
../auto/AdeAttribute.cpp:56: error: conversion from `const char*' to
`wxString' is ambiguous
/usr/include/wx-2.6/wx/string.h:691: note: candidates are:
wxString::wxString(wxChar, size_t) <near match>
/usr/include/wx-2.6/wx/string.h:680: note:
wxString::wxString(int) <near match>
../auto/AdeAttribute.cpp:59: error: conversion from `const char*' to
`wxString' is ambiguous
/usr/include/wx-2.6/wx/string.h:691: note: candidates are:
wxString::wxString(wxChar, size_t) <near match>
/usr/include/wx-2.6/wx/string.h:680: note:
wxString::wxString(int) <near match>
../auto/AdeAttribute.cpp:61: error: conversion from `const char*' to
`wxString' is ambiguous
/usr/include/wx-2.6/wx/string.h:691: note: candidates are:
wxString::wxString(wxChar, size_t) <near match>
/usr/include/wx-2.6/wx/string.h:680: note:
wxString::wxString(int) <near match>
../auto/AdeAttribute.cpp: In member function `virtual wxString
AdeAttribute::GetLabel() const':
../auto/AdeAttribute.cpp:71: error: conversion from `const char[12]'
to `const wxString' is ambiguous
/usr/include/wx-2.6/wx/string.h:691: note: candidates are:
wxString::wxString(wxChar, size_t) <near match>
/usr/include/wx-2.6/wx/string.h:680: note:
wxString::wxString(int) <near match>
../auto/AdeAttribute.cpp:72: error: conversion from `const char[18]'
to `const wxString' is ambiguous
/usr/include/wx-2.6/wx/string.h:691: note: candidates are:
wxString::wxString(wxChar, size_t) <near match>
/usr/include/wx-2.6/wx/string.h:680: note:
wxString::wxString(int) <near match>
../auto/AdeAttribute.cpp:73: error: conversion from `const char[15]'
to `const wxString' is ambiguous
/usr/include/wx-2.6/wx/string.h:691: note: candidates are:
wxString::wxString(wxChar, size_t) <near match>
/usr/include/wx-2.6/wx/string.h:680: note:
wxString::wxString(int) <near match>
../auto/AdeAttribute.cpp:76: error: ambiguous overload for 'operator+'
in 'theCodingType + " "'
/usr/include/wx-2.6/wx/string.h:1345: note: candidates are: wxString
operator+(const wxString&, const wxString&) <near match>
/usr/include/wx-2.6/wx/string.h:1346: note: wxString
operator+(const wxString&, wxChar) <near match>
/usr/include/wx-2.6/wx/string.h:1347: note: wxString
operator+(wxChar, const wxString&) <near match>
/usr/include/wx-2.6/wx/string.h:1349: note: wxString
operator+(const wxChar*, const wxString&) <near match>
/usr/include/wx-2.6/wx/string.h:1542: note: wxString
operator+(const wxString&, const wxWCharBuffer&) <near match>
/usr/include/wx-2.6/wx/longlong.h:919: note:
wxLongLong operator+(long int, const wxLongLong&) <near match>
/usr/include/wx-2.6/wx/longlong.h:932: note:
wxULongLong operator+(long unsigned int, const wxULongLong&) <near
match>
../auto/AdeAttribute.cpp:79: error: ambiguous overload for 'operator+'
in 'theName + " = "'
/usr/include/wx-2.6/wx/string.h:1345: note: candidates are: wxString
operator+(const wxString&, const wxString&) <near match>
/usr/include/wx-2.6/wx/string.h:1346: note: wxString
operator+(const wxString&, wxChar) <near match>
/usr/include/wx-2.6/wx/string.h:1347: note: wxString
operator+(wxChar, const wxString&) <near match>
/usr/include/wx-2.6/wx/string.h:1349: note: wxString
operator+(const wxChar*, const wxString&) <near match>
/usr/include/wx-2.6/wx/string.h:1542: note: wxString
operator+(const wxString&, const wxWCharBuffer&) <near match>
/usr/include/wx-2.6/wx/longlong.h:919: note:
wxLongLong operator+(long int, const wxLongLong&) <near match>
/usr/include/wx-2.6/wx/longlong.h:932: note:
wxULongLong operator+(long unsigned int, const wxULongLong&) <near
match>
../auto/AdeAttribute.cpp: In member function `virtual wxString
AdeAttribute::GetDefault() const':
../auto/AdeAttribute.cpp:90: error: conversion from `const char[15]'
to `const wxString' is ambiguous
/usr/include/wx-2.6/wx/string.h:691: note: candidates are:
wxString::wxString(wxChar, size_t) <near match>
/usr/include/wx-2.6/wx/string.h:680: note:
wxString::wxString(int) <near match>
../auto/AdeAttribute.cpp: In member function `virtual bool
AdeAttribute::GetLabelIsBold() const':
../auto/AdeAttribute.cpp:108: error: conversion from `const char[13]'
to `const wxString' is ambiguous
/usr/include/wx-2.6/wx/string.h:691: note: candidates are:
wxString::wxString(wxChar, size_t) <near match>
/usr/include/wx-2.6/wx/string.h:680: note:
wxString::wxString(int) <near match>
../auto/AdeAttribute.cpp:110: error: ambiguous overload for
'operator==' in 'isBold == "yes"'
/usr/include/wx-2.6/wx/string.h:1484: note: candidates are: bool
operator==(const wxString&, const wxString&) <near match>
/usr/include/wx-2.6/wx/string.h:1488: note: bool
operator==(const wxChar*, const wxString&) <near match>
/usr/include/wx-2.6/wx/string.h:1522: note: bool
operator==(const wxString&, const wxWCharBuffer&) <near match>
/usr/include/wx-2.6/wx/string.h:1556: note: bool
operator==(wxChar, const wxString&) <near match>
/usr/include/wx-2.6/wx/string.h:1557: note: bool
operator==(const wxString&, wxChar) <near match>
/usr/include/wx-2.6/wx/longlong.h:916: note: bool
operator==(long int, const wxLongLong&) <near match>
/usr/include/wx-2.6/wx/longlong.h:929: note: bool
operator==(long unsigned int, const wxULongLong&) <near match>
../auto/AdeAttribute.cpp: In member function `virtual wxString
AdeAttribute::GetCodingType() const':
../auto/AdeAttribute.cpp:119: error: conversion from `const char[18]'
to `const wxString' is ambiguous
/usr/include/wx-2.6/wx/string.h:691: note: candidates are:
wxString::wxString(wxChar, size_t) <near match>
/usr/include/wx-2.6/wx/string.h:680: note:
wxString::wxString(int) <near match>
../auto/AdeAttribute.cpp: In member function `virtual wxFileName
AdeAttribute::CreateCopy(wxFileName) const':
../auto/AdeAttribute.cpp:132: error: conversion from `const char[12]'
to `const wxString' is ambiguous
/usr/include/wx-2.6/wx/string.h:691: note: candidates are:
wxString::wxString(wxChar, size_t) <near match>
/usr/include/wx-2.6/wx/string.h:680: note:
wxString::wxString(int) <near match>
../auto/AdeAttribute.cpp:132: error: conversion from `const char[12]'
to `const wxString' is ambiguous
/usr/include/wx-2.6/wx/string.h:691: note: candidates are:
wxString::wxString(wxChar, size_t) <near match>
/usr/include/wx-2.6/wx/string.h:680: note:
wxString::wxString(int) <near match>
../auto/AdeAttribute.cpp:133: error: conversion from `const char[12]'
to `const wxString' is ambiguous
/usr/include/wx-2.6/wx/string.h:691: note: candidates are:
wxString::wxString(wxChar, size_t) <near match>
/usr/include/wx-2.6/wx/string.h:680: note:
wxString::wxString(int) <near match>
../auto/AdeAttribute.cpp:133: error: conversion from `const char[12]'
to `const wxString' is ambiguous
/usr/include/wx-2.6/wx/string.h:691: note: candidates are:
wxString::wxString(wxChar, size_t) <near match>
/usr/include/wx-2.6/wx/string.h:680: note:
wxString::wxString(int) <near match>
../auto/AdeAttribute.cpp:134: error: conversion from `const char[18]'
to `const wxString' is ambiguous
/usr/include/wx-2.6/wx/string.h:691: note: candidates are:
wxString::wxString(wxChar, size_t) <near match>
/usr/include/wx-2.6/wx/string.h:680: note:
wxString::wxString(int) <near match>
../auto/AdeAttribute.cpp:134: error: conversion from `const char[18]'
to `const wxString' is ambiguous
/usr/include/wx-2.6/wx/string.h:691: note: candidates are:
wxString::wxString(wxChar, size_t) <near match>
/usr/include/wx-2.6/wx/string.h:680: note:
wxString::wxString(int) <near match>
../auto/AdeAttribute.cpp:135: error: conversion from `const char[19]'
to `const wxString' is ambiguous
/usr/include/wx-2.6/wx/string.h:691: note: candidates are:
wxString::wxString(wxChar, size_t) <near match>
/usr/include/wx-2.6/wx/string.h:680: note:
wxString::wxString(int) <near match>
../auto/AdeAttribute.cpp:135: error: conversion from `const char[19]'
to `const wxString' is ambiguous
/usr/include/wx-2.6/wx/string.h:691: note: candidates are:
wxString::wxString(wxChar, size_t) <near match>
/usr/include/wx-2.6/wx/string.h:680: note:
wxString::wxString(int) <near match>
../auto/AdeAttribute.cpp:136: error: conversion from `const char[14]'
to `const wxString' is ambiguous
/usr/include/wx-2.6/wx/string.h:691: note: candidates are:
wxString::wxString(wxChar, size_t) <near match>
/usr/include/wx-2.6/wx/string.h:680: note:
wxString::wxString(int) <near match>
../auto/AdeAttribute.cpp:136: error: conversion from `const char[14]'
to `const wxString' is ambiguous
/usr/include/wx-2.6/wx/string.h:691: note: candidates are:
wxString::wxString(wxChar, size_t) <near match>
/usr/include/wx-2.6/wx/string.h:680: note:
wxString::wxString(int) <near match>
../auto/AdeAttribute.cpp:137: error: conversion from `const char[13]'
to `const wxString' is ambiguous
/usr/include/wx-2.6/wx/string.h:691: note: candidates are:
wxString::wxString(wxChar, size_t) <near match>
/usr/include/wx-2.6/wx/string.h:680: note:
wxString::wxString(int) <near match>
../auto/AdeAttribute.cpp:137: error: conversion from `const char[13]'
to `const wxString' is ambiguous
/usr/include/wx-2.6/wx/string.h:691: note: candidates are:
wxString::wxString(wxChar, size_t) <near match>
/usr/include/wx-2.6/wx/string.h:680: note:
wxString::wxString(int) <near match>
../auto/AdeAttribute.cpp:138: error: conversion from `const char[15]'
to `const wxString' is ambiguous
/usr/include/wx-2.6/wx/string.h:691: note: candidates are:
wxString::wxString(wxChar, size_t) <near match>
/usr/include/wx-2.6/wx/string.h:680: note:
wxString::wxString(int) <near match>
../auto/AdeAttribute.cpp:138: error: conversion from `const char[15]'
to `const wxString' is ambiguous
/usr/include/wx-2.6/wx/string.h:691: note: candidates are:
wxString::wxString(wxChar, size_t) <near match>
/usr/include/wx-2.6/wx/string.h:680: note:
wxString::wxString(int) <near match>
../auto/AdeAttribute.cpp:149: error: ambiguous overload for
'operator+' in '(&output)->wxArrayString::operator[](i) + "\n"'
/usr/include/wx-2.6/wx/string.h:1345: note: candidates are: wxString
operator+(const wxString&, const wxString&) <near match>
/usr/include/wx-2.6/wx/string.h:1346: note: wxString
operator+(const wxString&, wxChar) <near match>
/usr/include/wx-2.6/wx/string.h:1347: note: wxString
operator+(wxChar, const wxString&) <near match>
/usr/include/wx-2.6/wx/string.h:1349: note: wxString
operator+(const wxChar*, const wxString&) <near match>
/usr/include/wx-2.6/wx/string.h:1542: note: wxString
operator+(const wxString&, const wxWCharBuffer&) <near match>
/usr/include/wx-2.6/wx/longlong.h:919: note:
wxLongLong operator+(long int, const wxLongLong&) <near match>
/usr/include/wx-2.6/wx/longlong.h:932: note:
wxULongLong operator+(long unsigned int, const wxULongLong&) <near
match>
../auto/AdeAttribute.cpp:150: error: conversion from `const char[17]'
to `const wxString' is ambiguous
/usr/include/wx-2.6/wx/string.h:691: note: candidates are:
wxString::wxString(wxChar, size_t) <near match>
/usr/include/wx-2.6/wx/string.h:680: note:
wxString::wxString(int) <near match>
../auto/AdeAttribute.cpp: In member function `virtual bool
AdeAttribute::IsStatic() const':
../auto/AdeAttribute.cpp:170: error: conversion from `const char[14]'
to `const wxString' is ambiguous
/usr/include/wx-2.6/wx/string.h:691: note: candidates are:
wxString::wxString(wxChar, size_t) <near match>
/usr/include/wx-2.6/wx/string.h:680: note:
wxString::wxString(int) <near match>
../auto/AdeAttribute.cpp:172: error: ambiguous overload for
'operator==' in 'isStatic == "yes"'
/usr/include/wx-2.6/wx/string.h:1484: note: candidates are: bool
operator==(const wxString&, const wxString&) <near match>
/usr/include/wx-2.6/wx/string.h:1488: note: bool
operator==(const wxChar*, const wxString&) <near match>
/usr/include/wx-2.6/wx/string.h:1522: note: bool
operator==(const wxString&, const wxWCharBuffer&) <near match>
/usr/include/wx-2.6/wx/string.h:1556: note: bool
operator==(wxChar, const wxString&) <near match>
/usr/include/wx-2.6/wx/string.h:1557: note: bool
operator==(const wxString&, wxChar) <near match>
/usr/include/wx-2.6/wx/longlong.h:916: note: bool
operator==(long int, const wxLongLong&) <near match>
/usr/include/wx-2.6/wx/longlong.h:929: note: bool
operator==(long unsigned int, const wxULongLong&) <near match>
../auto/AdeAttribute.cpp: In static member function `static wxFileName
AdeAttribute::CreateNewElement(wxFileName)':
../auto/AdeAttribute.cpp:180: error: conversion from `const char[10]'
to `const wxString' is ambiguous
/usr/include/wx-2.6/wx/string.h:691: note: candidates are:
wxString::wxString(wxChar, size_t) <near match>
/usr/include/wx-2.6/wx/string.h:680: note:
wxString::wxString(int) <near match>
../auto/AdeAttribute.cpp:184: error: conversion from `const char[18]'
to `const wxString' is ambiguous
/usr/include/wx-2.6/wx/string.h:691: note: candidates are:
wxString::wxString(wxChar, size_t) <near match>
/usr/include/wx-2.6/wx/string.h:680: note:
wxString::wxString(int) <near match>
../auto/AdeAttribute.cpp:185: error: conversion from `const char[14]'
to `const wxString' is ambiguous
/usr/include/wx-2.6/wx/string.h:691: note: candidates are:
wxString::wxString(wxChar, size_t) <near match>
/usr/include/wx-2.6/wx/string.h:680: note:
wxString::wxString(int) <near match>
../auto/AdeAttribute.cpp:186: error: conversion from `const char[13]'
to `const wxString' is ambiguous
/usr/include/wx-2.6/wx/string.h:691: note: candidates are:
wxString::wxString(wxChar, size_t) <near match>
/usr/include/wx-2.6/wx/string.h:680: note:
wxString::wxString(int) <near match>
../auto/AdeAttribute.cpp: In member function `virtual int
AdeAttribute::GetIconIndex() const':
../auto/AdeAttribute.cpp:198: error: ambiguous overload for
'operator==' in 'visibility == "private"'
/usr/include/wx-2.6/wx/string.h:1484: note: candidates are: bool
operator==(const wxString&, const wxString&) <near match>
/usr/include/wx-2.6/wx/string.h:1488: note: bool
operator==(const wxChar*, const wxString&) <near match>
/usr/include/wx-2.6/wx/string.h:1522: note: bool
operator==(const wxString&, const wxWCharBuffer&) <near match>
/usr/include/wx-2.6/wx/string.h:1556: note: bool
operator==(wxChar, const wxString&) <near match>
/usr/include/wx-2.6/wx/string.h:1557: note: bool
operator==(const wxString&, wxChar) <near match>
/usr/include/wx-2.6/wx/longlong.h:916: note: bool
operator==(long int, const wxLongLong&) <near match>
/usr/include/wx-2.6/wx/longlong.h:929: note: bool
operator==(long unsigned int, const wxULongLong&) <near match>
../auto/AdeAttribute.cpp:201: error: ambiguous overload for
'operator==' in 'visibility == "protected"'
/usr/include/wx-2.6/wx/string.h:1484: note: candidates are: bool
operator==(const wxString&, const wxString&) <near match>
/usr/include/wx-2.6/wx/string.h:1488: note: bool
operator==(const wxChar*, const wxString&) <near match>
/usr/include/wx-2.6/wx/string.h:1522: note: bool
operator==(const wxString&, const wxWCharBuffer&) <near match>
/usr/include/wx-2.6/wx/string.h:1556: note: bool
operator==(wxChar, const wxString&) <near match>
/usr/include/wx-2.6/wx/string.h:1557: note: bool
operator==(const wxString&, wxChar) <near match>
/usr/include/wx-2.6/wx/longlong.h:916: note: bool
operator==(long int, const wxLongLong&) <near match>
/usr/include/wx-2.6/wx/longlong.h:929: note: bool
operator==(long unsigned int, const wxULongLong&) <near match>
make[1]: *** [AdeAttribute.o] Error 1
astade 0.6.0 doesn't build with gcc 3.4.6 and wxGTK 2.6.3.3 with
following error:
make[1]: Entering directory
`/cache/inst/astade-0.6.0/Model/components_WGNBOFKH/Component_AstadeAPI/Config_Linux_StatLib'
g++ -I../manual -I../../../../Source/Icons
-I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6
-DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES
-DNO_GCC_PRAGMA -Wall -c -o AdeAttribute.o ../auto/AdeAttribute.cpp
../auto/AdeAttribute.cpp: In member function `wxString
AdeAttribute::GetVisibility() const':
../auto/AdeAttribute.cpp:56: error: conversion from `const char*' to
`wxString' is ambiguous
/usr/include/wx-2.6/wx/string.h:691: note: candidates are:
wxString::wxString(wxChar, size_t) <near match>
/usr/include/wx-2.6/wx/string.h:680: note:
wxString::wxString(int) <near match>
../auto/AdeAttribute.cpp:59: error: conversion from `const char*' to
`wxString' is ambiguous
/usr/include/wx-2.6/wx/string.h:691: note: candidates are:
wxString::wxString(wxChar, size_t) <near match>
/usr/include/wx-2.6/wx/string.h:680: note:
wxString::wxString(int) <near match>
../auto/AdeAttribute.cpp:61: error: conversion from `const char*' to
`wxString' is ambiguous
/usr/include/wx-2.6/wx/string.h:691: note: candidates are:
wxString::wxString(wxChar, size_t) <near match>
/usr/include/wx-2.6/wx/string.h:680: note:
wxString::wxString(int) <near match>
../auto/AdeAttribute.cpp: In member function `virtual wxString
AdeAttribute::GetLabel() const':
../auto/AdeAttribute.cpp:71: error: conversion from `const char[12]'
to `const wxString' is ambiguous
/usr/include/wx-2.6/wx/string.h:691: note: candidates are:
wxString::wxString(wxChar, size_t) <near match>
/usr/include/wx-2.6/wx/string.h:680: note:
wxString::wxString(int) <near match>
../auto/AdeAttribute.cpp:72: error: conversion from `const char[18]'
to `const wxString' is ambiguous
/usr/include/wx-2.6/wx/string.h:691: note: candidates are:
wxString::wxString(wxChar, size_t) <near match>
/usr/include/wx-2.6/wx/string.h:680: note:
wxString::wxString(int) <near match>
../auto/AdeAttribute.cpp:73: error: conversion from `const char[15]'
to `const wxString' is ambiguous
/usr/include/wx-2.6/wx/string.h:691: note: candidates are:
wxString::wxString(wxChar, size_t) <near match>
/usr/include/wx-2.6/wx/string.h:680: note:
wxString::wxString(int) <near match>
../auto/AdeAttribute.cpp:76: error: ambiguous overload for 'operator+'
in 'theCodingType + " "'
/usr/include/wx-2.6/wx/string.h:1345: note: candidates are: wxString
operator+(const wxString&, const wxString&) <near match>
/usr/include/wx-2.6/wx/string.h:1346: note: wxString
operator+(const wxString&, wxChar) <near match>
/usr/include/wx-2.6/wx/string.h:1347: note: wxString
operator+(wxChar, const wxString&) <near match>
/usr/include/wx-2.6/wx/string.h:1349: note: wxString
operator+(const wxChar*, const wxString&) <near match>
/usr/include/wx-2.6/wx/string.h:1542: note: wxString
operator+(const wxString&, const wxWCharBuffer&) <near match>
/usr/include/wx-2.6/wx/longlong.h:919: note:
wxLongLong operator+(long int, const wxLongLong&) <near match>
/usr/include/wx-2.6/wx/longlong.h:932: note:
wxULongLong operator+(long unsigned int, const wxULongLong&) <near
match>
../auto/AdeAttribute.cpp:79: error: ambiguous overload for 'operator+'
in 'theName + " = "'
/usr/include/wx-2.6/wx/string.h:1345: note: candidates are: wxString
operator+(const wxString&, const wxString&) <near match>
/usr/include/wx-2.6/wx/string.h:1346: note: wxString
operator+(const wxString&, wxChar) <near match>
/usr/include/wx-2.6/wx/string.h:1347: note: wxString
operator+(wxChar, const wxString&) <near match>
/usr/include/wx-2.6/wx/string.h:1349: note: wxString
operator+(const wxChar*, const wxString&) <near match>
/usr/include/wx-2.6/wx/string.h:1542: note: wxString
operator+(const wxString&, const wxWCharBuffer&) <near match>
/usr/include/wx-2.6/wx/longlong.h:919: note:
wxLongLong operator+(long int, const wxLongLong&) <near match>
/usr/include/wx-2.6/wx/longlong.h:932: note:
wxULongLong operator+(long unsigned int, const wxULongLong&) <near
match>
../auto/AdeAttribute.cpp: In member function `virtual wxString
AdeAttribute::GetDefault() const':
../auto/AdeAttribute.cpp:90: error: conversion from `const char[15]'
to `const wxString' is ambiguous
/usr/include/wx-2.6/wx/string.h:691: note: candidates are:
wxString::wxString(wxChar, size_t) <near match>
/usr/include/wx-2.6/wx/string.h:680: note:
wxString::wxString(int) <near match>
../auto/AdeAttribute.cpp: In member function `virtual bool
AdeAttribute::GetLabelIsBold() const':
../auto/AdeAttribute.cpp:108: error: conversion from `const char[13]'
to `const wxString' is ambiguous
/usr/include/wx-2.6/wx/string.h:691: note: candidates are:
wxString::wxString(wxChar, size_t) <near match>
/usr/include/wx-2.6/wx/string.h:680: note:
wxString::wxString(int) <near match>
../auto/AdeAttribute.cpp:110: error: ambiguous overload for
'operator==' in 'isBold == "yes"'
/usr/include/wx-2.6/wx/string.h:1484: note: candidates are: bool
operator==(const wxString&, const wxString&) <near match>
/usr/include/wx-2.6/wx/string.h:1488: note: bool
operator==(const wxChar*, const wxString&) <near match>
/usr/include/wx-2.6/wx/string.h:1522: note: bool
operator==(const wxString&, const wxWCharBuffer&) <near match>
/usr/include/wx-2.6/wx/string.h:1556: note: bool
operator==(wxChar, const wxString&) <near match>
/usr/include/wx-2.6/wx/string.h:1557: note: bool
operator==(const wxString&, wxChar) <near match>
/usr/include/wx-2.6/wx/longlong.h:916: note: bool
operator==(long int, const wxLongLong&) <near match>
/usr/include/wx-2.6/wx/longlong.h:929: note: bool
operator==(long unsigned int, const wxULongLong&) <near match>
../auto/AdeAttribute.cpp: In member function `virtual wxString
AdeAttribute::GetCodingType() const':
../auto/AdeAttribute.cpp:119: error: conversion from `const char[18]'
to `const wxString' is ambiguous
/usr/include/wx-2.6/wx/string.h:691: note: candidates are:
wxString::wxString(wxChar, size_t) <near match>
/usr/include/wx-2.6/wx/string.h:680: note:
wxString::wxString(int) <near match>
../auto/AdeAttribute.cpp: In member function `virtual wxFileName
AdeAttribute::CreateCopy(wxFileName) const':
../auto/AdeAttribute.cpp:132: error: conversion from `const char[12]'
to `const wxString' is ambiguous
/usr/include/wx-2.6/wx/string.h:691: note: candidates are:
wxString::wxString(wxChar, size_t) <near match>
/usr/include/wx-2.6/wx/string.h:680: note:
wxString::wxString(int) <near match>
../auto/AdeAttribute.cpp:132: error: conversion from `const char[12]'
to `const wxString' is ambiguous
/usr/include/wx-2.6/wx/string.h:691: note: candidates are:
wxString::wxString(wxChar, size_t) <near match>
/usr/include/wx-2.6/wx/string.h:680: note:
wxString::wxString(int) <near match>
../auto/AdeAttribute.cpp:133: error: conversion from `const char[12]'
to `const wxString' is ambiguous
/usr/include/wx-2.6/wx/string.h:691: note: candidates are:
wxString::wxString(wxChar, size_t) <near match>
/usr/include/wx-2.6/wx/string.h:680: note:
wxString::wxString(int) <near match>
../auto/AdeAttribute.cpp:133: error: conversion from `const char[12]'
to `const wxString' is ambiguous
/usr/include/wx-2.6/wx/string.h:691: note: candidates are:
wxString::wxString(wxChar, size_t) <near match>
/usr/include/wx-2.6/wx/string.h:680: note:
wxString::wxString(int) <near match>
../auto/AdeAttribute.cpp:134: error: conversion from `const char[18]'
to `const wxString' is ambiguous
/usr/include/wx-2.6/wx/string.h:691: note: candidates are:
wxString::wxString(wxChar, size_t) <near match>
/usr/include/wx-2.6/wx/string.h:680: note:
wxString::wxString(int) <near match>
../auto/AdeAttribute.cpp:134: error: conversion from `const char[18]'
to `const wxString' is ambiguous
/usr/include/wx-2.6/wx/string.h:691: note: candidates are:
wxString::wxString(wxChar, size_t) <near match>
/usr/include/wx-2.6/wx/string.h:680: note:
wxString::wxString(int) <near match>
../auto/AdeAttribute.cpp:135: error: conversion from `const char[19]'
to `const wxString' is ambiguous
/usr/include/wx-2.6/wx/string.h:691: note: candidates are:
wxString::wxString(wxChar, size_t) <near match>
/usr/include/wx-2.6/wx/string.h:680: note:
wxString::wxString(int) <near match>
../auto/AdeAttribute.cpp:135: error: conversion from `const char[19]'
to `const wxString' is ambiguous
/usr/include/wx-2.6/wx/string.h:691: note: candidates are:
wxString::wxString(wxChar, size_t) <near match>
/usr/include/wx-2.6/wx/string.h:680: note:
wxString::wxString(int) <near match>
../auto/AdeAttribute.cpp:136: error: conversion from `const char[14]'
to `const wxString' is ambiguous
/usr/include/wx-2.6/wx/string.h:691: note: candidates are:
wxString::wxString(wxChar, size_t) <near match>
/usr/include/wx-2.6/wx/string.h:680: note:
wxString::wxString(int) <near match>
../auto/AdeAttribute.cpp:136: error: conversion from `const char[14]'
to `const wxString' is ambiguous
/usr/include/wx-2.6/wx/string.h:691: note: candidates are:
wxString::wxString(wxChar, size_t) <near match>
/usr/include/wx-2.6/wx/string.h:680: note:
wxString::wxString(int) <near match>
../auto/AdeAttribute.cpp:137: error: conversion from `const char[13]'
to `const wxString' is ambiguous
/usr/include/wx-2.6/wx/string.h:691: note: candidates are:
wxString::wxString(wxChar, size_t) <near match>
/usr/include/wx-2.6/wx/string.h:680: note:
wxString::wxString(int) <near match>
../auto/AdeAttribute.cpp:137: error: conversion from `const char[13]'
to `const wxString' is ambiguous
/usr/include/wx-2.6/wx/string.h:691: note: candidates are:
wxString::wxString(wxChar, size_t) <near match>
/usr/include/wx-2.6/wx/string.h:680: note:
wxString::wxString(int) <near match>
../auto/AdeAttribute.cpp:138: error: conversion from `const char[15]'
to `const wxString' is ambiguous
/usr/include/wx-2.6/wx/string.h:691: note: candidates are:
wxString::wxString(wxChar, size_t) <near match>
/usr/include/wx-2.6/wx/string.h:680: note:
wxString::wxString(int) <near match>
../auto/AdeAttribute.cpp:138: error: conversion from `const char[15]'
to `const wxString' is ambiguous
/usr/include/wx-2.6/wx/string.h:691: note: candidates are:
wxString::wxString(wxChar, size_t) <near match>
/usr/include/wx-2.6/wx/string.h:680: note:
wxString::wxString(int) <near match>
../auto/AdeAttribute.cpp:149: error: ambiguous overload for
'operator+' in '(&output)->wxArrayString::operator[](i) + "\n"'
/usr/include/wx-2.6/wx/string.h:1345: note: candidates are: wxString
operator+(const wxString&, const wxString&) <near match>
/usr/include/wx-2.6/wx/string.h:1346: note: wxString
operator+(const wxString&, wxChar) <near match>
/usr/include/wx-2.6/wx/string.h:1347: note: wxString
operator+(wxChar, const wxString&) <near match>
/usr/include/wx-2.6/wx/string.h:1349: note: wxString
operator+(const wxChar*, const wxString&) <near match>
/usr/include/wx-2.6/wx/string.h:1542: note: wxString
operator+(const wxString&, const wxWCharBuffer&) <near match>
/usr/include/wx-2.6/wx/longlong.h:919: note:
wxLongLong operator+(long int, const wxLongLong&) <near match>
/usr/include/wx-2.6/wx/longlong.h:932: note:
wxULongLong operator+(long unsigned int, const wxULongLong&) <near
match>
../auto/AdeAttribute.cpp:150: error: conversion from `const char[17]'
to `const wxString' is ambiguous
/usr/include/wx-2.6/wx/string.h:691: note: candidates are:
wxString::wxString(wxChar, size_t) <near match>
/usr/include/wx-2.6/wx/string.h:680: note:
wxString::wxString(int) <near match>
../auto/AdeAttribute.cpp: In member function `virtual bool
AdeAttribute::IsStatic() const':
../auto/AdeAttribute.cpp:170: error: conversion from `const char[14]'
to `const wxString' is ambiguous
/usr/include/wx-2.6/wx/string.h:691: note: candidates are:
wxString::wxString(wxChar, size_t) <near match>
/usr/include/wx-2.6/wx/string.h:680: note:
wxString::wxString(int) <near match>
../auto/AdeAttribute.cpp:172: error: ambiguous overload for
'operator==' in 'isStatic == "yes"'
/usr/include/wx-2.6/wx/string.h:1484: note: candidates are: bool
operator==(const wxString&, const wxString&) <near match>
/usr/include/wx-2.6/wx/string.h:1488: note: bool
operator==(const wxChar*, const wxString&) <near match>
/usr/include/wx-2.6/wx/string.h:1522: note: bool
operator==(const wxString&, const wxWCharBuffer&) <near match>
/usr/include/wx-2.6/wx/string.h:1556: note: bool
operator==(wxChar, const wxString&) <near match>
/usr/include/wx-2.6/wx/string.h:1557: note: bool
operator==(const wxString&, wxChar) <near match>
/usr/include/wx-2.6/wx/longlong.h:916: note: bool
operator==(long int, const wxLongLong&) <near match>
/usr/include/wx-2.6/wx/longlong.h:929: note: bool
operator==(long unsigned int, const wxULongLong&) <near match>
../auto/AdeAttribute.cpp: In static member function `static wxFileName
AdeAttribute::CreateNewElement(wxFileName)':
../auto/AdeAttribute.cpp:180: error: conversion from `const char[10]'
to `const wxString' is ambiguous
/usr/include/wx-2.6/wx/string.h:691: note: candidates are:
wxString::wxString(wxChar, size_t) <near match>
/usr/include/wx-2.6/wx/string.h:680: note:
wxString::wxString(int) <near match>
../auto/AdeAttribute.cpp:184: error: conversion from `const char[18]'
to `const wxString' is ambiguous
/usr/include/wx-2.6/wx/string.h:691: note: candidates are:
wxString::wxString(wxChar, size_t) <near match>
/usr/include/wx-2.6/wx/string.h:680: note:
wxString::wxString(int) <near match>
../auto/AdeAttribute.cpp:185: error: conversion from `const char[14]'
to `const wxString' is ambiguous
/usr/include/wx-2.6/wx/string.h:691: note: candidates are:
wxString::wxString(wxChar, size_t) <near match>
/usr/include/wx-2.6/wx/string.h:680: note:
wxString::wxString(int) <near match>
../auto/AdeAttribute.cpp:186: error: conversion from `const char[13]'
to `const wxString' is ambiguous
/usr/include/wx-2.6/wx/string.h:691: note: candidates are:
wxString::wxString(wxChar, size_t) <near match>
/usr/include/wx-2.6/wx/string.h:680: note:
wxString::wxString(int) <near match>
../auto/AdeAttribute.cpp: In member function `virtual int
AdeAttribute::GetIconIndex() const':
../auto/AdeAttribute.cpp:198: error: ambiguous overload for
'operator==' in 'visibility == "private"'
/usr/include/wx-2.6/wx/string.h:1484: note: candidates are: bool
operator==(const wxString&, const wxString&) <near match>
/usr/include/wx-2.6/wx/string.h:1488: note: bool
operator==(const wxChar*, const wxString&) <near match>
/usr/include/wx-2.6/wx/string.h:1522: note: bool
operator==(const wxString&, const wxWCharBuffer&) <near match>
/usr/include/wx-2.6/wx/string.h:1556: note: bool
operator==(wxChar, const wxString&) <near match>
/usr/include/wx-2.6/wx/string.h:1557: note: bool
operator==(const wxString&, wxChar) <near match>
/usr/include/wx-2.6/wx/longlong.h:916: note: bool
operator==(long int, const wxLongLong&) <near match>
/usr/include/wx-2.6/wx/longlong.h:929: note: bool
operator==(long unsigned int, const wxULongLong&) <near match>
../auto/AdeAttribute.cpp:201: error: ambiguous overload for
'operator==' in 'visibility == "protected"'
/usr/include/wx-2.6/wx/string.h:1484: note: candidates are: bool
operator==(const wxString&, const wxString&) <near match>
/usr/include/wx-2.6/wx/string.h:1488: note: bool
operator==(const wxChar*, const wxString&) <near match>
/usr/include/wx-2.6/wx/string.h:1522: note: bool
operator==(const wxString&, const wxWCharBuffer&) <near match>
/usr/include/wx-2.6/wx/string.h:1556: note: bool
operator==(wxChar, const wxString&) <near match>
/usr/include/wx-2.6/wx/string.h:1557: note: bool
operator==(const wxString&, wxChar) <near match>
/usr/include/wx-2.6/wx/longlong.h:916: note: bool
operator==(long int, const wxLongLong&) <near match>
/usr/include/wx-2.6/wx/longlong.h:929: note: bool
operator==(long unsigned int, const wxULongLong&) <near match>
make[1]: *** [AdeAttribute.o] Error 1