Hi, I have successfully started using wx.mod on windows and now am trying it on Ubuntu 7.1. The mod now compiles OK but when I tried to run one the samples the following linking error appears.
Linking:aboutbox.debug
I downloaded the linux binary libraries from the google site.
??
Matthew
Linking:aboutbox.debug
/home/mattk/bmAX/mod/wx.mod/wx.mod/../lib/linux/libwx_gtk2u_core-2.8.a(corelib_textctrl.o):(.rodata._ZTV10wxTextCtrl[vtable for wxTextCtrl]+0x368): undefined reference to `std::basic_streambuf<char, std::char_traits<char> >::seekoff(long long, std::_Ios_Seekdir, std::_Ios_Openmode)' /home/mattk/bmAX/mod/wx.mod/wx.mod/../lib/linux/libwx_gtk2u_core-2.8.a(corelib_textcmn.o):(.rodata._ZTV14wxTextCtrlBase[vtable for wxTextCtrlBase]+0x368): undefined reference to `std::basic_streambuf<char, std::char_traits<char> >::seekoff(long long, std::_Ios_Seekdir, std::_Ios_Openmode)' /home/mattk/bmAX/mod/wx.mod/wx.mod/../lib/linux/libwx_gtk2u_core-2.8.a(corelib_treectlg.o):(.rodata._ZTV14wxTreeTextCtrl[vtable for wxTreeTextCtrl]+0x368): undefined reference to `std::basic_streambuf<char, std::char_traits<char> >::seekoff(long long, std::_Ios_Seekdir, std::_Ios_Openmode)' collect2: ld returned 1 exit status Build Error: Failed to link /home/mattk/bmAX/mod/wx.mod/samples/aboutbox.debug Process complete
I downloaded the linux binary libraries from the google site.
??
Matthew