I broke the Mac build with the last WebKit merge: it looks like I did
not get all the header search paths right.  My apologies to folks
using it.  Unfortunately I have no working Leopard machine to fix it
on, and I'll be in late relative to East Coast (and non-North
American) folks anyway, so I throw myself on your collective mercy.
Could someone please fix the Xcode files?  I will squeaky-bat myself
when I get in on Monday.

The WebCore changes that are causing the problems are the files moved
as part of the 39369:39410 merge:
http://trac.webkit.org/changeset?old=39...@trunk&new=39...@trunk

Sample error from
http://build.chromium.org/buildbot/waterfall/builders/Modules%20Mac/builds/2198/steps/compile/logs/stdio
:

Distributed-CompileC
../../../../xcodebuild/TestShell.build/Release/test_shell_tests.build/Objects-normal/i386/resource_fetcher_unittest.o
[...]
../../../../third_party/WebKit/WebCore/rendering/style/RenderStyle.h:28:29:
error: AffineTransform.h: No such file or directory
../../../../third_party/WebKit/WebCore/rendering/style/RenderStyle.h:29:27:
error: AnimationList.h: No such file or directory
../../../../third_party/WebKit/WebCore/rendering/style/StyleTransformData.h:29:33:
error: TransformOperations.h: No such file or directory
../../../../third_party/WebKit/WebCore/rendering/style/RenderStyle.h:71:28:
error: TimingFunction.h: No such file or directory

These headers, and others, all moved into WebCore/platform/animation/
or WebCore/platform/graphics/transforms/ .

- Pam

--~--~---------~--~----~------------~-------~--~----~
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