Created
July 7, 2012 23:23
-
-
Save ecto/3068540 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| make -C out BUILDTYPE=Release | |
| make[1]: Entering directory `/private/var/root/node-v0.8.1/out' | |
| CC(target) /private/var/root/node-v0.8.1/out/Release/obj.target/http_parser/deps/http_parser/http_parser.o | |
| LIBTOOL-STATIC /private/var/root/node-v0.8.1/out/Release/libhttp_parser.a | |
| File "./gyp-mac-tool", line 154 | |
| fd = os.open(lockfile, os.O_RDONLY|os.O_NOCTTY|os.O_CREAT, 0o666) | |
| ^ | |
| SyntaxError: invalid syntax | |
| make[1]: *** [/private/var/root/node-v0.8.1/out/Release/libhttp_parser.a] Error 1 | |
| make[1]: Leaving directory `/private/var/root/node-v0.8.1/out' | |
| make: *** [node] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment