Build dependency on librsvg #142

Closed
romildo opened this Issue Aug 18, 2016 · 0 comments

Comments

Projects
None yet
1 participant

romildo commented Aug 18, 2016

There is a build dependency on librsvg that is not checked. It is not mentioned on README.md either.

Without it installed building fails:

[...]
building
make flags: SHELL=/nix/store/d44582rghk696yw704sh5nbvbpnm69iv-bash-4.3-p42/bin/bash    
rm -rf ./gtk-3.0/.sass-cache
test -z "gtk-3.0/gtk.gresource gtk-3.0/gtk-contained.css gtk-3.0/gtk-contained-dark.css" || rm -f gtk-3.0/gtk.gresource gtk-3.0/gtk-contained.css gtk-3.0/gtk-contained-dark.css
sass --update --sourcemap=none ./gtk-3.0
      write ./gtk-3.0/gtk-contained-dark.css
      write ./gtk-3.0/gtk-contained.css
glib-compile-resources --sourcedir=./gtk-3.0 ./gtk-3.0/gtk.gresource.xml
failed to load "./gtk-3.0/assets/bullet-symbolic.svg": Couldn't recognize the image file format for file './gtk-3.0/assets/bullet-symbolic.svg'
./gtk-3.0/gtk.gresource.xml: Child process exited with code 1.
make: *** [Makefile:560: compile] Error 1

With librsvg installed, building succeeds.

@ochosi ochosi closed this in 00d59a5 Sep 6, 2016

ochosi added a commit that referenced this issue Sep 6, 2016

Merge pull request #147 from jbicha/master
Mention librsvg build-dependency (fixes #142)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment