Package Details: ecosim-git r211.1d2cb9a-1

Git Clone URL: https://aur.archlinux.org/ecosim-git.git (read-only, click to copy)
Package Base: ecosim-git
Description: An interactive ecosystem and evolution simulator written in C and OpenGL, for GNU/Linux.
Upstream URL: https://connor-brooks.com/projects/ecosim/
Conflicts: ecosim
Provides: ecosim
Submitter: KokaKiwi
Maintainer: KokaKiwi
Last Packager: KokaKiwi
Votes: 1
Popularity: 0.000000
First Submitted: 2020-02-28 01:00 (UTC)
Last Updated: 2020-11-04 12:09 (UTC)

Latest Comments

rien333 commented on 2020-03-08 01:04 (UTC) (edited on 2020-03-08 01:10 (UTC) by rien333)

EDIT: Think make is getting confused by some arguments passed to it. Removing CC="$CC" CFLAGS="$CFLAGS" from the make call works (not sure why/if those are needed, anyway)

I'm getting some pretty weird output during build():

==> Starting build()...
c logger.c
make: c: No such file or directory
make: [Makefile:31: logger.o] Error 127 (ignored)
c quadtree.c
make: c: No such file or directory
make: [Makefile:28: quadtree.o] Error 127 (ignored)
c graphics.c
make: c: No such file or directory
make: [Makefile:25: graphics.o] Error 127 (ignored)
c utils.c
make: c: No such file or directory
make: [Makefile:22: utils.o] Error 127 (ignored)
c agents.c
make: c: No such file or directory
make: [Makefile:19: agents.o] Error 127 (ignored)
c input.c
make: c: No such file or directory
make: [Makefile:16: input.o] Error 127 (ignored)
c main.c
make: c: No such file or directory
make: [Makefile:13: main.o] Error 127 (ignored)
march=skylake -O2 -pipe -fstack-protector-strong -fno-plt logger.o quadtree.o graphics.o utils.o agents.o input.o main.o -o ecosim -lGL -lm-lglfw -lGLEW
/bin/sh: 1: -O2: not found
make: [Makefile:10: ecosim] Error 127 (ignored)
==> Entering fakeroot environment...