Guest User

Untitled

a guest
Nov 22nd, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. make -C out BUILDTYPE=Release
  2. make[1]: Entering directory `/private/var/root/node-v0.8.1/out'
  3. CC(target) /private/var/root/node-v0.8.1/out/Release/obj.target/http_parser/deps/http_parser/http_parser.o
  4. LIBTOOL-STATIC /private/var/root/node-v0.8.1/out/Release/libhttp_parser.a
  5. File "./gyp-mac-tool", line 154
  6. fd = os.open(lockfile, os.O_RDONLY|os.O_NOCTTY|os.O_CREAT, 0o666)
  7. ^
  8. SyntaxError: invalid syntax
  9. make[1]: *** [/private/var/root/node-v0.8.1/out/Release/libhttp_parser.a] Error 1
  10. make[1]: Leaving directory `/private/var/root/node-v0.8.1/out'
  11. make: *** [node] Error 2
Add Comment
Please, Sign In to add comment