Advertisement
Guest User

e Linking Error

a guest
Mar 18th, 2010
355
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.55 KB | None | 0 0
  1. [LD] e
  2. ../external/out.release/lib/libpcre.a(pcre_tables.o):(.rodata+0x0): multiple definition of `_pcre_OP_lengths'
  3. .objs.release/cx_pcre_tables.o:(.rodata+0x0): first defined here
  4. ../external/out.release/lib/libpcre.a(pcre_tables.o):(.rodata+0x70): multiple definition of `_pcre_utf8_table1'
  5. .objs.release/cx_pcre_tables.o:(.rodata+0x70): first defined here
  6. ../external/out.release/lib/libpcre.a(pcre_tables.o):(.rodata+0x88): multiple definition of `_pcre_utf8_table1_size'
  7. .objs.release/cx_pcre_tables.o:(.rodata+0x88): first defined here
  8. ../external/out.release/lib/libpcre.a(pcre_tables.o):(.rodata+0x8c): multiple definition of `_pcre_utf8_table2'
  9. .objs.release/cx_pcre_tables.o:(.rodata+0x8c): first defined here
  10. ../external/out.release/lib/libpcre.a(pcre_tables.o):(.rodata+0xa4): multiple definition of `_pcre_utf8_table3'
  11. .objs.release/cx_pcre_tables.o:(.rodata+0xa4): first defined here
  12. ../external/out.release/lib/libpcre.a(pcre_tables.o):(.rodata+0xc0): multiple definition of `_pcre_utf8_table4'
  13. .objs.release/cx_pcre_tables.o:(.rodata+0xc0): first defined here
  14. ../external/out.release/lib/libpcre.a(pcre_tables.o):(.rodata+0x180): multiple definition of `_pcre_utt_names'
  15. .objs.release/cx_pcre_tables.o:(.rodata+0x100): first defined here
  16. /usr/bin/ld: Warning: size of symbol `_pcre_utt_names' changed from 657 in .objs.release/cx_pcre_tables.o to 740 in ../external/out.release/lib/libpcre.a(pcre_tables.o)
  17. ../external/out.release/lib/libpcre.a(pcre_tables.o):(.rodata+0x480): multiple definition of `_pcre_utt'
  18. .objs.release/cx_pcre_tables.o:(.rodata+0x3a0): first defined here
  19. /usr/bin/ld: Warning: size of symbol `_pcre_utt' changed from 630 in .objs.release/cx_pcre_tables.o to 696 in ../external/out.release/lib/libpcre.a(pcre_tables.o)
  20. ../external/out.release/lib/libpcre.a(pcre_tables.o):(.rodata+0x738): multiple definition of `_pcre_utt_size'
  21. .objs.release/cx_pcre_tables.o:(.rodata+0x618): first defined here
  22. .objs.release/cx_pcre_exec.o: In function `match(doc_byte_iter, unsigned char const*, doc_byte_iter, int, match_data*, unsigned long, eptrblock*, int, unsigned int)':
  23. cx_pcre_exec.cpp:(.text+0x1c2a): undefined reference to `_pcre_ord2utf8(int, unsigned char*)'
  24. .objs.release/eauibook.o: In function `eAuiNotebook::LoadPerspective(wxString const&)':
  25. eauibook.cpp:(.text+0x9ad): undefined reference to `wxTabFrame::SetTabCtrlHeight(int)'
  26. .objs.release/PreviewDlg.o: In function `global constructors keyed to _ZN10PreviewDlg13sm_eventTableE':
  27. PreviewDlg.cpp:(.text+0x11b2): undefined reference to `wxEVT_WEB_TITLECHANGE'
  28. PreviewDlg.cpp:(.text+0x11ee): undefined reference to `wxEVT_WEB_DOMCONTENTLOADED'
  29. .objs.release/PreviewDlg.o: In function `PreviewDlg::RefreshBrowser(PreviewDlg::cxUpdateMode)':
  30. PreviewDlg.cpp:(.text+0x2a47): undefined reference to `wxWebControl::OpenURI(wxString const&, unsigned int, wxWebPostData*, bool)'
  31. .objs.release/PreviewDlg.o: In function `PreviewDlg::OnWebDocumentComplete(wxWebEvent&)':
  32. PreviewDlg.cpp:(.text+0x3259): undefined reference to `wxWebControl::GetCurrentURI() const'
  33. .objs.release/PreviewDlg.o: In function `PreviewDlg::PreviewDlg(EditorFrame&)':
  34. PreviewDlg.cpp:(.text+0x4984): undefined reference to `wxWebControl::IsInitialized()'
  35. PreviewDlg.cpp:(.text+0x49c5): undefined reference to `wxWebControl::wxWebControl(wxWindow*, int, wxPoint const&, wxSize const&)'
  36. PreviewDlg.cpp:(.text+0x562f): undefined reference to `wxWebControl::InitEngine(wxString const&)'
  37. .objs.release/PreviewDlg.o: In function `PreviewDlg::PreviewDlg(EditorFrame&)':
  38. PreviewDlg.cpp:(.text+0x68e4): undefined reference to `wxWebControl::IsInitialized()'
  39. PreviewDlg.cpp:(.text+0x6925): undefined reference to `wxWebControl::wxWebControl(wxWindow*, int, wxPoint const&, wxSize const&)'
  40. PreviewDlg.cpp:(.text+0x758f): undefined reference to `wxWebControl::InitEngine(wxString const&)'
  41. .objs.release/PreviewDlg.o: In function `PreviewDlg::OnButtonForward(wxCommandEvent&)':
  42. PreviewDlg.cpp:(.text+0x132): undefined reference to `wxWebControl::GoForward()'
  43. .objs.release/PreviewDlg.o: In function `PreviewDlg::OnButtonBack(wxCommandEvent&)':
  44. PreviewDlg.cpp:(.text+0x182): undefined reference to `wxWebControl::GoBack()'
  45. ../ecore/libecore.so(cxInternal.o): In function `cxInternal::MoveOldSettings(eSettings&)':
  46. cxInternal.cpp:(.text+0x4d29): undefined reference to `eSettings::SetPageSettings(unsigned int, wxString const&, doc_id, int, int, wxString const&, std::vector<unsigned int, std::allocator<unsigned int> > const&, std::vector<cxBookmark, std::allocator<cxBookmark> > const&, eSettings::SubPage)'
  47. collect2: ld returned 1 exit status
  48. make: *** [e] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement