Skip to content

Fix building for Ubuntu 26.04 LTS #192

Description

@PanderMusubi

Describe the bug
Build doens't work on Ubuntu 26.04

To Reproduce

git submodule update --init --recursive
make

Expected behaviour
That it builds

Current Behaviour
Building fails.

Screenshots or Logs
In file external/cpr/include/cpr/callback.h add #include <cstdint> after #include <utility>

Also getting this error"

CMake Error at CMakeLists.txt:7 (cmake_minimum_required):
  Compatibility with CMake < 3.5 has been removed from CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.

  Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.

Please help to fix building on Ubuntu 26.04 LTS

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions