Search Criteria
Package Details: larn 20090906-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/larn.git (read-only, click to copy) |
---|---|
Package Base: | larn |
Description: | a roguelike computer game authored by Noah Morgan in 1986 for the UNIX operating system |
Upstream URL: | http://www.netbsd.org |
Licenses: | BSD |
Submitter: | Oncer |
Maintainer: | Oncer |
Last Packager: | Oncer |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2009-09-05 23:35 (UTC) |
Last Updated: | 2015-07-19 12:50 (UTC) |
Latest Comments
simona commented on 2025-01-17 23:22 (UTC)
io.c: In function ‘newgame’:
io.c:213:9: error: implicit declaration of function ‘time’ [-Wimplicit-function-declaration]
213 | time(&initialtime);
| ^~~~
io.c:119:1: note: ‘time’ is defined in header ‘<time.h>’; this is probably fixable by adding ‘#include <time.h>’
118 | #include <stdarg.h>
+++ |+#include <time.h>
119 | #else / NOVARARGS / / if we don't have varargs /
make: *** [Makefile:14: io.o] Error 1
Oncer commented on 2012-03-01 17:06 (UTC)
<deleted-account> commented on 2012-03-01 10:23 (UTC)
Oncer commented on 2011-12-22 22:45 (UTC)
stefanwilkens commented on 2011-12-22 20:44 (UTC)