Stu
unread,Nov 1, 2010, 12:02:17 PM11/1/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gyp-developer
Hi all,
I was after a bit of end-user support (apologies if this is the wrong
place, please feel free to direct me to a more appropriate place!).
I'm trying to make use of the cld library as part of the Chromium
source. I see that there is a gyp file in this directory, so am I
correct in saying that the best way to build this library is to use
gyp to make some form of solution that will help me build it?
When I try to gyp the gyp file I get some errors about the library
keyword in the file. This is on Ubuntu, but the same happens on OSX.
This is my ubuntu output:
stuart@mercury:~$ gyp chromium/src/third_party/cld/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 chromium/src/third_party/cld/
cld.gyp while trying to load chromium/src/third_party/cld/cld.gyp'
Any help would be greatly appreciated.
Cheers,
S.