GPSnoopy / BelgianChocolateDuke3D

Chocolate Duke Nukem 3D
35 stars 9 forks source link

Configuring issue in Manjaro Linux #5

Closed ghost closed 2 years ago

ghost commented 3 years ago

When trying to run ./build-linux.sh this error occurs:

CMake Error at /usr/share/cmake-3.20/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
  Could NOT find SDL2Mixer (missing: SDL2_LIBRARIES SDL2_INCLUDE_DIRS)
Call Stack (most recent call first):
  /usr/share/cmake-3.20/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
  cmake/FindSDL2Mixer.cmake:27 (find_package_handle_standard_args)
  CMakeLists.txt:68 (find_package)

I checked if SDL2_mixer was installed, it was yet the aforementioned error was printed.

GPSnoopy commented 2 years ago

Did you install the dev package for SDL2_mixer?

ghost commented 2 years ago

I've since then migrated to Artix Linux. Just downloaded and compiled without any issues. Must've been an error with Manjaro's packages back then. All good now.