[reSIProcate-users] Building recon on Iphone sdk
Hi,
I am trying to build the recon (latest rev) source but having a problem with the iostream header included in
Reconsubsystem.hxx. For some reason its trying to include the boost iostream header and then complaining
then complaining about no vsnprintf member in namespace std
#ifdef _GLIBCXX_USE_C99
const int __ret = std::vsnprintf(__out, __size, __fmt, __args);
#else
const int __ret = std::vsprintf(__out, __fmt, __args);
#endif
I' m building on Mac OSX Snow Leopard using iphone SDK 5 and resip 1.7.
I've also noticed there is some clash with basic types but somehow managed to get round that. Is there some
define I'm missing somewhere.
Thanks