Build issues on OSX Snow Leopard

Hello,

I'm having some out-of-the-box trouble building on OSX 10.6 with XCode 3.2.6
x64. Originally, the following error appears when compiling nearly every file
in lldb-core:

Hello,

I'm having some out-of-the-box trouble building on OSX 10.6 with XCode 3.2.6
x64. Originally, the following error appears when compiling nearly every file
in lldb-core:

Hi Peter,

LLDB development is happening with current versions of Clang. Xcode 3.2.6 is really old at this point, and probably trying to build with GCC 4.2. Given that these tools are really really old (apple doesn't even ship GCC 4.2 anymore) there is little reason for LLDB to try to support it. Can you try a more recent version of Xcode?

-Chris