Not a problem I'm still trying to discover the differences between gcc on the mac and the stock gnu one used by linux.
So the question was more why does gcc on the mac accept this if its really a bug. There seem to be significant differences between the c++ support on the mac and that on linux. I still don't quite understand why, my opion right now is there are a number of compiler bugs in the mac port of gcc but delving into the c++ parser to report bugs is not something I'm intrested in. If I'm right then maybe its better to consider using a stock gcc for webkit. Mike On 3/27/06, Timothy Hatcher <[EMAIL PROTECTED]> wrote: > > Please file a new bugzilla bug for these fixes—that is the correct process > for submitting patches (big or small). There is more information about this > on the WebKit site, if it wasn't down at the moment... > > http://bugzilla.opendarwin.org/enter_bug.cgi?product=WebKit > > — Timothy Hatcher > > > On Mar 27, 2006, at 8:05 AM, Mike Emmel wrote: > > > I had to add the following patch to RenderTheme.h but I'm not sure its a > bug. > Why does it compile on the Mac ? > > > Index: RenderTheme.h > =================================================================== > --- RenderTheme.h (revision 13479) > +++ RenderTheme.h (working copy) > @@ -28,6 +28,7 @@ > > namespace WebCore { > class Element; > +class CSSStyleSelector; > }; > > namespace WebCore { > _______________________________________________ > webkit-dev mailing list > [email protected] > http://www.opendarwin.org/mailman/listinfo/webkit-dev > _______________________________________________ webkit-dev mailing list [email protected] http://www.opendarwin.org/mailman/listinfo/webkit-dev
