Search Criteria
Notice: Undefined variable: name in /srv/http/vhosts/aur-dev.archlinux.org/public/web/lib/pkgfuncs.inc.php on line 248
Package Details: cataclysm-dda-git 0.C.2016.03.12-1
Git Clone URL: | https://aur-dev.archlinux.org/cataclysm-dda-git.git (read-only) |
---|---|
Package Base: | cataclysm-dda-git |
Description: | A post-apocalyptic roguelike. |
Upstream URL: | http://en.cataclysmdda.com/ |
Licenses: | |
Conflicts: | |
Submitter: | Ferk |
Maintainer: | keenerd |
Last Packager: | keenerd |
Votes: | 30 |
Popularity: | 0.041104 |
First Submitted: | 2013-11-23 17:41 |
Last Updated: | 2016-03-12 20:54 |
Dependencies (11)
- lua
- ncurses
- freetype2 (freetype2-git, freetype2-cleartype, freetype2-old-hinting, freetype2-v35, freetype2-infinality) (make)
- git (git-git) (make)
- sdl2_image (make)
- sdl2_mixer (sdl2_mixer-hg) (make)
- sdl2_ttf (make)
- freetype2 (freetype2-git, freetype2-cleartype, freetype2-old-hinting, freetype2-v35, freetype2-infinality) (optional) – for tiles
- sdl2_image (optional) – for tiles
- sdl2_mixer (sdl2_mixer-hg) (optional) – for tiles
- sdl2_ttf (optional) – for tiles
Latest Comments
1 2 3 4 5 Next › Last »
RobsNoFrills commented on 2016-12-16 16:39
Had to change
source=('https://github.com/CleverRaven/Cataclysm-DDA/archive/master.zip')
to
source=('https://codeload.github.com/CleverRaven/Cataclysm-DDA/zip/master.zip')
in the pkgbuild
cyrilccros commented on 2016-05-23 07:27
Fails to build:
src/filesystem.cpp: In function ‘bool assure_dir_exist(const string&)’:
src/filesystem.cpp:61:45: error: ignoring attributes on template argument ‘int (*)(DIR*) {aka int (*)(__dirstream*)}’ [-Werror=ignored-attributes]
std::unique_ptr<DIR, decltype(&closedir)> dir {opendir(path.c_str()), closedir};
I tried passing the CXXFLAG -Wno-error=ignored-attributes, but this did not work:
src/cata_tiles.cpp: In member function ‘void cata_tiles::draw(int, int, const tripoint&, int, int)’:
src/cata_tiles.cpp:972:54: internal compiler error: in add_expr, at tree.c:7870
&cata_tiles::draw_critter_at } ) {
^
keenerd commented on 2016-03-12 20:54
Looks like they fixed the Lua51 weirdness.
FredBezies commented on 2016-03-01 10:41
I get it build.
version : cataclysm-dda-git 0.C.2016.03.01-1
FredBezies commented on 2016-03-01 09:55
@snacksicles : try replacing lua51 by lua. Building starts. Will report if it goes well... Or not :)
Snacksicles commented on 2016-02-29 23:07
cd src/lua && lua generate_bindings.lua
/bin/sh: lua: command not found
Makefile:583: recipe for target 'src/lua/catabindings.cpp' failed
make: *** [src/lua/catabindings.cpp] Error 127
==> ERROR: A failure occurred in build().
Aborting...
Bugger.
keenerd commented on 2015-11-20 18:03
Fixing this up to match the cataclysm-dda package in community.
FredBezies commented on 2015-11-17 14:18
It is too hard to maintain for now. Feel free to adopt it.
TingPing commented on 2015-10-25 19:04
Made a less broken version if anybody is interested - https://aur.archlinux.org/packages/cataclysm-dda-sdl-git/
It is sdl only but could easily be modified if one wanted ncurses.
Ram-Z commented on 2015-05-23 01:06
Just to let you know that this now has the 'USE_XDG_DIR' make option if you whish to follow the XDG specs.
@hickop: I see your issue is still not resolved: I maintain a working PKGBUILD on CCR:
http://chakraos.org/ccr/packages.php?ID=7201
@gileri: it is assumed that 'base-devel' is installed when using makepkg, so any pkg of that group should not be added to 'makedepends=()'
https://wiki.archlinux.org/index.php/Pkgbuild#makedepends