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

make en fails #63

Closed
annasindarsin opened this issue Jul 6, 2017 · 6 comments
Closed

make en fails #63

annasindarsin opened this issue Jul 6, 2017 · 6 comments

Comments

@annasindarsin
Copy link

I am new to blockly. I have followed the steps for building blockly games from this site: http://www.catch.jp/wiki/index.php?Build_Blockly-Games_Win
when I tried the 'make en' command on cygwin, I got following error:

java -jar third-party/SoyToJsSrcCompiler.jar --shouldProvideRequireSoyNamespaces --isUsingIjData --outputPathFormat appengine/generated/en/soy.js --srcs appengine/template.soy
Error: Unable to access jarfile third-party/SoyToJsSrcCompiler.jar
make: *** [Makefile:65: common-en] Error 1

Does anyone know how to solve it? It will be a huge help.

@hariscybersquare
Copy link

I think you can try the following.

https://github.com/harisnp/mazegameworkingcybersquare.git

@petrusek
Copy link

petrusek commented Jul 18, 2017

You have probably forgot to run make deps which downloads the dependencies. (Or it has failed with some error.)

@annasindarsin
Copy link
Author

Thank you for your responses :) I used my coworker's old files which had succeeded to make en and it worked for me too.

@nantapat
Copy link

nantapat commented Apr 1, 2018

@annasindarsin do you mind if I want to request this file from you? because I met the problem that you had met before.

@annasindarsin
Copy link
Author

@nantapat sorry, it was company-restricted so I can't share it. you may try the link from @harisnp :) hope this helps.

@rachelbriggs
Copy link

Having the same problem. Ran 'make deps' first and it fails when running 'make en'.

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

5 participants