Search Criteria
Package Details: cataclysm-dda-git experimental.2025.01.27-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/cataclysm-dda-git.git (read-only, click to copy) |
---|---|
Package Base: | cataclysm-dda-git |
Description: | A post-apocalyptic roguelike. |
Upstream URL: | https://cataclysmdda.org/ |
Licenses: | CCPL:by-sa |
Conflicts: | cataclysm-dda, cataclysm-dda-ncurses, cataclysm-dda-tiles |
Submitter: | Ferk |
Maintainer: | gileri |
Last Packager: | gileri |
Votes: | 47 |
Popularity: | 0.156778 |
First Submitted: | 2013-11-23 17:41 (UTC) |
Last Updated: | 2025-01-27 17:55 (UTC) |
Dependencies (13)
- gettext (gettext-gitAUR)
- ncurses (ncurses-gitAUR)
- freetype2 (freetype2-macosAUR, freetype2-gitAUR, freetype2-qdoledAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- libbacktrace-gitAUR (make)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR) (make)
- sdl2_image (make)
- sdl2_mixer (make)
- sdl2_ttf (make)
- freetype2 (freetype2-macosAUR, freetype2-gitAUR, freetype2-qdoledAUR) (optional) – for tiles
- sdl2_image (optional) – for tiles
- sdl2_mixer (optional) – for tiles
- sdl2_ttf (optional) – for tiles
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 .. 10 Next › Last »
gileri commented on 2023-08-25 18:30 (UTC)
Thanks for the notice @fogapod, I added both suggestions.
fogapod commented on 2023-08-21 11:42 (UTC)
I think adding
TESTS=0
to make build make command saves some compilation time and also avoids frequent compilation issues. For example, now build is broken again for me because of dangling references in tests. Removing tests solved everything except this error: https://github.com/CleverRaven/Cataclysm-DDA/issues/67614gileri commented on 2022-10-24 20:11 (UTC)
@loy I built the package in a clean chroot with no issues, weird. Do you have any more info ?
loy commented on 2022-10-18 18:25 (UTC) (edited on 2022-10-18 18:43 (UTC) by loy)
Hi ! Please add to "disable_bound_check.patch" (or create a new patch) : -Wno-error=deprecated-declarations -Wno-error=range-loop-construct -Wno-error=maybe-uninitialized Because Werror is enabled, gcc refuse to build (system updated yesterday) Thanks
EDIT : it's actually broken : src/sdltiles.cpp: In function ‘void font_folder_list(std::ostream&, const std::string&, std::set<std::__cxx11::basic_string\<char> >&)’: src/sdltiles.cpp:3249:48: error: invalid conversion from ‘const char’ to ‘char’ [-fpermissive] 3249 | char fami = TTF_FontFaceFamilyName( fnt.get() ); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ | | | const char src/sdltiles.cpp:3257:48: error: invalid conversion from ‘const char’ to ‘char’ [-fpermissive]
gileri commented on 2022-06-17 06:07 (UTC)
Agreed, good idea !
fogapod commented on 2022-06-14 06:50 (UTC)
Package might break again if they don't include this lint in testing suite. Maybe wait until CI gcc version gets bumped to 12 or until this lint is included?
gileri commented on 2022-06-03 20:10 (UTC)
Thank you @NetSysFire, I've subscribed to the issue. Will update the package if this is resolved upstream.
NetSysFire commented on 2022-06-03 19:42 (UTC)
fogapod and gileri: I am sort-of involved with cdda, here is an upstream issue I created for you: https://github.com/CleverRaven/Cataclysm-DDA/issues/58123 Patching it here works for now but this is hacky and should be fixed at the source, so please watch that issue so you know when it is resolved and the patch can be removed.
fogapod commented on 2022-05-28 08:39 (UTC)
is there a reason LTO=1 is not used in build step? does it take significantly longer this way?
gileri commented on 2022-05-24 22:01 (UTC)
Implemented your patch @fogapod, thank you !
« First ‹ Previous 1 2 3 4 5 6 7 .. 10 Next › Last »