alderlopez / chromiumembedded

Automatically exported from code.google.com/p/chromiumembedded
0 stars 1 forks source link

(When Compiling on Lion) Unsupported compiler 'GCC 4.2' selected for architecture 'i386' #631

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I've already looked at this Unsupported compiler 'GCC 4.2' selected for 
architecture 'i386' and tried this: "click your Project -> Build Settings. Then 
under Build Options, there is an entry for Compiler for C/C++/Objective-C. 
Choose Apple LLVM compiler 3.0." but it does not work.

I'm trying to compile this, 
http://code.google.com/p/chromiumembedded/downloads/list the file 
"cef_binary_1.1025.607_macosx.zip" is what I downloaded. After downloading I 
hit build and got the error, tried the fix above and I still get the same 
error. I also installed xcode on my other mac running lion and I get the exact 
same error.

The compiler choices on both my Macs are as in the image: 
http://i.imgur.com/psL3c.png and no matter which I choose I still receive the 
same error.

Original issue reported on code.google.com by mac...@gmail.com on 8 Jun 2012 at 2:50

GoogleCodeExporter commented 9 years ago
What version of Xcode are you using?

From the README.txt file included with binary distributions:

When using Xcode 4.2 or newer you will need to change the "Compiler for
C/C++/Objective-C" setting to "LLVM GCC 4.2" under "Build Settings" for
each target.

Original comment by magreenb...@gmail.com on 8 Jun 2012 at 2:53

GoogleCodeExporter commented 9 years ago
I had only changed the compiler for one of the targets, not all them. Thanks 
for your help, that worked :)

Original comment by mac...@gmail.com on 8 Jun 2012 at 3:24

GoogleCodeExporter commented 9 years ago

Original comment by magreenb...@gmail.com on 8 Jun 2012 at 3:28