Created
September 24, 2014 22:14
-
-
Save mikemorris/0e28b600fa4d35dc8a4b to your computer and use it in GitHub Desktop.
This file contains 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
creating ./config.gypi | |
deps/run_gyp macosx/mapboxgl-app.gyp --depth=. --generator-output=./build -f xcode | |
Traceback (most recent call last): | |
File "deps/run_gyp", line 8, in <module> | |
sys.exit(gyp.script_main()) | |
File "deps/gyp/pylib/gyp/__init__.py", line 534, in script_main | |
return main(sys.argv[1:]) | |
File "deps/gyp/pylib/gyp/__init__.py", line 527, in main | |
return gyp_main(args) | |
File "deps/gyp/pylib/gyp/__init__.py", line 512, in gyp_main | |
generator.GenerateOutput(flat_list, targets, data, params) | |
File "deps/gyp/pylib/gyp/generator/xcode.py", line 601, in GenerateOutput | |
xcp = XcodeProject(build_file, xcodeproj_path, build_file_dict) | |
File "deps/gyp/pylib/gyp/generator/xcode.py", line 124, in __init__ | |
os.makedirs(self.path) | |
File "/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/lib/python2.7/os.py", line 157, in makedirs | |
mkdir(name, mode) | |
OSError: [Errno 13] Permission denied: './build/macosx/mapboxgl-app.xcodeproj' | |
make: *** [xproj-cli] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment