Search Criteria
Package Details: openclonk 8.1-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/openclonk.git (read-only, click to copy) |
---|---|
Package Base: | openclonk |
Description: | Multiplayer-action-tactic-skill game |
Upstream URL: | http://openclonk.org |
Keywords: | clonk |
Licenses: | custom |
Conflicts: | clonk_rage |
Submitter: | xyproto |
Maintainer: | B_E |
Last Packager: | B_E |
Votes: | 17 |
Popularity: | 0.000016 |
First Submitted: | 2013-10-07 20:44 (UTC) |
Last Updated: | 2018-05-17 13:23 (UTC) |
Dependencies (10)
- freealut
- glew (glew-libepoxyAUR, glew-waylandAUR, glew-osmesa-gitAUR, glew-wayland-gitAUR, glew-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libvorbis (libvorbis-aotuvAUR, libvorbis-aotuv-lancerAUR, libvorbis-gitAUR)
- miniupnpc (miniupnpc-gitAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- sdl2 (sdl2-gitAUR, sdl2-compat-gitAUR)
- cmake (cmake-gitAUR) (make)
- mesa (mesa-minimal-gitAUR, mesa-gitAUR, mesa-wsl2-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-amd-bc250AUR, mesa-amber) (make)
- openclonk-musicAUR (optional) – proprietary music package
Latest Comments
1 2 3 Next › Last »
discobeez commented on 2023-06-11 17:40 (UTC) (edited on 2023-06-11 17:40 (UTC) by discobeez)
Lots of people have been saying that make fails. Various solutions have been stated, here is another option:
Edit /etc/makepkg.conf
Find a line like this one:
CXXFLAGS="$CFLAGS -Wp,-D_GLIBCXX_ASSERTIONS"
Add to it, at the end:
-include /usr/include/c++/13*/limits
So that it reads as follows:
CXXFLAGS="$CFLAGS -Wp,-D_GLIBCXX_ASSERTIONS -include /usr/include/c++/13*/limits"
You may have to install / upgrade GCC to v13 for that to work. I did, it took all day. It may work with GCC v12, I'm not testing it.
Osama commented on 2022-07-03 00:03 (UTC) (edited on 2022-07-03 22:24 (UTC) by Osama)
swilde commented on 2021-12-22 01:36 (UTC)
Adding the missing include to src/C4Include.h worked for me, so that the package could be build (and the game runs).
mctom commented on 2021-11-22 20:55 (UTC)
I applied changes proposed by mintish below, but apparently this #include is also necessary in some other headers too. Build failed at C4AulParse.cpp:1608:95.
mintish commented on 2021-08-14 01:51 (UTC) (edited on 2021-08-14 02:07 (UTC) by mintish)
I had issues getting this package to build on a system with GCC11 (missing
#include <limits>
).Patching
C4Reloc.h
with the missing include fixed the issue for me:Updated PKGBUILD
B_E commented on 2018-05-17 13:24 (UTC)
Thanks JCaesar and ondoho, I've incorporated both your feedback.
ondoho commented on 2018-05-13 16:26 (UTC) (edited on 2018-05-13 16:27 (UTC) by ondoho)
it doesn't seem to find the sources at git.openclonk.org anymore.
but the same release is also on github, and this PKGBUILD works:
jcaesar commented on 2018-03-31 03:08 (UTC) (edited on 2018-03-31 03:08 (UTC) by jcaesar)
Just two minor things:
boost shouldn't be required anymore
Using sdl2_mixer is kinda deprecated and should probably be removed upstream Might be better to build with -DAudio_FIND_REQUIRED=On -DAudio_TK=OpenAL to avoid any shenanigans
B_E commented on 2018-03-17 11:43 (UTC)
I managed to build with
sdl2
alone (withoutsdl2_mixer
). Either way, I'm cleaning up the dependencies.1 2 3 Next › Last »