Package Details: vicious-orcs 001-1

Git Clone URL: https://aur.archlinux.org/vicious-orcs.git (read-only, click to copy)
Package Base: vicious-orcs
Description: A Seven Day Roguelike written by Jeff Lait.
Upstream URL: http://www.zincland.com/7drl/orcs/
Licenses: BSD
Submitter: keenerd
Maintainer: keenerd
Last Packager: keenerd
Votes: 2
Popularity: 0.000000
First Submitted: 2012-07-03 02:10 (UTC)
Last Updated: 2015-06-13 04:20 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

kleintux commented on 2021-07-29 22:58 (UTC)

doesn't build anymore.


  804 |     is.read((char *) &val, sizeof(int32));
      |                       ^~~
../map.cpp: In member function ‘void MAP::save() const’:
../map.cpp:3492:5: error: ‘int32’ was not declared in this scope; did you mean ‘int32_t’?
 3492 |     int32               val;
      |     ^~~~~
      |     int32_t
../map.cpp:3496:5: error: ‘val’ was not declared in this scope
 3496 |     val = myDepth;
      |     ^~~
../map.cpp: In constructor ‘MAP::MAP(std::istream&)’:
../map.cpp:3576:5: error: ‘int32’ was not declared in this scope; did you mean ‘int32_t’?
 3576 |     int32               val;
      |     ^~~~~
      |     int32_t
../map.cpp:3591:23: error: ‘val’ was not declared in this scope
 3591 |     is.read((char *) &val, sizeof(int32));
      |                       ^~~
make: *** [Makefile:29: ../map.o] Error 1
==> ERROR: A failure occurred in build().
    Aborting...

winny commented on 2017-03-25 23:10 (UTC)

This segfaults for me. I'll attempt to get a backtrace later.

keenerd commented on 2016-02-12 03:35 (UTC) (edited on 2016-02-12 03:36 (UTC) by keenerd)

I don't know what to say. Works for me.

riggt commented on 2016-02-10 22:39 (UTC)

Hey, I just installed this, but now I can't seem to run it at all. I can't run it from the command line or find anywhere in my system menu to run it.