It is the problem with VC project properties. The build script just remove all the properties from WebKitLibraries/win/tools/vsprops/ by mistake. This problem happens if you use git.
I've created a bug about that. https://bugs.webkit.org/show_bug.cgi?id=44050 The dirty hack for this is just create .svn file in WebKitLibraries/win/tools/vsprops/ folder and restore the files from the repository. Regards, Tim. On Tue, Aug 31, 2010 at 6:16 PM, Diego Gonzalez < diego.gonza...@openbossa.org> wrote: > Hi folks, > > I have some problems to build WebKit ToT on my Window Env. > I'm using Visual C++ express 2005. > > I've followed the steps win: http://webkit.org/building/tools.html > After it I ran update-webkit and build-wekit script > > I got this build output: http://pastebin.com/x99zta73 > > Some build errors like: > > InspectorStorageAgent.cpp > ..\inspector\InspectorStorageAgent.cpp(64) : error C2039: > 'sqlTransactionFailed' : is not a member of 'WebCore::InspectorFrontend' > > C:\cygwin\home\rodribel\webkit\WebKitBuild\obj\WebCore\DerivedSources\InspectorFrontend.h(17) > : see declaration of 'WebCore::InspectorFrontend' > ..\inspector\InspectorStorageAgent.cpp(98) : error C2039: > 'sqlTransactionSucceeded' : is not a member of 'WebCore::InspectorFrontend' > > C:\cygwin\home\rodribel\webkit\WebKitBuild\obj\WebCore\DerivedSources\InspectorFrontend.h(17) > : see declaration of 'WebCore::InspectorFrontend' > > and > > SVGCSSStyleSelector.cpp > c:\cygwin\home\rodribel\webkit\webcore\css\CSSPrimitiveValueMappings.h(2217) > : error C2065: 'CSSValueButt' : undeclared identifier > c:\cygwin\home\rodribel\webkit\webcore\css\CSSPrimitiveValueMappings.h(2231) > : error C2051: case expression not constant > c:\cygwin\home\rodribel\webkit\webcore\css\CSSPrimitiveValueMappings.h(2249) > : error C2065: 'CSSValueMiter' : undeclared identifier > c:\cygwin\home\rodribel\webkit\webcore\css\CSSPrimitiveValueMappings.h(2255) > : error C2065: 'CSSValueBevel' : undeclared identifier > c:\cygwin\home\rodribel\webkit\webcore\css\CSSPrimitiveValueMappings.h(2263) > : error C2051: case expression not constant > c:\cygwin\home\rodribel\webkit\webcore\css\CSSPrimitiveValueMappings.h(2267) > : error C2051: case expression not constant > c:\cygwin\home\rodribel\webkit\webcore\css\CSSPrimitiveValueMappings.h(2281) > : error C2065: 'CSSValueNonzero' : undeclared identifier > c:\cygwin\home\rodribel\webkit\webcore\css\CSSPrimitiveValueMappings.h(2284) > : error C2065: 'CSSValueEvenodd' : undeclared identifier > > seems to be related with features disabled (e.g. database, svg) but these > featrues were not disabled for the build. As I do not have experience > with these Windows build tools, I wonder if someone could give me some > directions to get this build ok. > > Thanks, > Diego > > _______________________________________________ > webkit-dev mailing list > webkit-dev@lists.webkit.org > http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev > >
_______________________________________________ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev