[ create a new paste ] login | about

Link: http://codepad.org/bIOBb8xL    [ raw code | output | fork ]

C, pasted on Aug 26:
mkdir -p /Volumes/Data/src/other/chromium/chrome-svn/tarball/chromium/src/third_party/WebKit/WebCore/WebCore.gyp/../../../../xcodebuild/DerivedSources/Debug/webkit
python ../../WebKitTools/Scripts/create-html-entity-table -o "/Volumes/Data/src/other/chromium/chrome-svn/tarball/chromium/src/third_party/WebKit/WebCore/WebCore.gyp/../../../../xcodebuild/DerivedSources/Debug/webkit/HTMLEntityTable.cpp" "../html/HTMLEntityNames.json"
Traceback (most recent call last):
  File "../../WebKitTools/Scripts/create-html-entity-table", line 40, in <module>
    import simplejson
  File "build/bdist.macosx-10.6-universal/egg/simplejson/__init__.py", line 108, in <module>
    
  File "build/bdist.macosx-10.6-universal/egg/simplejson/decoder.py", line 7, in <module>
  File "build/bdist.macosx-10.6-universal/egg/simplejson/scanner.py", line 5, in <module>
  File "build/bdist.macosx-10.6-universal/egg/simplejson/_speedups.py", line 7, in <module>
  File "build/bdist.macosx-10.6-universal/egg/simplejson/_speedups.py", line 3, in __bootstrap__
  File "/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/pkg_resources.py", line 651, in <module>
    class Environment(object):
  File "/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/pkg_resources.py", line 654, in Environment
    def __init__(self, search_path=None, platform=get_supported_platform(), python=PY_MAJOR):
  File "/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/pkg_resources.py", line 55, in get_supported_platform
    plat = get_build_platform(); m = macosVersionString.match(plat)
  File "/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/pkg_resources.py", line 181, in get_build_platform
    plat = get_platform()
  File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/distutils/util.py", line 97, in get_platform
    cfgvars = get_config_vars()
  File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/distutils/sysconfig.py", line 525, in get_config_vars
    func()
  File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/distutils/sysconfig.py", line 408, in _init_posix
    raise DistutilsPlatformError(my_msg)
distutils.errors.DistutilsPlatformError: $MACOSX_DEPLOYMENT_TARGET mismatch: now "10.5" but "10.6" during configure


Output:
1
2
3
4
5
Line 1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '-' token
Line 17: warning: data definition has no type or storage class
Line 17: error: 'macosVersionString' undeclared here (not in a function)
Line 17: error: 'plat' undeclared here (not in a function)
Line 18: error: expected ',' or ';' before 'File'


Create a new paste based on this one


Comments: