This list is for avoiding duplicated issues, if your issue isn't listed, you should remove this and continue.
--with-gnome=<version> flag with ./autogen.sh.base-devel group installed.Ensure you...
gnome-themes-standard version:Distro: Void Linux (rolling release, no version)
Desktop environment: XFCE4, 4.12
Arc version: As of April 7th, 2018
GTK+ 3 version: gtk+3-3.22.29_1
====
Here are the files listed by 'ls' after following the commands given in the README.md;
quentin@snoop î‚° ~/arc-theme î‚° î‚ master î‚° ls  ✔  130  13:47:09
AUTHORS Makefile.in autogen.sh config.log gulpfile.js
COPYING README.md autom4te.cache configure m4
HACKING.md aclocal.m4 build-aux configure.ac package.json
Makefile.am arc-theme-upgrade common extra
===
If this helps, I am using zsh with an oh-my-zsh theme.
I face the same issue. Configs I have :
GTK+ version : 3.22.29-3
Gnome Shell : 3.28.0
But, ./autogen.sh --prefix=/usr --with-gnome=3.28.0
gave error : configure: error: Invalid GNOME version: 3.28
But again , ./autogen.sh --prefix=/usr --with-gnome=3.22 worked and Makefile was generated and I was able install the theme
Makefile exists in th folder but still it shows
make install
make: * No rule to make target 'install'. Stop.
Most helpful comment
I face the same issue. Configs I have :
GTK+ version : 3.22.29-3
Gnome Shell : 3.28.0
But,
./autogen.sh --prefix=/usr --with-gnome=3.28.0gave error :
configure: error: Invalid GNOME version: 3.28But again ,
./autogen.sh --prefix=/usr --with-gnome=3.22worked and Makefile was generated and I was able install the theme