BunnymodXT icon indicating copy to clipboard operation
BunnymodXT copied to clipboard

Issue Building using Gnome Builder on Arch Linux

Open Meolsei opened this issue 7 months ago • 1 comments

Attempting to build results in the following:

CMake Deprecation Warning at CMake/cotire.cmake:40 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.
Call Stack (most recent call first):
  CMakeLists.txt:91 (include)


-- cotire 1.7.0 loaded.
CMake Error at CMakeLists.txt:102 (add_subdirectory):
  The source directory

    /home/mae/Projects/BunnymodXT/discord-rpc

  does not contain a CMakeLists.txt file.


CMake Error at CMakeLists.txt:114 (target_compile_options):
  Cannot specify compile options for target "discord-rpc" which is not built
  by this project.


CMake Error at CMakeLists.txt:125 (add_subdirectory):
  The source directory

    /home/mae/Projects/BunnymodXT/hlstrafe

  does not contain a CMakeLists.txt file.


CMake Error at CMakeLists.txt:126 (add_subdirectory):
  The source directory

    /home/mae/Projects/BunnymodXT/taslogger

  does not contain a CMakeLists.txt file.


-- Configuring incomplete, errors occurred!

I don't know anything about cmake and whatnot, so this is confusing for me. What exactly am I meant to do here?

Meolsei avatar May 21 '25 03:05 Meolsei

Seems you didn't clone submodules. git submodule update --init --recursive

YaLTeR avatar May 21 '25 05:05 YaLTeR