Also, whilst we're at it.. I've downloaded the full Chromium source
using gclient.
I think the right step is for me to try to make a project of some sort
using gyp? When I try to build with gyp there is the following error
and stack trace:
stuart@mercury:~/chromium/src/third_party/cld$ gyp
Traceback (most recent call last):
File "/usr/bin/gyp", line 18, in <module>
sys.exit(gyp.main(sys.argv[1:]))
File "/usr/lib/pymodules/python2.6/gyp/__init__.py", line 445, in
main
options.circular_check)
File "/usr/lib/pymodules/python2.6/gyp/__init__.py", line 84, in
Load
depth, generator_input_info, check, circular_check)
File "/usr/lib/pymodules/python2.6/gyp/input.py", line 2148, in Load
depth, check)
File "/usr/lib/pymodules/python2.6/gyp/input.py", line 380, in
LoadTargetBuildFile
build_file_path)
File "/usr/lib/pymodules/python2.6/gyp/input.py", line 967, in
ProcessVariablesAndConditionsInDict
build_file)
File "/usr/lib/pymodules/python2.6/gyp/input.py", line 982, in
ProcessVariablesAndConditionsInList
ProcessVariablesAndConditionsInDict(item, is_late, variables,
build_file)
File "/usr/lib/pymodules/python2.6/gyp/input.py", line 896, in
ProcessVariablesAndConditionsInDict
expanded = ExpandVariables(value, is_late, variables, build_file)
File "/usr/lib/pymodules/python2.6/gyp/input.py", line 666, in
ExpandVariables
' in ' + build_file
KeyError: 'Undefined variable library in cld.gyp while trying to load
cld.gyp'
Thanks,
S.