andreisergiu98 / arc-flatabulous-theme

Arc theme with Flatabulous window controls.
GNU General Public License v3.0
611 stars 42 forks source link

Error on install #46

Closed axxx007xxxz closed 4 years ago

axxx007xxxz commented 4 years ago

Hello, first of all thank you for your work! :+1:

I got this error while installing the theme on Fedora:

$./autogen.sh --prefix=/usr --disable-metacity --disable-xfwm --disable-unity --disable-gnome-shell --disable-plank
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running: /usr/bin/autoconf --force
autoreconf: configure.ac: not using Autoheader
autoreconf: running: automake --add-missing --copy --force-missing
autoreconf: Leaving directory `.'
configure: loading site script /usr/share/config.site
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether ln -s works... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
Building for GTK3 3.20
checking for rendersvg... no
configure: WARNING: rendersvg not found, using inkscape instead
checking for inkscape... /usr/bin/inkscape
checking for optipng... /usr/bin/optipng
checking for sassc... /usr/bin/sassc
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating common/gtk-2.0/Makefile
config.status: creating common/gtk-3.0/Makefile
config.status: creating common/gtk-3.0/3.18/Makefile
config.status: creating common/gtk-3.0/3.20/Makefile
config.status: creating common/xfwm4/Makefile
config.status: creating common/Makefile
config.status: creating extra/Makefile
config.status: creating Makefile

$sudo make install
Making install in common
make[1]: ingresso nella directory "/blahblahblah/themes/arc-flatabulous-theme/common"
Making install in gtk-2.0
make[2]: ingresso nella directory "/blahblahblah/themes/arc-flatabulous-theme/common/gtk-2.0"
/usr/bin/mkdir -p "light/assets"/
/usr/bin/inkscape --export-id-only --export-png="light/assets/arrow-down.png" --export-id="arrow-down" --export-dpi=96 "light/assets.svg" >/dev/null
Opzione --export-png=light/assets/arrow-down.png sconosciuta
make[2]: *** [Makefile:731: light/assets/arrow-down.png] Error 1
make[2]: uscita dalla directory "/blahblahblah/themes/arc-flatabulous-theme/common/gtk-2.0"
make[1]: *** [Makefile:435: install-recursive] Error 1
make[1]: uscita dalla directory "/blahblahblah/themes/arc-flatabulous-theme/common"
make: *** [Makefile:360: install-recursive] Error 1

("opzione sconosciuta" = "unknown option")

Distro: Fedora 31 Inkscape: 1.0-2.fc31 SassC: 3.5.0-2.fc30

axxx007xxxz commented 4 years ago

I just noticed that this was mentioned already here. I think that the said option has been removed from Inkscape.

axxx007xxxz commented 4 years ago

Pull request #47 fixes this. Closing.