-
Notifications
You must be signed in to change notification settings - Fork 605
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
can't build blockly games with "make all" or "make languages" #39
Comments
I found out the SoyFileSetParser class from very old version of closure template . |
What happens on your shell when you execute the following:
It should print all the files in that directory that start with 'a' or 'b'. Likewise, the '{...}' notation in the rm command should delete the generated directories in each of the application sub directories. Nothing wrong with your build system. |
yes, ls command works . |
I had the same problem with
|
I had the same problem on Ubuntu 16.04 |
Several dependencies (including Blockly) changed over time, breaking the build. Blockly Games has been updated so that everything builds properly now. |
excuse me .
I get the error message every time I try to build languages .
I just make all , or make deps languages .
The text was updated successfully, but these errors were encountered: