[Coin-discuss] OSX 10.2.8, CoinTime.hpp and Sbb

ScottWelz at aol.com ScottWelz at aol.com
Fri Oct 31 21:41:01 EST 2003


Thanks Matt.   We're all set.

Added patch:
#include <ctime>
#if defined(_MSC_VER)
// Turn off compiler warning about long names
#  pragma warning(disable:4786)
#else
// MacOS-X
#if defined(__MACH__)
#include <sys/time.h>
#endif
#include <sys/resource.h>
#endif
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.coin-or.org/pipermail/coin-discuss/attachments/20031031/9a250fe2/attachment.html>


More information about the Coin-discuss mailing list