[wx-dev] 51510 on GTK
Vadim Zeitlin
vadim at wxwidgets.org
Sun Feb 3 04:24:48 PST 2008
On Sun, 3 Feb 2008 01:21:15 -0500 (EST) Igor Korot <ikorot at earthlink.net> wrote:
IK> ../configure --help
IK> --enable-regkey use wxRegKey class (Win32 only)
IK>
IK> However, it is enabled by default on the GTK build.
What do you mean?
IK> Does this mean it's implemented there?
No.
IK> Next, executing 'make' gave following result:
IK> ../src/common/datetime.cpp: In function 'void wxStringReadValue(const wxString&, T&) [with T = wxDateTime]':
IK> ../src/common/datetime.cpp:96: error: call of overloaded 'ParseFormat(const wxString&, const wchar_t [18])' is ambiguous
IK> ../include/wx/datetime.h:1074: note: candidates are: const char* wxDateTime::ParseFormat(const wxString&, const wxString&, const wxDateTime&, wxString::const_iterator*)
IK> ../include/wx/datetime.h:1086: note: const char* wxDateTime::ParseFormat(const wxString&, const wxString&, wxString::const_iterator*)
IK> ../include/wx/datetime.h:1094: note: const char* wxDateTime::ParseFormat(const wxCStrData&, const wxString&, const wxDateTime&, wxString::const_iterator*)
IK> ../include/wx/datetime.h:1101: note: const wchar_t* wxDateTime::ParseFormat(const wchar_t*, const wxString&, const wxDateTime&)
IK> ../include/wx/datetime.h:1113: note: const char* wxDateTime::ParseFormat(const char*, const wxString&, const wxDateTime&)
IK> make: *** [basedll_datetime.o] Error 1
IK>
IK> Library was configured with this line:
IK>
IK> ../configure --with-gtk --with-gnomevfs --with-opengl --enable-debug
IK> --enable-extended_rtti --enable-debug_flag --enable-debug_info
IK> --enable-debug_gdb --enable-debug_cntxt --enable-mem_tracing
IK> --enable-mediactrl --enable-tabdialog --enable-autoidman
There was indeed a problem in this code (used only when
wxUSE_EXTENDED_RTTI is on), fixed now, thanks.
VZ
More information about the wx-dev
mailing list