Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to locate 'assets/checkbox-checked-dark.png' in any source directory. #582

Closed
zruu opened this issue Oct 1, 2016 · 5 comments
Closed
Assignees
Labels

Comments

@zruu
Copy link

zruu commented Oct 1, 2016

I'm not really sure why I get this error when running make install (the file is there):

sudo make install
rm -rf src/gtk-3.0/dist
rm -f src/gtk-3.0/gtk.gresource
rm -rf src/gtk-3.20/dist
rm -f src/gtk-3.20/gtk.gresource
scss --update --sourcemap=none src/gtk-3.0/scss:src/gtk-3.0/dist
  directory src/gtk-3.0/dist
      write src/gtk-3.0/dist/gtk-dark.css
      write src/gtk-3.0/dist/gtk.css
scss --update --sourcemap=none src/gtk-3.20/scss:src/gtk-3.20/dist
  directory src/gtk-3.20/dist
      write src/gtk-3.20/dist/gtk-dark.css
      write src/gtk-3.20/dist/gtk.css
glib-compile-resources --sourcedir=src/gtk-3.0 src/gtk-3.0/gtk.gresource.xml
src/gtk-3.0/gtk.gresource.xml: Failed to locate 'assets/checkbox-checked-dark.png' in any source directory.
Makefile:20: recipe for target 'gresource' failed
make: *** [gresource] Error 1
@megax
Copy link
Contributor

megax commented Oct 3, 2016

@lots0logs idea?

@lots0logs
Copy link
Contributor

No, I'm afraid not. I recommend cloning a fresh copy and trying it again. It should work. It works fine for me locally and it also works on our CI builds.

@khurshid-alam
Copy link
Contributor

@zruu Probably a problem with symlinks. Clone the source and try again.

@lots0logs
Copy link
Contributor

You know what..I bet they downloaded the archive instead of cloning with git. To address this case we'll have to check for the existence of the symlinks and create them if necessary. I will take care of it asap!

@lots0logs lots0logs added the bug label Oct 4, 2016
@lots0logs lots0logs self-assigned this Oct 4, 2016
@megax
Copy link
Contributor

megax commented Oct 23, 2016

@lots0logs This improves? :) 5ccc199

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

4 participants