I am trying to get the Second Life Open Source Viewer to succeed compiling on 10.8.1 with XCode 4.4.1. I have managed to get it to run a few times but after cleaning my build folder, now the "Validate Project Settings" warning keeps popping up, telling me that I should change the compiler to the recommended one, Apple LLVM 4.0. However there are many compiler flags in my project that are incompatible with Clang. I must use GCC 4.2. So I uncheck all boxes and click Done, but then when I try to build again, I keep getting the same "Validate Project Settings" warning.
I think the only way I got it to go away before was by accepting it, letting it make all its changes, then reverting to the snapshot it makes before doing the changes. However this is a very time-consuming work-around, since creating the snapshot takes forever.
I was trying to find an option to "ignore compiler version" orĀ "don't validate project settings" but I couldn't find any such option. Can someone help?