Hi, On Fri, Nov 14, 2008 at 6:19 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I'm trying to successfully build WebKit using Visual Studio 2005 but I keep > getting compile errors. > > SVGElement.h includes SVGNames.h but I don't see SVGNames.h in any directory. > No such file for HTMLNames.cpp > > My SVN checkout succeeded so I'm not sure why I'm running into this.
Those 2 files are automatically generated by make_names.pl (in WebCore/dom/) during the build process. Check whether they are present in your build directory. If not, your build logs should point out what is failing (you can try posting it here in case someone knows what the problem is). Hope it helps, Julien _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

