OneMoreGres / qtc-cppcheck

Qt Creator Cppcheck integration plugin [deprecated]
MIT License
126 stars 37 forks source link

symbol _ZdlPvm, version Qt_5 not defined in file libQt5Core.so.5 #36

Closed LinArcX closed 6 years ago

LinArcX commented 6 years ago

Hi. i download release 4.4 and follow your instructions. every thins is ok until open qt creator, it says: "qtcreator: relocation error: /usr/lib/qtcreator/plugins/libQtcCppcheck.so: symbol _ZdlPvm, version Qt_5 not defined in file libQt5Core.so.5 with link time reference" OS: Arch linux, 64bit, Qt Creator: 4.4.1, Qt: 5.9.2

OneMoreGres commented 6 years ago

Hi. Prebuilt plugin is not binary compatible with arch's qt/qtcreator. You should recompile it from source or use qtcreator from download.qt.io. Duplicate of #22