Package Details: crispy-doom-git 6.0.r122.ge69e50c9-1

Git Clone URL: https://aur.archlinux.org/crispy-doom-git.git (read-only, click to copy)
Package Base: crispy-doom-git
Description: Limit-removing enhanced-resolution Doom source port based on Chocolate Doom
Upstream URL: https://github.com/fabiangreffrath/crispy-doom
Licenses: GPL2
Conflicts: crispy-doom
Provides: crispy-doom
Submitter: MGislv
Maintainer: MGislv
Last Packager: MGislv
Votes: 0
Popularity: 0.000000
First Submitted: 2022-03-31 20:08 (UTC)
Last Updated: 2023-09-20 23:48 (UTC)

Dependencies (10)

Required by (1)

Sources (1)

Latest Comments

duffydack commented on 2025-02-02 19:17 (UTC)

Yeah, thanks. Latest pkg updates resolved it now.

xiota commented on 2025-02-02 00:24 (UTC)

Caused by switch to sdl3 (sdl2-compat). crispy-doom#1266

duffydack commented on 2025-02-01 22:36 (UTC)

Not sure why all of a sudden, this fails to build.

g_game.c:354:24: note: include ‘<math.h>’ or provide a declaration of ‘lround’
make[3]: *** [Makefile:521: g_game.o] Error 1
make[3]: Leaving directory '/build/crispy-doom-git/src/crispy-doom/src/heretic'
make[2]: *** [Makefile:1191: all-recursive] Error 1
make[2]: Leaving directory '/build/crispy-doom-git/src/crispy-doom/src'
make[1]: *** [Makefile:514: all-recursive] Error 1
make[1]: Leaving directory '/build/crispy-doom-git/src/crispy-doom'
make: *** [Makefile:430: all] Error 2
==> ERROR: A failure occurred in build().

Happens to non git version too

wallabra commented on 2023-09-09 21:58 (UTC)

Please add CC="$CC" to the end of the ./configure line in build(), or else this will fail to build for users whose systems are configured to use Clang. I have verified that it works flawlessly after this change even when built with Clang.