You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
With two hard drives in a mac, the second name "Macintosh HD". When trying to install clang is not given the correct directory because the space interrupts the path.
2014-03-04 20:49:10.537 xcodebuild[15296:1007] error: (null)
CC(target) Release/obj.target/libgit2/deps/libgit2/src/attr.o
clang: error: no such file or directory: 'HD/Users/username/.node-gyp/0.10.26/src'
clang: error: no such file or directory: 'HD/Users/username/.node-gyp/0.10.26/deps/uv/include'
clang: error: no such file or directory: 'HD/Users/username/.node-gyp/0.10.26/deps/v8/include'
make: *** [Release/obj.target/libgit2/deps/libgit2/src/attr.o] Error 1
The text was updated successfully, but these errors were encountered:
With two hard drives in a mac, the second name "Macintosh HD". When trying to install clang is not given the correct directory because the space interrupts the path.
2014-03-04 20:49:10.537 xcodebuild[15296:1007] error: (null)
CC(target) Release/obj.target/libgit2/deps/libgit2/src/attr.o
clang: error: no such file or directory: 'HD/Users/username/.node-gyp/0.10.26/src'
clang: error: no such file or directory: 'HD/Users/username/.node-gyp/0.10.26/deps/uv/include'
clang: error: no such file or directory: 'HD/Users/username/.node-gyp/0.10.26/deps/v8/include'
make: *** [Release/obj.target/libgit2/deps/libgit2/src/attr.o] Error 1
The text was updated successfully, but these errors were encountered: