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

Unable to execute build.sh file properly #1

Open
mushi-nova opened this issue Jun 20, 2021 · 1 comment
Open

Unable to execute build.sh file properly #1

mushi-nova opened this issue Jun 20, 2021 · 1 comment

Comments

@mushi-nova
Copy link

I have tried this before and I absolutely love it. But recently I tried to run build.sh by executing make build. But to my surprise it just output

$ make build
bash build.sh

and it exits. There are no errors or anything. I have tried to check whether any dependencies are missing or not but there isn't any.

These are the following versions of different dependencies:

  1. Inkscape - 1.1
$ inkscape --version 2>/dev/null | awk '/Inkscape[ ]/ {print $2; exit}'
1.1
  1. make - 4.3
$ make --version
GNU Make 4.3
Built for x86_64-pc-linux-gnu
  1. Ruby - 3.0.1p64
$ ruby --version
ruby 3.0.1p64 (2021-04-05 revision 0fb782ee38) [x86_64-linux]
  1. xcursorgen - 1.0.7
$ xcursorgen --version
xcursorgen version 1.0.7
@Souravgoswami
Copy link
Owner

That's strange. What happens when you run the following commands one at a time?

$ ruby generator/configs.rb
$ ruby generator/convert.rb
$ bash build.sh

Does it work?

NOTE: The current config has a lot of cursors, and the build time can take an hour. I suggest removing the cursors you won't be using (edit ./cursors.conf), for the test.

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

No branches or pull requests

2 participants