Page 1 of 1

Debugging cefclient app in mac os x 10.6.7

PostPosted: Tue Mar 27, 2012 9:29 pm
by whoami
Hi everybody,

I am building an application which can embed chromium browser.

So I want to debug cefclient on my MAC (hackcintosh) running OSX Snow Leopard 10.6.7. I am using Xcode 4.2 version for Snow Leopard.

I had tried many times but I got faild always. The error message is:
Unsupported compiler 'GCC 4.2' selected for architecture 'i386'

And of course, I have to changed my compiler version to lower (to 3.0 on Building Option) but obviosly I get the same result (not work).

Have any body can help me?

Thanks so much!
Whoami (Supper Newbie on MAC)

Re: Debugging cefclient app in mac os x 10.6.7

PostPosted: Thu Mar 29, 2012 10:59 am
by magreenblatt
You need to choose "Apple LLVM Compiler"

Re: Debugging cefclient app in mac os x 10.6.7

PostPosted: Fri Jun 08, 2012 9:54 am
by magreenblatt
The above is actually incorrect, you should use "LLVM GCC 4.2" as described in the README.txt file included with binary distributions.