On 3/27/06, Timothy Hatcher <
[EMAIL PROTECTED]> wrote:
I believe Apple's GCC is a branch that is occasionally synced up with the the main line. So this might be fixed in the Linux release but not in the Mac release until there is another sync up or Apple fixes it specifically. Using stock GCC is not an option (for the Mac) since we need support for Apple's Objective-C and other Mac specific GCC features/quarks. You might run into many slight differences, some intentional and some not-so-much.— Timothy Hatcher
On Mar 27, 2006, at 8:28 AM, Mike Emmel wrote:Not a problem I'm still trying to discover the differences between gccon the mac and the stock gnu one used by linux.So the question was more why does gcc on the mac accept this if itsreally a bug.There seem to be significant differences between the c++ support onthe mac and that on linux. I still don't quite understand why, myopion right now is there are a number of compiler bugs in the mac portof gcc but delving into the c++ parser to report bugs is not somethingI'm intrested in. If I'm right then maybe its better to consider usinga stock gccfor webkit.MikeOn 3/27/06, Timothy Hatcher <[EMAIL PROTECTED]> wrote:Please file a new bugzilla bug for these fixes—that is the correct processfor submitting patches (big or small). There is more information about thison the WebKit site, if it wasn't down at the moment...— Timothy HatcherOn 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 abug.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 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
