This is just a type casting error. Any new compilation platform turns up a lot of these. Try putting in some explicit casts. You will probably get a lot of things like this.
On Wed, Apr 6, 2011 at 9:55 PM, <[email protected]> wrote: > > Comment #2 on issue 1312 by [email protected]: It's time to get iOS > supported! > > http://code.google.com/p/v8/issues/detail?id=1312 > > Attached is what I changed (clobbering any other ARM typedefs I'm sure) and > I got past that file. I've updated the gist ( > https://gist.github.com/bdbf4d12c96232416acc) with the next phase of > compilation (and failure), see part "2". > > The error line is: > src/objects-visiting.h:149: error: invalid conversion from > 'v8::internal::AtomicWord*' to 'volatile v8::internal::Atomic32*' > > Any clues? Thanks again! > > Attachments: > implementing_FlushICache_via_sys_icache_invalidate.diff 2.7 KB > > > -- > v8-dev mailing list > [email protected] > http://groups.google.com/group/v8-dev > -- William Hesse Software Engineer [email protected] Google Denmark ApS Frederiksborggade 20B, 1 sal 1360 København K Denmark CVR nr. 28 86 69 84 If you received this communication by mistake, please don't forward it to anyone else (it may contain confidential or privileged information), please erase all copies of it, including all attachments, and please let the sender know it went to the wrong person. Thanks. -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
