Changes between Version 1 and Version 2 of Ticket #37479, comment 7


Ignore:
Timestamp:
Jan 2, 2013, 7:03:28 PM (11 years ago)
Author:
internetzel
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37479, comment 7

    v1 v2  
    55After some hours of doing that header stuff and fixing Objective-C/C++ issues I managed to build whole WebKit. Trying to get it working lead me to the conclusion that gcc's OS X ObjC/C++ support while sufficient for firefox is far from being decent and good enough for building a complex AppKit/Cocoa based framework like WebKit - leaving me with gcc 4.2 as the only possible production quality compiler for that purpose.
    66
    7 An updated gcc 4.2 is still needed for complex ObjC/C++ projects.
     7An updated gcc 4.2 is still needed for building complex ObjC/C++ projects targetting PowerPC OS X.