Ah.. never mind. I RTFM, and did a gclient sync instead of an svn update. Sorry for the newbiespam. Brian
On Wed, Jan 7, 2009 at 4:11 PM, Brian Duff <[email protected]> wrote: > Hi, > Apologies in advance if this is a newbie question, and / or I'm doing > something dumb. > > I recently svn updated my client to revision 7699, but now I'm having > trouble building. I've obliterated my Debug and Release directories and > tried rebuilding several times. All of the compilation failures are related > to missing header files (XLinkNames.h and XMLNames.h) referenced by code in > third_party\WebKit\WebCore\svg\. Here are some examples: > > f:\opensource\chromium\trunk\src\third_party\webkit\webcore\svg\SVGURIReference.h(28) > : fatal error C1083: Cannot open include file: 'XLinkNames.h': No such file > or directory > f:\opensource\chromium\trunk\src\third_party\webkit\webcore\svg\SVGURIReference.h(28) > : fatal error C1083: Cannot open include file: 'XLinkNames.h': No such file > or directory > f:\opensource\chromium\trunk\src\third_party\webkit\webcore\svg\SVGURIReference.h(28) > : fatal error C1083: Cannot open include file: 'XLinkNames.h': No such file > or directory > ..\..\..\third_party\WebKit\WebCore\svg\SVGLangSpace.cpp(29) : fatal error > C1083: Cannot open include file: 'XMLNames.h': No such file or directory > f:\opensource\chromium\trunk\src\third_party\webkit\webcore\svg\SVGURIReference.h(28) > : fatal error C1083: Cannot open include file: 'XLinkNames.h': No such file > or directory > f:\opensource\chromium\trunk\src\third_party\webkit\webcore\svg\SVGURIReference.h(28) > : fatal error C1083: Cannot open include file: 'XLinkNames.h': No such file > or directory > ..\..\..\third_party\WebKit\WebCore\svg\SVGHKernElement.cpp(33) : fatal > error C1083: Cannot open include file: 'XMLNames.h': No such file or > directory > > I don't see XLinkNames.h or XMLNames.h anywhere in my client. Did svn botch > up the update, or should these headers come from elsewhere? > > If it's relevant, I'm using Visual Studio 2008 SP1 with Windows SDK 6.1 on > Windows Vista (under VMWare Fusion on Mac OS X). I was last able to > successfully build on revision 7479. > > Thanks, > Brian > > --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
