Just got the same error on windows. Try cleaning-up your building folder and try to build again.
On Sep 23, 5:03 pm, Hiro <[EMAIL PROTECTED]> wrote: > For me, TestShell doesn't works.... > > I have a compilation error : > > chromium/src/webkit/../xcodebuild/webkit.build/Debug/generated/ > DerivedSources/v8/bindings/V8Attr.cpp:45: error: 'FastToNativeObject' > is not a member of 'WebCore::V8Proxy' > chromium/src/webkit/../xcodebuild/webkit.build/Debug/generated/ > DerivedSources/v8/bindings/V8Attr.cpp:45: error: expected primary- > expression before '>' token > > And this for a lot of files of V8/bindings > > On 23 sep, 20:59, "Mike Pinkerton" <[EMAIL PROTECTED]> wrote: > > > Just wanted to give folks a quick update on the Mac status of > > TestShell. This morning we got it fully linking and bringing up a > > window. Note that to do this, we had to stub out a big chunk of the > > net library until we do some better slicing/if-defing around the SSL > > code (pulling in the basic http_transaction pulls in a lot). > > > It launches, and we were able to work through several asserts and > > crashers in the actual TestShell code and posix shared-mem > > implementation. We also discovered some misalignment in glue where we > > assume skia drawing and the underlying implementation assumes CG. > > Fixing those up led to a huge stack smashing crash, but we have a > > window that displays a green background, which means that we were able > > to get the bulk of infrastructure in place and rendering on-screen. > > > Next steps: > > - finish networking layer for file and http > > - resolve drawing layer incompatibilities through the glue layer > > - render a webpage! > > > So close! > > > -- > > Mike Pinkerton > > Mac Weenie > > [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
