jak786 / blockly

Automatically exported from code.google.com/p/blockly
0 stars 0 forks source link

Build broken #121

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
make now returns:
mv core/blockly_renaming_map.js.tmp core/blockly_renaming_map.js
mv: core/blockly_renaming_map.js.tmp: No such file or directory
make: *** [core/blockly_renaming_map.js] Error 1

Running Blockly with the checked-in blockly_compressed.js results in this error:
TypeError: a is null
file:///Users/fraser/Documents/Google/blockly/trunk/blockly_compressed.js
Line 550

Original issue reported on code.google.com by neil.fra...@gmail.com on 17 Feb 2013 at 2:15

GoogleCodeExporter commented 9 years ago
I've committed (in r648) an old blockly_compressed.js (from r635) that's 
known-good.  Not a great solution, but it allows people to run code again.

Original comment by neil.fra...@gmail.com on 17 Feb 2013 at 1:46

GoogleCodeExporter commented 9 years ago
FWIW, you get this error if you edit media/blockly.css instead of 
core/blockly.gss.  The dependency is a little wonky since GSS_COMPILER outputs 
both the css & renaming map - I can reverse the dependency, since I doubt 
anyone would edit the renaming map mistakenly - the dependency of one output on 
the other is a little hackish - make doesn't seem to provide a way of having 
multiple outputs be generated by the same rule.  Another thought - if it works 
it'd be a little less hacky is to make a target that they both depend on that 
has the rule that generates both of them.

Original comment by sheridan...@gmail.com on 18 Feb 2013 at 3:22

GoogleCodeExporter commented 9 years ago

Original comment by s...@google.com on 20 Feb 2013 at 5:43

GoogleCodeExporter commented 9 years ago
Revision: 665
Author:   scr@google.com
Date:     Tue Feb 19 21:26:17 2013
Log:      Split multiple outputs into multiple rules.

BUG=121
TBR=neil.fraser@gmail.com

Review URL: https://codereview.appspot.com/7373043
http://code.google.com/p/blockly/source/detail?r=665

Modified:
 /trunk/Makefile
 /trunk/blockly_compressed.js

Original comment by s...@google.com on 20 Feb 2013 at 5:45