Package Details: pmars 0.9.2-2

Git Clone URL: https://aur.archlinux.org/pmars.git (read-only, click to copy)
Package Base: pmars
Description: Reference implementation of Corewar game
Upstream URL: http://sourceforge.net/projects/corewar/
Licenses: GPL2
Submitter: bunder
Maintainer: bunder
Last Packager: bunder
Votes: 5
Popularity: 0.000000
First Submitted: 2015-07-24 07:08 (UTC)
Last Updated: 2015-07-24 07:11 (UTC)

Latest Comments

tealeaf commented on 2025-06-22 20:54 (UTC) (edited on 2025-06-22 20:55 (UTC) by tealeaf)

In addition to this being out of date, with pMars 0.9.4 having been released in July 2022, I'm getting an error attempting to build this:

pmars.c: In function ‘returninfo’:
pmars.c:359:7: error: too many arguments to function ‘sort_by_score’; expected 0, have 2
  359 |       sort_by_score(idxV, scrV);
      |       ^~~~~~~~~~~~~ ~~~~
global.h:415:13: note: declared here
  415 | extern void sort_by_score();
      |             ^~~~~~~~~~~~~
make: *** [Makefile:58: pmars.o] Error 1
==> ERROR: A failure occurred in build().
    Aborting...