All,

I've been trying to build chrome solution for the past two days, but
no luck. Details below:

1. Visual studio 2005, SP1 installed
2. Windows SDK v6.1
3. Used Start -> All programs -> Microsoft windows SDK v6.1 -> Visual
studio registration -> Windows SDK configuration tool to make v6.1 as
the current version.
4. Followed the steps in "Getting started guide".

Initial compilation resulted in the following:
- 26 projects successfully built
- 8 projects failed.

Webkit \ Glue - Failed

1>------ Build started: Project: V8Bindings_prebuild, Configuration:
Debug Win32 ------
1>Performing Custom Build Step
1>0 File(s) copied
1>0 File(s) copied
1>C:\chromiumtrunk\chromium\src\chrome\Debug\obj\V8Bindings
\DerivedSources
1>Building DerivedSources /cygdrive/c/CHROMI~1/chromium/src/webkit/
port...
1>make: /bin/sh: Command not found
1>make: *** [CSSGrammar.cpp] Error 127
1>Project : error PRJ0002 : Error result 1 returned from 'C:\WINDOWS
\system32\cmd.exe'.
1>Build log was saved at "file://C:\chromiumtrunk\chromium\src\chrome
\Debug\obj\V8Bindings_prebuild\BuildLog.htm"
1>V8Bindings_prebuild - 1 error(s), 0 warning(s)
2>------ Build started: Project: Glue, Configuration: Debug Win32
------
2>Compiling...
2>AccessibleBase.cpp
2>..\..\pending\AccessibleBase.cpp(36) : fatal error C1083: Cannot
open include file: 'HTMLNames.h': No such file or directory
2>webframe_impl.cc
2>..\..\glue\webframe_impl.cc(101) : fatal error C1083: Cannot open
include file: 'HTMLNames.h': No such file or directory
2>searchable_form_data.cc
2>..\..\glue\searchable_form_data.cc(19) : fatal error C1083: Cannot
open include file: 'HTMLNames.h': No such file or directory
2>password_form_dom_manager.cc
2>..\..\glue\password_form_dom_manager.cc(15) : fatal error C1083:
Cannot open include file: 'HTMLNames.h': No such file or directory
2>entity_map.cc
2>..\..\glue\entity_map.cc(7) : fatal error C1083: Cannot open include
file: 'HTMLEntityCodes.c': No such file or directory
2>dom_serializer.cc
2>..\..\glue\dom_serializer.cc(63) : fatal error C1083: Cannot open
include file: 'HTMLNames.h': No such file or directory
2>dom_operations.cc
2>..\..\glue\dom_operations.cc(22) : fatal error C1083: Cannot open
include file: 'HTMLNames.h': No such file or directory
2>Generating Code...
2>Build log was saved at "file://C:\chromiumtrunk\chromium\src\chrome
\Debug\obj\Glue\BuildLog.htm"
2>Glue - 7 error(s), 0 warning(s)
========== Build: 0 succeeded, 2 failed, 4 up-to-date, 0 skipped
==========


Webkit \ Port - failed

1>------ Build started: Project: V8Bindings_prebuild, Configuration:
Debug Win32 ------
1>Performing Custom Build Step
1>0 File(s) copied
1>0 File(s) copied
1>C:\chromiumtrunk\chromium\src\chrome\Debug\obj\V8Bindings
\DerivedSources
1>Building DerivedSources /cygdrive/c/CHROMI~1/chromium/src/webkit/
port...
1>make: /bin/sh: Command not found
1>make: *** [CSSGrammar.cpp] Error 127
1>Project : error PRJ0002 : Error result 1 returned from 'C:\WINDOWS
\system32\cmd.exe'.
1>Build log was saved at "file://C:\chromiumtrunk\chromium\src\chrome
\Debug\obj\V8Bindings_prebuild\BuildLog.htm"
1>V8Bindings_prebuild - 1 error(s), 0 warning(s)
2>------ Build started: Project: Port, Configuration: Debug Win32
------
2>Compiling...
2>RenderThemeWin.cpp
2>..\..\port\rendering\RenderThemeWin.cpp(30) : fatal error C1083:
Cannot open include file: 'CSSValueKeywords.h': No such file or
directory
2>SVGPaintServerPatternSkia.cpp
2>c:\chromiumtrunk\chromium\src\third_party\webkit\webcore\svg
\SVGElement.h(32) : fatal error C1083: Cannot open include file:
'SVGNames.h': No such file or directory
2>SVGPaintServerGradientSkia.cpp
2>c:\chromiumtrunk\chromium\src\third_party\webkit\webcore\svg
\SVGElement.h(32) : fatal error C1083: Cannot open include file:
'SVGNames.h': No such file or directory
2>EditorWin.cpp
2>c:\chromiumtrunk\chromium\src\third_party\WebKit\WebCore\editing
\htmlediting.h(30) : fatal error C1083: Cannot open include file:
'HTMLNames.h': No such file or directory
2>ClipboardWin.cpp
2>..\..\port\platform\ClipboardWin.cpp(44) : fatal error C1083: Cannot
open include file: 'HTMLNames.h': No such file or directory
2>Generating Code...
2>Build log was saved at "file://C:\chromiumtrunk\chromium\src\chrome
\Debug\obj\Port\BuildLog.htm"
2>Port - 5 error(s), 0 warning(s)
========== Build: 0 succeeded, 2 failed, 1 up-to-date, 0 skipped
==========

