alberthrocks

Linking error

Nov 12th, 2011
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. Linking obj/*.o...obj/savestate.o: In function `WriteSave(char const*, SAVESTATE_t*, int)':
  2. /home/albert/wabbitemu/src/utilities/savestate.c:1071: warning: the use of `tmpnam' is dangerous, better use `mkstemp'
  3. obj/droptarget.o: In function `wxStringBase':
  4. /usr/include/wx-2.8/wx/string.h:352: undefined reference to `wxOnAssert(wchar_t const*, int, char const*, wchar_t const*, wchar_t const*)'
  5. obj/droptarget.o: In function `wxArrayString::Item(unsigned int) const':
  6. /usr/include/wx-2.8/wx/arrstr.h:155: undefined reference to `wxOnAssert(wchar_t const*, int, char const*, wchar_t const*, wchar_t const*)'
  7. obj/gui_wx.o: In function `wxStringBase::at(unsigned int)':
  8. gui_wx.cpp:(.text._ZN12wxStringBase2atEj[wxStringBase::at(unsigned int)]+0x43): undefined reference to `wxOnAssert(wchar_t const*, int, char const*, wchar_t const*, wchar_t const*)'
  9. obj/gui_wx.o:(.rodata._ZTV5MyApp[vtable for MyApp]+0x90): undefined reference to `wxApp::OnAssertFailure(wchar_t const*, int, wchar_t const*, wchar_t const*, wchar_t const*)'
  10. obj/gui_wx.o:(.rodata._ZTV5MyApp[vtable for MyApp]+0x94): undefined reference to `wxAppConsole::OnAssert(wchar_t const*, int, wchar_t const*, wchar_t const*)'
  11. collect2: ld returned 1 exit status
  12. Linking obj/*.o... FAILED!
  13. Compile failed.
  14.  
  15.  
Advertisement
Add Comment
Please, Sign In to add comment