Search Criteria
Package Details: openloco 23.11-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/openloco.git (read-only, click to copy) |
---|---|
Package Base: | openloco |
Description: | An open source re-implementation of Chris Sawyer's Locomotion |
Upstream URL: | https://github.com/OpenLoco/OpenLoco |
Keywords: | game locomotion manager remaster simulation trains tycoon |
Licenses: | MIT |
Submitter: | Mr.Smith1974 |
Maintainer: | Mr.Smith1974 |
Last Packager: | Mr.Smith1974 |
Votes: | 2 |
Popularity: | 0.108985 |
First Submitted: | 2023-06-07 08:34 (UTC) |
Last Updated: | 2023-11-26 12:56 (UTC) |
Dependencies (12)
- lib32-gcc-libs (lib32-gccrs-libs-gitAUR, lib32-gcc-libs-gitAUR)
- lib32-glibc (lib32-glibc-gitAUR, lib32-glibc-linux4AUR)
- lib32-libpng
- lib32-openal (lib32-openal-gitAUR)
- lib32-sdl2
- cmake (cmake-gitAUR) (make)
- lib32-gcc-libs (lib32-gccrs-libs-gitAUR, lib32-gcc-libs-gitAUR) (make)
- lib32-glibc (lib32-glibc-gitAUR, lib32-glibc-linux4AUR) (make)
- lib32-libpng (make)
- lib32-openal (lib32-openal-gitAUR) (make)
- lib32-sdl2 (make)
- yaml-cpp (yaml-cpp-gitAUR) (make)
Latest Comments
Mr.Smith1974 commented on 2023-11-12 05:26 (UTC)
https://github.com/OpenLoco/OpenLoco/issues/2186
timmyfromspace commented on 2023-11-11 20:16 (UTC)
https://pastebin.com/SipL7Ddf
doesn't build for me. Happy to help with error messages or questions. I can't read the error message or find the reason.
Thanks in advance!
Lili1228 commented on 2023-08-30 20:14 (UTC) (edited on 2023-08-30 20:27 (UTC) by Lili1228)
You shouldn't disable tests by sed, rather by
-DOPENLOCO_BUILD_TESTS=off
in cmake command.Dependencies are wrong, they should be architecture-dependent (there are no
lib32-*
packages in Arch Linux 32) and it surely depends on at leastglibc
(well, orlib32-glibc
in standard Arch) when you run it. You can check the dependencies withnamcap openloco*.tar.zst
.haffmans commented on 2023-08-07 09:11 (UTC)
makedepends
is missing gendesk; if it's not installed this results in a "command not found" error duringprepare()
.ahmetlii commented on 2023-07-28 10:15 (UTC)
In
build()
, passCXXFLAGS="-m32"
option tocmake
. And inpackage()
, usecd ${_pkgname}-${pkgver}/build
instead ofcd ${_pkgname}-${pkgver}