Hi there,
I would like to voice my request for automatic detection of the correct
compiler output when using gcc under Xcode on Mac OS X
The compiler can be detected with the following preprocessor directive:
#if defined(__GNUC__) && ( defined(__APPLE_CPP__) ||
defined(__APPLE_CC__) )
In order to fully integrate into the Xcode build process the following
format should then be used - notice the space after the last colon:
"%p:%l: "
This small change would make CppUnit even better.
Thanks in advance
Claus Broch
|