Whenever I try to makepkg I get this error. I used OpenRC-Artix, but I'm not sure thats the problem.
make: *** [Makefile:176: obj/accel_filter_interpreter.o] Error 1
Git Clone URL: | https://aur.archlinux.org/libgestures.git (read-only, click to copy) |
---|---|
Package Base: | libgestures |
Description: | Chromium OS gestures library |
Upstream URL: | https://github.com/galliumos/libgestures |
Licenses: | custom:chromiumos |
Provides: | libgestures |
Submitter: | tsowell |
Maintainer: | poppyschmo |
Last Packager: | TheGoliath |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2013-10-30 03:14 (UTC) |
Last Updated: | 2020-07-12 15:12 (UTC) |
Whenever I try to makepkg I get this error. I used OpenRC-Artix, but I'm not sure thats the problem.
make: *** [Makefile:176: obj/accel_filter_interpreter.o] Error 1
@TheGoliath: thanks for adopting this package.
@poppyschmo Nice we did not need this patch anymore - so the maintainers could delete the patch commands in this PKGBUILD ;)
@genofire, that patch is obsolete anyway. I've been using this
to get it to build. Should work with something like
git clone https://aur.archlinux.org/libgestures.git; cd libgestures; git checkout -b mine; curl -L "$url_above" | git apply --whitespace=nowarn -
Like Anonymous say:
cp: cannot stat 'libgestures/finger_metrics_math.patch': No such file or directory
If anyone is still using this and getting a -Wint-in-bool-context error from gcc, this patch might help: https://gist.github.com/poppyschmo/08b526e65d5966420b594633beb11a1b
Pinned Comments