Git Product home page Git Product logo

Comments (3)

lightnightlee avatar lightnightlee commented on May 5, 2024

I found the Make file. always couldn't find the url
svn checkout https://github.com/google/closure-library/trunk/closure/bin/build build.
actually I didn't find the "trunk/closure", I only could find the "tree/master/closure..." path.
but after I changed to "tree/master" it also couldn't find it .
my network is good.
is there some typo here?

from blockly-games.

NeilFraser avatar NeilFraser commented on May 5, 2024

Works for me:

> svn checkout https://github.com/google/closure-library/trunk/closure/bin/build build
A    build/closurebuilder.py
A    build/depstree.py
A    build/depstree_test.py
A    build/depswriter.py
A    build/depswriter_test.py
A    build/jscompiler.py
A    build/jscompiler_test.py
A    build/source.py
A    build/source_test.py
A    build/treescan.py
Checked out revision 7412.
>

I assume you are following the steps here:
https://github.com/google/blockly-games/wiki/Build

from blockly-games.

bernardgisin avatar bernardgisin commented on May 5, 2024

Hello,
I had the same problem as mentioned by "lightnightlee" !
The file "closurebuilder.py" and probably all the directory from "closure-library/closure/bin/build/" are missing in the "blockly-game/third-party" or "blockly-game-master/third-party" !
I downloaded the file : "google-closure-library-v20180910-190-ge52d9b5.zip" from the Web : "https://developers.google.com/blockly/guides/modify/web/closure",
unzipped it and found the above mentioned "build" directory.
I created the directory : "blockly-game-master/third-party".
I copied the "closure-library/closure/bin/build" directory to : "blockly-game-master/third-party".
I'm working on linux (KUbuntu 18.4) and had to install the two following apps :
sudo apt install wget
sudo apt install subversion
Then I could type :
make deps
I got to confirm 10 times with "r" the conflict :
"Arborescences en conflit sur 'build/closurebuilder.py' "
waited, and this time it worked through the end.
Then I typed :
make en
waited, and got the English version with the "compressed.js" and "uncompressed.js" files.
I got several WARNING such as :
"WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$2"

I did it three times to be sure that I didn't miss anything.

To start, I'm launching " appengine/index.html?lang=en ".

Since I'm french speaking, I tried to compile the french version with
make fr
But it says : "make: *** Aucune règle pour fabriquer la cible 'fr'. Arrêt."
in english : "make: *** No rules to make the target 'fr'. Stop. "
I tried also :
make languages
make all
Without any success.

I modified the "Makefile" replacing all : "-en" by "-fr", all "/en" by "/fr" and some more "en" by "fr", the once which were not in works. Then I typed :
make fr
I got "fr" folders, but the content was still in english !

I'm investigating further...

from blockly-games.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.