Package Details: vecx-git v1.1.r0.gbe44a67-2

Git Clone URL: https://aur.archlinux.org/vecx.git (read-only, click to copy)
Package Base: vecx
Description: SDL-based Vectrex console emulator
Upstream URL: https://github.com/jhawthorn/vecx
Licenses: unknown
Submitter: prg
Maintainer: prg
Last Packager: prg
Votes: 1
Popularity: 0.000000
First Submitted: 2015-08-14 14:39 (UTC)
Last Updated: 2021-06-09 15:02 (UTC)

Latest Comments

prg commented on 2021-06-09 14:59 (UTC)

Fixed Redi's issue and my issue from 2020 in pkgrev 2

Redi commented on 2021-06-09 14:34 (UTC)

Won't build.

==> ERROR: install should not be an array

error downloading sources: vecx (vecx-git)

prg commented on 2020-09-28 02:48 (UTC) (edited on 2020-09-28 02:48 (UTC) by prg)

I'm getting linker errors even after removing the "install=()" line:

cc -O3 -Wall -Wextra -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -o vecx e6809.o e8910.o osint.o vecx.o -L/usr/lib -lSDL -lpthread -lSDL_gfx -lSDL_image
/usr/bin/ld: e6809.o: in function `e6809_sstep':
e6809.c:(.text+0x18d1): undefined reference to `inst_sub8'
/usr/bin/ld: e6809.c:(.text+0x1901): undefined reference to `inst_sub8'
/usr/bin/ld: e6809.c:(.text+0x192b): undefined reference to `inst_sbc'
/usr/bin/ld: e6809.c:(.text+0x1fdc): undefined reference to `inst_sub8'
/usr/bin/ld: e6809.c:(.text+0x2023): undefined reference to `inst_sub8'
/usr/bin/ld: e6809.c:(.text+0x2064): undefined reference to `inst_sbc'

Popolon commented on 2020-09-22 09:29 (UTC)

It fail to compile, just need to remove the line

install=()