-
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
Cannot build pond-tutor or pond-duck #129
Comments
I'm afraid I'm unable to recreate these errors. Try updating your repo to the latest version, then |
I pulled the latest, ran make clean, make deps, and make en again. Same result, everything built fine except pond-tutor and pond-duck. Same errors. I also saw the following before the pond-tutor error: Compiling Pond/Docs - en During handling of the above exception, another exception occurred: Traceback (most recent call last): I'm doing this on Windows 10 from a VS Code terminal, is that a problem? Also, in order for make deps to work, I had to add the following to the end of the four wgets in the make file: |
Ah, Windows. My bet is it's a path issue caused by '/' vs. '\'. Will look at it this evening. |
I just pulled down the repo in an AWS Linux environment and ran make deps, and got the following error: java -jar third-party-downloads/closure-compiler.jar Any idea what that's about? |
That one appears to be this error: |
Upgrading Java solved the problem, and I was able to make en on Linux with no errors. My main machine is Windows, so would be nice to get it to work on Windows, but it's okay if not. Thanks for helping me out. |
When I run make pond-tutor-en, I get the following:
./appengine/pond/tutor/generated/en/soy.js:13: ERROR - [JSC_MISSING_MODULE_OR_PROVIDE] Required namespace "Pond.soy" never defined.
goog.require('Pond.soy');
^^^^^^^^^^^^^^^^^^^^^^^^
./appengine/pond/tutor/js/tutor.js:30: ERROR - [JSC_MISSING_MODULE_OR_PROVIDE] Required namespace "Pond" never defined.
goog.require('Pond');
^^^^^^^^^^^^^^^^^^^^
./appengine/pond/tutor/js/tutor.js:31: ERROR - [JSC_MISSING_MODULE_OR_PROVIDE] Required namespace "Pond.Battle" never defined.
goog.require('Pond.Battle');
^^^^^^^^^^^^^^^^^^^^^^^^^^^
./appengine/pond/tutor/js/tutor.js:32: ERROR - [JSC_MISSING_MODULE_OR_PROVIDE] Required namespace "Pond.Blocks" never defined.
goog.require('Pond.Blocks');
^^^^^^^^^^^^^^^^^^^^^^^^^^^
./appengine/pond/tutor/js/tutor.js:34: ERROR - [JSC_MISSING_MODULE_OR_PROVIDE] Required namespace "Pond.Visualization" never defined.
goog.require('Pond.Visualization');
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Similar message when I run make pond-duck-en. I'm able to build everything else successfully. Please help.
The text was updated successfully, but these errors were encountered: