51567 errors (was: Re: [wx-dev] 51510 on GTK)
Igor Korot
ikorot at earthlink.net
Tue Feb 5 18:07:49 PST 2008
ALL,
I just updated to 51567, and the errors mentioned below are
still exists.
Configuration is the same.
Thank you.
-----Original Message-----
>From: Igor Korot <ikorot at earthlink.net>
>Sent: Feb 3, 2008 2:02 PM
>To: wx-dev at lists.wxwidgets.org, wx-dev at lists.wxwidgets.org
>Subject: Re: [wx-dev] 51510 on GTK
>
>Vadim,
>Compiling on X11 went fine.
>I will start working on implpementing the dialog on X11,
>since it's the only available to me platform that builds
>right now.
>
>Also, I will attach the dialog screenshot for review,
>in the form of .xpm file to the next E-mail unless
>there will be an objection to this.
>
>Thank you.
>
>-----Original Message-----
>>From: Igor Korot <ikorot at earthlink.net>
>>Sent: Feb 3, 2008 11:35 AM
>>To: wx-dev at lists.wxwidgets.org, wx-dev at lists.wxwidgets.org
>>Subject: Re: [wx-dev] 51510 on GTK
>>
>>Vadim,
>>
>>-----Original Message-----
>>>From: Vadim Zeitlin <vadim at wxwidgets.org>
>>>Sent: Feb 3, 2008 7:24 AM
>>>To: wx-dev at lists.wxwidgets.org
>>>Subject: Re: [wx-dev] 51510 on GTK
>>>
>>>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?
>>
>>Running configure as indicated below gave:
>>
>>checking for --enable-regkey... yes.....
>>
>>>
>>>IK> Does this mean it's implemented there?
>>>
>>> No.
>>
>>.... and it shouldn't as it's not implemented.
>>
>>>
>>>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.
>>
>>It did fix the problem, thanx. Continuing gives following:
>>
>>../src/gtk/renderer.cpp:143: error: 'wxConstructorForwxRendererGTK' has not been declared
>>../src/gtk/renderer.cpp:143: error: 'wxVariantOfPtrToObjectConverterwxRendererGTK' has not been declared
>>../src/gtk/renderer.cpp:143: error: 'wxObjectToVariantConverterwxRendererGTK' has not been declared
>>../src/gtk/renderer.cpp:143: error: 'wxConstructorForwxRendererGTK' has not been declared
>>../src/gtk/renderer.cpp:143: error: 'wxVariantOfPtrToObjectConverterwxRendererGTK' has not been declared
>>../src/gtk/renderer.cpp:143: error: 'wxObjectToVariantConverterwxRendererGTK' has not been declared
>>../src/gtk/renderer.cpp:143: error: 's_typeInfowxRendererGTK' has not been declared
>>../src/gtk/renderer.cpp:143: error: 'wxClassTypeInfo Module' redeclared as different kind of symbol
>>../src/gtk/renderer.cpp:143: error: previous declaration of 'wxxVariant Module(wxObject*)'
>>../src/gtk/renderer.cpp:143: error: 's_typeInfoPtrwxRendererGTK' has not been declared
>>../src/gtk/renderer.cpp:143: error: 'wxClassTypeInfo Module' redeclared as different kind of symbol
>>../src/gtk/renderer.cpp:143: error: previous declaration of 'wxxVariant Module(wxObject*)'
>>../src/gtk/renderer.cpp:143: error: 'constructorwxRendererGTK' has not been declared
>>../src/gtk/renderer.cpp:143: error: 'wxConstructorBridge_Dummy Module' redeclared as different kind of symbol
>>../src/gtk/renderer.cpp:143: error: previous declaration of 'wxxVariant Module(wxObject*)'
>>../src/gtk/renderer.cpp:143: error: 'constructorwxRendererGTK' has not been declared
>>make: *** [coredll_renderer.o] Error 1
>>
>>>
>>>VZ
>>
>>Thank you.
>>>
>>>
>>>---------------------------------------------------------------------
>>>To unsubscribe, e-mail: wx-dev-unsubscribe at lists.wxwidgets.org
>>>For additional commands, e-mail: wx-dev-help at lists.wxwidgets.org
>>>
More information about the wx-dev
mailing list