[webkit-dev] Maybe bug in RenderTheme.h

Mike Emmel mike.emmel at gmail.com
Mon Mar 27 08:28:00 PST 2006


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 <timothy at hatcher.name> 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
> webkit-dev at opendarwin.org
> http://www.opendarwin.org/mailman/listinfo/webkit-dev
>



More information about the webkit-dev mailing list