Advertisement
Guest User

Compile errors from cross-compiling command

a guest
Jul 16th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.36 KB | None | 0 0
  1. /tmp/ccnk8WyA.o:PSTDKernel.cpp:(.text$_ZN9QVector2DixEi[__ZN9QVector2DixEi]+0x29): undefined reference to `_imp___Z9qt_assertPKcS0_i'
  2. /tmp/ccnk8WyA.o:PSTDKernel.cpp:(.text$_ZN9QVector3DixEi[__ZN9QVector3DixEi]+0x29): undefined reference to `_imp___Z9qt_assertPKcS0_i'
  3. /tmp/ccZFT3AQ.o:Image.cpp:(.text+0x1228): undefined reference to `_imp___ZN6QImage8setPixelEiij'
  4. /tmp/ccZFT3AQ.o:Image.cpp:(.text+0x1560): undefined reference to `_imp___ZN6QImage8setColorEij'
  5. /tmp/ccZFT3AQ.o:Image.cpp:(.text+0x17d1): undefined reference to `_imp___ZNK6QImage4saveERK7QStringPKci'
  6. /tmp/ccZFT3AQ.o:Image.cpp:(.text+0x1886): undefined reference to `_imp___ZNK6QImage4saveERK7QStringPKci'
  7. /tmp/ccZFT3AQ.o:Image.cpp:(.text+0x1935): undefined reference to `_imp___ZNK6QImage4saveERK7QStringPKci'
  8. /tmp/ccZFT3AQ.o:Image.cpp:(.text+0x2328): undefined reference to `_imp___ZN6QImage8setColorEij'
  9. /tmp/ccZFT3AQ.o:Image.cpp:(.text+0x2384): undefined reference to `_imp___ZN6QImage8setColorEij'
  10. /tmp/ccZFT3AQ.o:Image.cpp:(.text+0x2406): undefined reference to `_imp___ZN6QImage8setPixelEiij'
  11. /tmp/ccZFT3AQ.o:Image.cpp:(.text+0x26b3): undefined reference to `_imp___ZNK6QImage4saveERK7QStringPKci'
  12. /tmp/ccZFT3AQ.o:Image.cpp:(.text+0x2774): undefined reference to `_imp___ZNK6QImage4saveERK7QStringPKci'
  13. /tmp/ccZFT3AQ.o:Image.cpp:(.text+0x2829): undefined reference to `_imp___ZNK6QImage4saveERK7QStringPKci'
  14. /tmp/ccZFT3AQ.o:Image.cpp:(.text$_ZN7QString8fromUtf8EPKci[__ZN7QString8fromUtf8EPKci]+0x34): undefined reference to `_imp___ZN7QString15fromUtf8_helperEPKci'
  15. /tmp/ccZFT3AQ.o:Image.cpp:(.text$_ZN15QTypedArrayDataItE10deallocateEP10QArrayData[__ZN15QTypedArrayDataItE10deallocateEP10QArrayData]+0x1d): undefined reference to `_imp___ZN10QArrayData10deallocateEPS_jj'
  16. /tmp/ccZFT3AQ.o:Image.cpp:(.text$_ZN9__gnu_cxx13new_allocatorI6QImageE9constructIS1_JRiS4_NS1_6FormatEEEEvPT_DpOT0_[__ZN9__gnu_cxx13new_allocatorI6QImageE9constructIS1_JRiS4_NS1_6FormatEEEEvPT_DpOT0_]+0x9d): undefined reference to `_imp___ZN6QImageC1EiiNS_6FormatE'
  17. ../mxe-new/mxe/usr/i686-w64-mingw32.static/lib/libboost_serialization-mt.a(extended_type_info_typeid.o):extended_type_info_typeid.cpp:(.text+0x116): undefined reference to `std::type_info::before(std::type_info const&) const'
  18. ../mxe-new/mxe/usr/i686-w64-mingw32.static/lib/libboost_serialization-mt.a(extended_type_info_typeid.o):extended_type_info_typeid.cpp:(.text+0x159): undefined reference to `std::type_info::before(std::type_info const&) const'
  19. ../mxe-new/mxe/usr/i686-w64-mingw32.static/lib/libboost_serialization-mt.a(extended_type_info_typeid.o):extended_type_info_typeid.cpp:(.text+0x2c4): undefined reference to `std::type_info::before(std::type_info const&) const'
  20. ../mxe-new/mxe/usr/i686-w64-mingw32.static/lib/libboost_serialization-mt.a(extended_type_info_typeid.o):extended_type_info_typeid.cpp:(.text+0x316): undefined reference to `std::type_info::before(std::type_info const&) const'
  21. ../mxe-new/mxe/usr/i686-w64-mingw32.static/lib/libboost_serialization-mt.a(extended_type_info_typeid.o):extended_type_info_typeid.cpp:(.text+0x4b9): undefined reference to `std::type_info::before(std::type_info const&) const'
  22. ../mxe-new/mxe/usr/i686-w64-mingw32.static/lib/libboost_serialization-mt.a(extended_type_info_typeid.o):extended_type_info_typeid.cpp:(.text+0x500): more undefined references to `std::type_info::before(std::type_info const&) const' follow
  23. collect2: error: ld returned 1 exit status
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement