..:: PCSX2 Forums ::..

Full Version: Can't build v1.7.3648
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I can no longer build pcsx2.on Debian Bookworm/Sid. When running cmake I get:
Code:
CMake Error at pcsx2/CMakeLists.txt:1598 (target_link_libraries):
  The link interface of target "PCSX2_FLAGS" contains:

    PkgConfig::LIBUDEV

  but the target was not found.  Possible reasons include:

    * There is a typo in the target name.
    * A find_package call is missing for an IMPORTED target.
    * An ALIAS target is missing.
I have libudev1 and libudev-dev installed on my machine and this happens with or without the QT_BUILD parameter. Any advice?