[webkit-dev] Build errors

Julien Chaffraix julien.chaffraix at gmail.com
Sat Nov 15 09:02:07 PST 2008


Hi,

On Fri, Nov 14, 2008 at 6:19 PM, drewtenn at yahoo.com <drewtenn at yahoo.com> 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


More information about the webkit-dev mailing list