eteran / edb-debugger

edb is a cross-platform AArch32/x86/x86-64 debugger.
GNU General Public License v2.0
2.66k stars 321 forks source link

Failed to compile on openSuSE tumbleweed #836

Closed Raviu56 closed 7 months ago

Raviu56 commented 1 year ago

Hello, Following installations steps I'm getting this cmake error on openSUSE Tumbleweed;

CMake Error at /usr/lib64/cmake/Qt5/Qt5Config.cmake:28 (find_package):
  Could not find a package configuration file provided by "Qt5XmlPatterns"
  with any of the following names:

    Qt5XmlPatternsConfig.cmake
    qt5xmlpatterns-config.cmake

  Add the installation prefix of "Qt5XmlPatterns" to CMAKE_PREFIX_PATH or set
  "Qt5XmlPatterns_DIR" to a directory containing one of the above files.  If
  "Qt5XmlPatterns" provides a separate development package or SDK, be sure it
  has been installed.
Call Stack (most recent call first):
  src/CMakeLists.txt:8 (find_package)

libQt5XmlPatterns5 and libQt5Xml-devel are already installed.

10110111 commented 1 year ago

I think you need libqt5-qtxmlpatterns-devel or something like that.

eteran commented 7 months ago

Closing because no follow up, so I presume that @10110111 correctly diagnosed the issue.