<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Google Test requires these CPP FLAGS "-Wno-missing-field-initializers -Wno-variadic-macros" in order to not output warnings. However, these flags are only available with gcc 4.X. We don't want to prevent users from being able to build with gcc 3.X which is the current situation (<a href="http://llvm.org/PR3487">http://llvm.org/PR3487</a>).<div><br></div><div>I've disabled building Google Test in the 2.5 branch. Hopefully someone can fix this issue and we can get it merged into the release branch.</div><div><br></div><div>Ideally, configure should detect what version of gcc you have and either use those CPP FLAGS or not (it will output warnings with 3.X). Or, we just disable building Google Test by default.</div><div><br></div><div>Can anyone help with this?</div><div><br></div><div>Thanks,</div><div>Tanya</div></body></html>