Fulvio Senore
2014-09-08 14:49:04 UTC
I am porting a large program from wxWidgets 2.9.4 to 3.0.1 and I am
having a problem.
Everything works well under Windows but under Linux I get the following
errors:
/media/disco2/wxEMail-1.0-Beta-2/lib/3.0.1/libwxcode_gtk2u_email-3.0.a(wxEMail_lib_wxemail.o):
In function
`wxNavigationEnabled<wxNonOwnedWindow>::AddChild(wxWindowBase*)':
wxemail.cpp:(.text._ZN19wxNavigationEnabledI16wxNonOwnedWindowE8AddChildEP12wxWindowBase[wxNavigationEnabled<wxNonOwnedWindow>::AddChild(wxWindowBase*)]+0x23):
undefined reference to `wxControlContainerBase::SetCanFocus(bool)'
/media/disco2/wxEMail-1.0-Beta-2/lib/3.0.1/libwxcode_gtk2u_email-3.0.a(wxEMail_lib_wxemail.o):
In function
`wxNavigationEnabled<wxNonOwnedWindow>::RemoveChild(wxWindowBase*)':
wxemail.cpp:(.text._ZN19wxNavigationEnabledI16wxNonOwnedWindowE11RemoveChildEP12wxWindowBase[wxNavigationEnabled<wxNonOwnedWindow>::RemoveChild(wxWindowBase*)]+0x23):
undefined reference to `wxControlContainerBase::SetCanFocus(bool)'
/media/disco2/wxEMail-1.0-Beta-2/lib/3.0.1/libwxcode_gtk2u_email-3.0.a(wxEMail_lib_wxSSLSocketClient.o):
In function
`wxSSLSocketClient::OpenSslInitialisator::LoadSymbol(wxDynamicLibrary&,
wxString const&, wxString const&)':
wxSSLSocketClient.cpp:(.text+0xc45): undefined reference to
`wxTranslations::GetString(wxString const&, wxString const&) const'
Some time ago I tested under Mac/Carbon and I am reasonably sure that I
got the same errors with 3.0.1 (at the moment I cannot verify).
This is strange since I am sure that I have been able to build the
program under previous versions (2.9.5 or maybe 3.0.0).
Does anybody have a suggestion about the possible cause of this problem?
Thanks in advance.
Fulvio Senore
having a problem.
Everything works well under Windows but under Linux I get the following
errors:
/media/disco2/wxEMail-1.0-Beta-2/lib/3.0.1/libwxcode_gtk2u_email-3.0.a(wxEMail_lib_wxemail.o):
In function
`wxNavigationEnabled<wxNonOwnedWindow>::AddChild(wxWindowBase*)':
wxemail.cpp:(.text._ZN19wxNavigationEnabledI16wxNonOwnedWindowE8AddChildEP12wxWindowBase[wxNavigationEnabled<wxNonOwnedWindow>::AddChild(wxWindowBase*)]+0x23):
undefined reference to `wxControlContainerBase::SetCanFocus(bool)'
/media/disco2/wxEMail-1.0-Beta-2/lib/3.0.1/libwxcode_gtk2u_email-3.0.a(wxEMail_lib_wxemail.o):
In function
`wxNavigationEnabled<wxNonOwnedWindow>::RemoveChild(wxWindowBase*)':
wxemail.cpp:(.text._ZN19wxNavigationEnabledI16wxNonOwnedWindowE11RemoveChildEP12wxWindowBase[wxNavigationEnabled<wxNonOwnedWindow>::RemoveChild(wxWindowBase*)]+0x23):
undefined reference to `wxControlContainerBase::SetCanFocus(bool)'
/media/disco2/wxEMail-1.0-Beta-2/lib/3.0.1/libwxcode_gtk2u_email-3.0.a(wxEMail_lib_wxSSLSocketClient.o):
In function
`wxSSLSocketClient::OpenSslInitialisator::LoadSymbol(wxDynamicLibrary&,
wxString const&, wxString const&)':
wxSSLSocketClient.cpp:(.text+0xc45): undefined reference to
`wxTranslations::GetString(wxString const&, wxString const&) const'
Some time ago I tested under Mac/Carbon and I am reasonably sure that I
got the same errors with 3.0.1 (at the moment I cannot verify).
This is strange since I am sure that I have been able to build the
program under previous versions (2.9.5 or maybe 3.0.0).
Does anybody have a suggestion about the possible cause of this problem?
Thanks in advance.
Fulvio Senore
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.
To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.
To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users