alex17
1
Hello!
I’m trying to instal “gammy” using pamac and getting an error
make: *** [Makefile:601: build/obj/utils.o] Error 1
make: *** Waiting for unfinished jobs…
==> ERROR: A failure occurred in build().
Aborting…
I’m use Manjaro 21.0.6 Ornara. previous version of manjaro didn’t have this problem.
moson
2
It does not build with gcc11 atm.
There is pending pull request for fixing it. So either just wait, or adjust the code before building it (just one line):
(or @Yochanan patches it for you
)
For a quick and dirty build:
git clone https://aur.archlinux.org/gammy.git
cd gammy
makepkg -o
sed -i '10i#include <cstddef>' src/gammy-0.9.64/src/utils.h
makepkg -esi
2 Likes
Done. Both gammy
and gammy-git
build now.
2 Likes
system
Closed
5
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.