V8 Bindings - Failed
1>------ Build started: Project: V8Bindings_prebuild, Configuration:
Debug Win32 ------
1>Performing Custom Build Step
1>0 File(s) copied
1>0 File(s) copied
1>C:\chromiumtrunk\chromium\src\chrome\Debug\obj\V8Bindings
\DerivedSources
1>Building DerivedSources /cygdrive/c/CHROMI~1/chromium/src/webkit/
port...
1>make: /bin/sh: Command not found
1>make: *** [CSSGrammar.cpp] Error 127
1>Project : error PRJ0002 : Error result 1 returned from 'C:\WINDOWS
\system32\cmd.exe'.
1>Build log was saved at "file://C:\chromiumtrunk\chromium\src\chrome
\Debug\obj\V8Bindings_prebuild\BuildLog.htm"
1>V8Bindings_prebuild - 1 error(s), 0 warning(s)
2>------ Build started: Project: V8Bindings, Configuration: Debug
Win32 ------
2>Compiling...
2>CSSGrammar.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\CSSGrammar.cpp': No such file or
directory
2>v8_proxy.cpp
2>..\..\port\bindings\v8\v8_proxy.cpp(50) : fatal error C1083: Cannot
open include file: 'HTMLNames.h': No such file or directory
2>v8_index.cpp
2>..\..\port\bindings\v8\v8_index.cpp(36) : fatal error C1083: Cannot
open include file: 'V8Attr.h': No such file or directory
2>v8_events.cpp
2>..\..\port\bindings\v8\v8_events.cpp(37) : fatal error C1083: Cannot
open include file: 'V8Event.h': No such file or directory
2>v8_custom.cpp
2>..\..\port\bindings\v8\v8_custom.cpp(36) : fatal error C1083: Cannot
open include file: 'V8Attr.h': No such file or directory
2>v8_npobject.cpp
2>..\..\port\bindings\v8\v8_npobject.cpp(40) : fatal error C1083:
Cannot open include file: 'V8HTMLAppletElement.h': No such file or
directory
2>XPathGrammar.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\XPathGrammar.cpp': No such file
or directory
2>XMLNames.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\XMLNames.cpp': No such file or
directory
2>XLinkNames.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\XLinkNames.cpp': No such file or
directory
2>V8XSLTProcessor.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8XSLTProcessor.cpp': No such
file or directory
2>V8XPathResult.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8XPathResult.cpp': No such file
or directory
2>V8XPathNSResolver.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8XPathNSResolver.cpp': No such
file or directory
2>V8XPathExpression.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8XPathExpression.cpp': No such
file or directory
2>V8XPathException.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8XPathException.cpp': No such
file or directory
2>V8XPathEvaluator.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8XPathEvaluator.cpp': No such
file or directory
2>V8XMLSerializer.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8XMLSerializer.cpp': No such
file or directory
2>V8XMLHttpRequestException.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8XMLHttpRequestException.cpp':
No such file or directory
2>V8XMLHttpRequest.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8XMLHttpRequest.cpp': No such
file or directory
2>V8WheelEvent.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8WheelEvent.cpp': No such file
or directory
2>V8UndetectableHTMLCollection.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources
\V8UndetectableHTMLCollection.cpp': No such file or directory
2>Generating Code...
2>Compiling...
2>V8UIEvent.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8UIEvent.cpp': No such file or
directory
2>V8TreeWalker.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8TreeWalker.cpp': No such file
or directory
2>V8TextEvent.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8TextEvent.cpp': No such file or
directory
2>V8Text.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8Text.cpp': No such file or
directory
2>V8SVGZoomEvent.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGZoomEvent.cpp': No such file
or directory
2>V8SVGViewElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGViewElement.cpp': No such
file or directory
2>V8SVGUseElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGUseElement.cpp': No such
file or directory
2>V8SVGURIReference.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGURIReference.cpp': No such
file or directory
2>V8SVGUnitTypes.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGUnitTypes.cpp': No such file
or directory
2>V8SVGTSpanElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGTSpanElement.cpp': No such
file or directory
2>V8SVGTRefElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGTRefElement.cpp': No such
file or directory
2>V8SVGTransformList.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGTransformList.cpp': No such
file or directory
2>V8SVGTransform.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGTransform.cpp': No such file
or directory
2>V8SVGTitleElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGTitleElement.cpp': No such
file or directory
2>V8SVGTextPositioningElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGTextPositioningElement.cpp':
No such file or directory
2>V8SVGTextPathElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGTextPathElement.cpp': No
such file or directory
2>V8SVGTextElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGTextElement.cpp': No such
file or directory
2>V8SVGTextContentElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGTextContentElement.cpp': No
such file or directory
2>V8SVGSymbolElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGSymbolElement.cpp': No such
file or directory
2>V8SVGSwitchElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGSwitchElement.cpp': No such
file or directory
2>Generating Code...
2>Compiling...
2>V8SVGSVGElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGSVGElement.cpp': No such
file or directory
2>V8SVGStyleElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGStyleElement.cpp': No such
file or directory
2>V8SVGStringList.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGStringList.cpp': No such
file or directory
2>V8SVGStopElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGStopElement.cpp': No such
file or directory
2>V8SVGScriptElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGScriptElement.cpp': No such
file or directory
2>V8SVGRenderingIntent.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGRenderingIntent.cpp': No
such file or directory
2>V8SVGRectElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGRectElement.cpp': No such
file or directory
2>V8SVGRect.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGRect.cpp': No such file or
directory
2>V8SVGRadialGradientElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGRadialGradientElement.cpp':
No such file or directory
2>V8SVGPreserveAspectRatio.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGPreserveAspectRatio.cpp': No
such file or directory
2>V8SVGPolylineElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGPolylineElement.cpp': No
such file or directory
2>V8SVGPolygonElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGPolygonElement.cpp': No such
file or directory
2>V8SVGPointList.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGPointList.cpp': No such file
or directory
2>V8SVGPoint.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGPoint.cpp': No such file or
directory
2>V8SVGPatternElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGPatternElement.cpp': No such
file or directory
2>V8SVGPathSegMovetoRel.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGPathSegMovetoRel.cpp': No
such file or directory
2>V8SVGPathSegMovetoAbs.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGPathSegMovetoAbs.cpp': No
such file or directory
2>V8SVGPathSegList.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGPathSegList.cpp': No such
file or directory
2>V8SVGPathSegLinetoVerticalRel.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources
\V8SVGPathSegLinetoVerticalRel.cpp': No such file or directory
2>V8SVGPathSegLinetoVerticalAbs.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources
\V8SVGPathSegLinetoVerticalAbs.cpp': No such file or directory
2>Generating Code...
2>Compiling...
2>V8SVGPathSegLinetoRel.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGPathSegLinetoRel.cpp': No
such file or directory
2>V8SVGPathSegLinetoHorizontalRel.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources
\V8SVGPathSegLinetoHorizontalRel.cpp': No such file or directory
2>V8SVGPathSegLinetoHorizontalAbs.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources
\V8SVGPathSegLinetoHorizontalAbs.cpp': No such file or directory
2>V8SVGPathSegLinetoAbs.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGPathSegLinetoAbs.cpp': No
such file or directory
2>V8SVGPathSegCurvetoQuadraticSmoothRel.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources
\V8SVGPathSegCurvetoQuadraticSmoothRel.cpp': No such file or directory
2>V8SVGPathSegCurvetoQuadraticSmoothAbs.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources
\V8SVGPathSegCurvetoQuadraticSmoothAbs.cpp': No such file or directory
2>V8SVGPathSegCurvetoQuadraticRel.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources
\V8SVGPathSegCurvetoQuadraticRel.cpp': No such file or directory
2>V8SVGPathSegCurvetoQuadraticAbs.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources
\V8SVGPathSegCurvetoQuadraticAbs.cpp': No such file or directory
2>V8SVGPathSegCurvetoCubicSmoothRel.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources
\V8SVGPathSegCurvetoCubicSmoothRel.cpp': No such file or directory
2>V8SVGPathSegCurvetoCubicSmoothAbs.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources
\V8SVGPathSegCurvetoCubicSmoothAbs.cpp': No such file or directory
2>V8SVGPathSegCurvetoCubicRel.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGPathSegCurvetoCubicRel.cpp':
No such file or directory
2>V8SVGPathSegCurvetoCubicAbs.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGPathSegCurvetoCubicAbs.cpp':
No such file or directory
2>V8SVGPathSegClosePath.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGPathSegClosePath.cpp': No
such file or directory
2>V8SVGPathSegArcRel.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGPathSegArcRel.cpp': No such
file or directory
2>V8SVGPathSegArcAbs.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGPathSegArcAbs.cpp': No such
file or directory
2>V8SVGPathSeg.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGPathSeg.cpp': No such file
or directory
2>V8SVGPathElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGPathElement.cpp': No such
file or directory
2>V8SVGPaint.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGPaint.cpp': No such file or
directory
2>V8SVGNumberList.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGNumberList.cpp': No such
file or directory
2>V8SVGNumber.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGNumber.cpp': No such file or
directory
2>Generating Code...
2>Compiling...
2>V8SVGMetadataElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGMetadataElement.cpp': No
such file or directory
2>V8SVGMatrix.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGMatrix.cpp': No such file or
directory
2>V8SVGMaskElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGMaskElement.cpp': No such
file or directory
2>V8SVGMarkerElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGMarkerElement.cpp': No such
file or directory
2>V8SVGLineElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGLineElement.cpp': No such
file or directory
2>V8SVGLinearGradientElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGLinearGradientElement.cpp':
No such file or directory
2>V8SVGLengthList.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGLengthList.cpp': No such
file or directory
2>V8SVGLength.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGLength.cpp': No such file or
directory
2>V8SVGImageElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGImageElement.cpp': No such
file or directory
2>V8SVGGradientElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGGradientElement.cpp': No
such file or directory
2>V8SVGGElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGGElement.cpp': No such file
or directory
2>V8SVGForeignObjectElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGForeignObjectElement.cpp':
No such file or directory
2>V8SVGFontFaceUriElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGFontFaceUriElement.cpp': No
such file or directory
2>V8SVGFontFaceSrcElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGFontFaceSrcElement.cpp': No
such file or directory
2>V8SVGFontFaceNameElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGFontFaceNameElement.cpp': No
such file or directory
2>V8SVGFontFaceFormatElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGFontFaceFormatElement.cpp':
No such file or directory
2>V8SVGFontFaceElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGFontFaceElement.cpp': No
such file or directory
2>V8SVGException.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGException.cpp': No such file
or directory
2>V8SVGEllipseElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGEllipseElement.cpp': No such
file or directory
2>V8SVGElementInstanceList.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGElementInstanceList.cpp': No
such file or directory
2>Generating Code...
2>Compiling...
2>V8SVGElementInstance.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGElementInstance.cpp': No
such file or directory
2>V8SVGElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGElement.cpp': No such file
or directory
2>V8SVGDocument.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGDocument.cpp': No such file
or directory
2>V8SVGDescElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGDescElement.cpp': No such
file or directory
2>V8SVGDefsElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGDefsElement.cpp': No such
file or directory
2>V8SVGDefinitionSrcElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGDefinitionSrcElement.cpp':
No such file or directory
2>V8SVGCursorElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGCursorElement.cpp': No such
file or directory
2>V8SVGColor.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGColor.cpp': No such file or
directory
2>V8SVGClipPathElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGClipPathElement.cpp': No
such file or directory
2>V8SVGCircleElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGCircleElement.cpp': No such
file or directory
2>V8SVGAnimatedTransformList.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGAnimatedTransformList.cpp':
No such file or directory
2>V8SVGAnimatedString.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGAnimatedString.cpp': No such
file or directory
2>V8SVGAnimatedRect.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGAnimatedRect.cpp': No such
file or directory
2>V8SVGAnimatedPreserveAspectRatio.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources
\V8SVGAnimatedPreserveAspectRatio.cpp': No such file or directory
2>V8SVGAnimatedPoints.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGAnimatedPoints.cpp': No such
file or directory
2>V8SVGAnimatedNumberList.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGAnimatedNumberList.cpp': No
such file or directory
2>V8SVGAnimatedNumber.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGAnimatedNumber.cpp': No such
file or directory
2>V8SVGAnimatedLengthList.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGAnimatedLengthList.cpp': No
such file or directory
2>V8SVGAnimatedLength.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGAnimatedLength.cpp': No such
file or directory
2>V8SVGAnimatedInteger.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGAnimatedInteger.cpp': No
such file or directory
2>Generating Code...
2>Compiling...
2>V8SVGAnimatedEnumeration.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGAnimatedEnumeration.cpp': No
such file or directory
2>V8SVGAnimatedBoolean.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGAnimatedBoolean.cpp': No
such file or directory
2>V8SVGAnimatedAngle.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGAnimatedAngle.cpp': No such
file or directory
2>V8SVGAngle.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGAngle.cpp': No such file or
directory
2>V8SVGAElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8SVGAElement.cpp': No such file
or directory
2>V8StyleSheetList.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8StyleSheetList.cpp': No such
file or directory
2>V8StyleSheet.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8StyleSheet.cpp': No such file
or directory
2>V8Screen.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8Screen.cpp': No such file or
directory
2>V8RGBColor.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8RGBColor.cpp': No such file or
directory
2>V8Rect.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8Rect.cpp': No such file or
directory
2>V8RangeException.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8RangeException.cpp': No such
file or directory
2>V8Range.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8Range.cpp': No such file or
directory
2>V8ProgressEvent.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8ProgressEvent.cpp': No such
file or directory
2>V8ProcessingInstruction.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8ProcessingInstruction.cpp': No
such file or directory
2>V8PluginArray.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8PluginArray.cpp': No such file
or directory
2>V8Plugin.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8Plugin.cpp': No such file or
directory
2>V8OverflowEvent.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8OverflowEvent.cpp': No such
file or directory
2>V8Notation.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8Notation.cpp': No such file or
directory
2>V8NodeList.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8NodeList.cpp': No such file or
directory
2>V8NodeIterator.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8NodeIterator.cpp': No such file
or directory
2>Generating Code...
2>Compiling...
2>V8NodeFilter.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8NodeFilter.cpp': No such file
or directory
2>V8Node.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8Node.cpp': No such file or
directory
2>V8Navigator.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8Navigator.cpp': No such file or
directory
2>V8NamedNodeMap.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8NamedNodeMap.cpp': No such file
or directory
2>V8MutationEvent.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8MutationEvent.cpp': No such
file or directory
2>V8MouseEvent.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8MouseEvent.cpp': No such file
or directory
2>V8MimeTypeArray.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8MimeTypeArray.cpp': No such
file or directory
2>V8MimeType.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8MimeType.cpp': No such file or
directory
2>V8MessageEvent.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8MessageEvent.cpp': No such file
or directory
2>V8MediaList.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8MediaList.cpp': No such file or
directory
2>V8Location.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8Location.cpp': No such file or
directory
2>V8KeyboardEvent.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8KeyboardEvent.cpp': No such
file or directory
2>V8InspectorController.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8InspectorController.cpp': No
such file or directory
2>V8HTMLUListElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8HTMLUListElement.cpp': No such
file or directory
2>V8HTMLTitleElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8HTMLTitleElement.cpp': No such
file or directory
2>V8HTMLTextAreaElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8HTMLTextAreaElement.cpp': No
such file or directory
2>V8HTMLTableSectionElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8HTMLTableSectionElement.cpp':
No such file or directory
2>V8HTMLTableRowElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8HTMLTableRowElement.cpp': No
such file or directory
2>V8HTMLTableElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8HTMLTableElement.cpp': No such
file or directory
2>V8HTMLTableColElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8HTMLTableColElement.cpp': No
such file or directory
2>Generating Code...
2>Compiling...
2>V8HTMLTableCellElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8HTMLTableCellElement.cpp': No
such file or directory
2>V8HTMLTableCaptionElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8HTMLTableCaptionElement.cpp':
No such file or directory
2>V8HTMLStyleElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8HTMLStyleElement.cpp': No such
file or directory
2>V8HTMLSelectionInputElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8HTMLSelectionInputElement.cpp':
No such file or directory
2>V8HTMLSelectElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8HTMLSelectElement.cpp': No such
file or directory
2>V8HTMLScriptElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8HTMLScriptElement.cpp': No such
file or directory
2>V8HTMLQuoteElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8HTMLQuoteElement.cpp': No such
file or directory
2>V8HTMLPreElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8HTMLPreElement.cpp': No such
file or directory
2>V8HTMLParamElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8HTMLParamElement.cpp': No such
file or directory
2>V8HTMLParagraphElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8HTMLParagraphElement.cpp': No
such file or directory
2>V8HTMLOptionsCollection.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8HTMLOptionsCollection.cpp': No
such file or directory
2>V8HTMLOptionElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8HTMLOptionElement.cpp': No such
file or directory
2>V8HTMLOptGroupElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8HTMLOptGroupElement.cpp': No
such file or directory
2>V8HTMLOListElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8HTMLOListElement.cpp': No such
file or directory
2>V8HTMLObjectElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8HTMLObjectElement.cpp': No such
file or directory
2>V8HTMLModElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8HTMLModElement.cpp': No such
file or directory
2>V8HTMLMetaElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8HTMLMetaElement.cpp': No such
file or directory
2>V8HTMLMenuElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8HTMLMenuElement.cpp': No such
file or directory
2>V8HTMLMarqueeElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8HTMLMarqueeElement.cpp': No
such file or directory
2>V8HTMLMapElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8HTMLMapElement.cpp': No such
file or directory
2>Generating Code...
2>Compiling...
2>V8HTMLLinkElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8HTMLLinkElement.cpp': No such
file or directory
2>V8HTMLLIElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8HTMLLIElement.cpp': No such
file or directory
2>V8HTMLLegendElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8HTMLLegendElement.cpp': No such
file or directory
2>V8HTMLLabelElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8HTMLLabelElement.cpp': No such
file or directory
2>V8HTMLIsIndexElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8HTMLIsIndexElement.cpp': No
such file or directory
2>V8HTMLInputElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8HTMLInputElement.cpp': No such
file or directory
2>V8HTMLImageElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8HTMLImageElement.cpp': No such
file or directory
2>V8HTMLIFrameElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8HTMLIFrameElement.cpp': No such
file or directory
2>V8HTMLHtmlElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8HTMLHtmlElement.cpp': No such
file or directory
2>V8HTMLHRElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8HTMLHRElement.cpp': No such
file or directory
2>V8HTMLHeadingElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8HTMLHeadingElement.cpp': No
such file or directory
2>V8HTMLHeadElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8HTMLHeadElement.cpp': No such
file or directory
2>V8HTMLFrameSetElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8HTMLFrameSetElement.cpp': No
such file or directory
2>V8HTMLFrameElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8HTMLFrameElement.cpp': No such
file or directory
2>V8HTMLFormElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8HTMLFormElement.cpp': No such
file or directory
2>V8HTMLFontElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8HTMLFontElement.cpp': No such
file or directory
2>V8HTMLFieldSetElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8HTMLFieldSetElement.cpp': No
such file or directory
2>V8HTMLEmbedElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8HTMLEmbedElement.cpp': No such
file or directory
2>V8HTMLElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8HTMLElement.cpp': No such file
or directory
2>V8HTMLDocument.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8HTMLDocument.cpp': No such file
or directory
2>Generating Code...
2>Compiling...
2>V8HTMLDListElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8HTMLDListElement.cpp': No such
file or directory
2>V8HTMLDivElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8HTMLDivElement.cpp': No such
file or directory
2>V8HTMLDirectoryElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8HTMLDirectoryElement.cpp': No
such file or directory
2>V8HTMLCollection.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8HTMLCollection.cpp': No such
file or directory
2>V8HTMLCanvasElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8HTMLCanvasElement.cpp': No such
file or directory
2>V8HTMLButtonElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8HTMLButtonElement.cpp': No such
file or directory
2>V8HTMLBRElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8HTMLBRElement.cpp': No such
file or directory
2>V8HTMLBodyElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8HTMLBodyElement.cpp': No such
file or directory
2>V8HTMLBlockquoteElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8HTMLBlockquoteElement.cpp': No
such file or directory
2>V8HTMLBaseFontElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8HTMLBaseFontElement.cpp': No
such file or directory
2>V8HTMLBaseElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8HTMLBaseElement.cpp': No such
file or directory
2>V8HTMLAreaElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8HTMLAreaElement.cpp': No such
file or directory
2>V8HTMLAppletElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8HTMLAppletElement.cpp': No such
file or directory
2>V8HTMLAnchorElement.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8HTMLAnchorElement.cpp': No such
file or directory
2>V8History.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8History.cpp': No such file or
directory
2>V8EventTargetNode.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8EventTargetNode.cpp': No such
file or directory
2>V8EventException.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8EventException.cpp': No such
file or directory
2>V8Event.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8Event.cpp': No such file or
directory
2>V8EntityReference.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8EntityReference.cpp': No such
file or directory
2>V8Entity.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8Entity.cpp': No such file or
directory
2>Generating Code...
2>Compiling...
2>V8Element.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8Element.cpp': No such file or
directory
2>V8DOMWindow.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8DOMWindow.cpp': No such file or
directory
2>V8DOMSelection.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8DOMSelection.cpp': No such file
or directory
2>V8DOMParser.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8DOMParser.cpp': No such file or
directory
2>V8DOMImplementation.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8DOMImplementation.cpp': No such
file or directory
2>V8DOMCoreException.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8DOMCoreException.cpp': No such
file or directory
2>V8DocumentType.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8DocumentType.cpp': No such file
or directory
2>V8DocumentFragment.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8DocumentFragment.cpp': No such
file or directory
2>V8Document.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8Document.cpp': No such file or
directory
2>V8CSSValueList.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8CSSValueList.cpp': No such file
or directory
2>V8CSSValue.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8CSSValue.cpp': No such file or
directory
2>V8CSSStyleSheet.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8CSSStyleSheet.cpp': No such
file or directory
2>V8CSSStyleRule.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8CSSStyleRule.cpp': No such file
or directory
2>V8CSSStyleDeclaration.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8CSSStyleDeclaration.cpp': No
such file or directory
2>V8CSSRuleList.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8CSSRuleList.cpp': No such file
or directory
2>V8CSSRule.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8CSSRule.cpp': No such file or
directory
2>V8CSSPrimitiveValue.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8CSSPrimitiveValue.cpp': No such
file or directory
2>V8CSSPageRule.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8CSSPageRule.cpp': No such file
or directory
2>V8CSSMediaRule.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8CSSMediaRule.cpp': No such file
or directory
2>V8CSSImportRule.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8CSSImportRule.cpp': No such
file or directory
2>Generating Code...
2>Compiling...
2>V8CSSFontFaceRule.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8CSSFontFaceRule.cpp': No such
file or directory
2>V8CSSCharsetRule.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8CSSCharsetRule.cpp': No such
file or directory
2>V8Counter.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8Counter.cpp': No such file or
directory
2>V8Console.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8Console.cpp': No such file or
directory
2>V8Comment.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8Comment.cpp': No such file or
directory
2>V8Clipboard.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8Clipboard.cpp': No such file or
directory
2>V8CharacterData.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8CharacterData.cpp': No such
file or directory
2>V8CDATASection.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8CDATASection.cpp': No such file
or directory
2>V8CanvasRenderingContext2D.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8CanvasRenderingContext2D.cpp':
No such file or directory
2>V8CanvasPattern.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8CanvasPattern.cpp': No such
file or directory
2>V8CanvasGradient.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8CanvasGradient.cpp': No such
file or directory
2>V8BarInfo.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8BarInfo.cpp': No such file or
directory
2>V8Attr.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\V8Attr.cpp': No such file or
directory
2>UserAgentStyleSheetsData.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\UserAgentStyleSheetsData.cpp': No
such file or directory
2>SVGNames.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\SVGNames.cpp': No such file or
directory
2>SVGElementFactory.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\SVGElementFactory.cpp': No such
file or directory
2>HTMLNames.cpp
2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\chrome
\Debug\obj\v8bindings\derivedsources\HTMLNames.cpp': No such file or
directory
2>Generating Code...
2>Build log was saved at "file://C:\chromiumtrunk\chromium\src\chrome
\Debug\obj\V8Bindings\BuildLog.htm"
2>V8Bindings - 257 error(s), 0 warning(s)
========== Build: 0 succeeded, 2 failed, 1 up-to-date, 0 skipped
==========


Please let me know any pointers to compiling the project.





--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Chromium-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/chromium-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to