Search Criteria
Package Details: wargus-git 3.3.2.r2878.508a9469_20241014-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/wargus-git.git (read-only, click to copy) |
---|---|
Package Base: | wargus-git |
Description: | Warcraft2 Mod that allows you to play Warcraft2 with the Stratagus engine (dev version) |
Upstream URL: | https://github.com/Wargus/wargus |
Licenses: | GPL |
Conflicts: | wargus |
Submitter: | ipochto |
Maintainer: | ipochto |
Last Packager: | ipochto |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2021-11-29 09:38 (UTC) |
Last Updated: | 2024-10-14 14:25 (UTC) |
Dependencies (10)
- cdparanoia (cdparanoia-overreadAUR)
- stratagus-gitAUR
- timidity++
- cmake (cmake-gitAUR, cmake3AUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- dialog (optional) – console UI for data extractor
- fluidsynth (fluidsynth-gitAUR) (optional) – midi music support
- soundfont-fluid (optional) – sound font for midi music support
- xdialog (optional) – graphical UI for data extractor
- zenity (zenity-gtk3AUR, zenity-gitAUR, qarma-gitAUR) (optional) – graphical UI for data extractor
Latest Comments
krouziciorel commented on 2025-04-15 23:16 (UTC) (edited on 2025-04-15 23:16 (UTC) by krouziciorel)
Please check this error, with actual cmake I am not able to compile wargus-git package:
"[ 27%] Performing configure step for 'StormLib' CMake Warning (dev) at CMakeLists.txt:1 (project): cmake_minimum_required() should be called prior to this top-level project() call. Please see the cmake-commands(7) manual for usage documentation of both commands. This warning is for project developers. Use -Wno-dev to suppress it.
-- The C compiler identification is GNU 14.2.1 -- The CXX compiler identification is GNU 14.2.1 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done CMake Error at CMakeLists.txt:2 (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.
-- Configuring incomplete, errors occurred!".
The same error appears when manually compiling from github, I think wargus cannot be compiled with the current version of cmake.
ipochto commented on 2024-10-14 13:47 (UTC) (edited on 2024-10-14 14:26 (UTC) by ipochto)
@hazelnot
This both
stratagus-git
andwargus-git
problem. Third-party dependencies were added to the projects as git submodules. It was required to update them before compilation. It is fixed now.Also removed
ffmpeg2theora
dependency.ipochto commented on 2024-09-19 09:03 (UTC)
@hazelnot Unfortunately I'm AFK right now, I'll take a look when I get back from vacation.
hazelnot commented on 2024-09-19 08:55 (UTC)
Build fails with this error