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

Build issues, wrong bash + missing shortcut.js under MacOS #1

Closed
nicolasembleton opened this issue Jul 8, 2013 · 3 comments
Closed
Labels

Comments

@nicolasembleton
Copy link

Hi,

I just downloaded the package and tried to build it using macOS and I got the 2 following errors:

Wrong Bash

First one was wrong bash

$ ./build.sh
-bash: ./build.sh: /usr/local/bin: bad interpreter: Permission denied

I believe the best option here is to use /bin/bash or /usr/local/bin/bash which should be equivalent. Changing to either one fixed the first issue for me.

Missing Shortcut.js

But then I got the following error

Tracing dependencies for: didgeridoo
Error: ENOENT, no such file or directory '~/Downloads/Didgeridoo-IDE-master/Didgeridoo-IDE-master/build/public/app/shortcut.js'
In module tree:
    didgeridoo
      init

Let me know if that's helpful.

fmvilas added a commit that referenced this issue Jul 8, 2013
@fmvilas
Copy link
Owner

fmvilas commented Jul 8, 2013

It's now fixed!

I'm thinking to remove this file from the repo by now because it's not necessary in development. You have a mini-guide on how to install in the docs branch.

Hope it helps you.

Thanks nicolasembleton! of course it was helpful!

@nicolasembleton
Copy link
Author

Awesome. Thanks. That was fast.

Will have a look at the docs. Didn't find it in the first place. Adding a mention to it into the readme.md would be beneficial.

@fmvilas
Copy link
Owner

fmvilas commented Jul 8, 2013

Yes, there are a lot of work to do here. In about 15 days I'll start working on it full-time. Meanwhile (and later) feel free to fork and fix whatever you consider necessary, via Issues and Pull Request.

Thanks!
Fran

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

No branches or pull requests

2 participants