-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Description
Original issue 8 created by kkowalczyk on 2011-06-07T04:17:41.000Z:
I tried to generate XCode project file with gyp (latest svn sources r932) but get this error:
kjkmacpro:leveldb kkowalczyk$ gyp
Traceback (most recent call last):
File "/usr/local/bin/gyp", line 18, in <module>
sys.exit(gyp.main(sys.argv[1:]))
File "/Library/Python/2.6/site-packages/gyp/init.py", line 448, in main
options.circular_check)
File "/Library/Python/2.6/site-packages/gyp/init.py", line 87, in Load
depth, generator_input_info, check, circular_check)
File "/Library/Python/2.6/site-packages/gyp/input.py", line 2224, in Load
depth, check)
File "/Library/Python/2.6/site-packages/gyp/input.py", line 379, in LoadTargetBuildFile
build_file_path)
File "/Library/Python/2.6/site-packages/gyp/input.py", line 998, in ProcessVariablesAndConditionsInDict
build_file)
File "/Library/Python/2.6/site-packages/gyp/input.py", line 1013, in ProcessVariablesAndConditionsInList
ProcessVariablesAndConditionsInDict(item, is_late, variables, build_file)
File "/Library/Python/2.6/site-packages/gyp/input.py", line 927, in ProcessVariablesAndConditionsInDict
expanded = ExpandVariables(value, is_late, variables, build_file)
File "/Library/Python/2.6/site-packages/gyp/input.py", line 697, in ExpandVariables
' in ' + build_file
KeyError: 'Undefined variable library in leveldb.gyp while trying to load leveldb.gyp'
I know next to nothing about gyp, but it seems like a problem with lveldb.gyp
I'm on Mac 10.6.7, leveldb is r30, python 2.6.1