<HTML><FONT FACE=arial,helvetica><FONT COLOR="#000000" FACE="Geneva" FAMILY="SANSSERIF" SIZE="2">Greetings Sven,<BR>
<BR>
I've got COIN running on my Mac and had the same ru_time problem you describe here.&nbsp;  The issue seems to be that Darwin is using either non-standard or older versions of standard libraries.&nbsp;  When I proposed the change you describe below earlier, there was a reluctance (rightly so) to start making too many OS specific code exceptions.&nbsp;  Now that Laci has pulled the time stuff out into CoinTime, maybe it would make it easier to handle this issue cleanly.<BR>
<BR>
As far as your Sbb issue goes, I haven't had as much time as I would have liked to work on COIN stuff in the last few months, so my version of COIN is a few months old.&nbsp;  I'll update and give it a try over the weekend to see if I can duplicate your problem.<BR>
<BR>
Good to see another Mac user giving COIN a try!<BR>
<BR>
Scott<BR>
<BR>
In a message dated 10/30/03 6:05:29 AM, devries@ma.tum.de writes:<BR>
<BR>
<BR>
<BLOCKQUOTE CITE STYLE="BORDER-LEFT: #0000ff 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px; PADDING-LEFT: 5px" TYPE="CITE"></FONT><FONT COLOR="#000000" FACE="Geneva" FAMILY="SANSSERIF" SIZE="2">#include &lt;ctime&gt;<BR>
#if defined(_MSC_VER)<BR>
// Turn off compiler warning about long names<BR>
#  pragma warning(disable:4786)<BR>
#else<BR>
// for macosx<BR>
#include &lt;sys/time.h&gt;<BR>
//<BR>
#include &lt;sys/resource.h&gt;<BR>
#endif<BR>
</BLOCKQUOTE></FONT><FONT COLOR="#000000" FACE="Geneva" FAMILY="SANSSERIF" SIZE="2"><BR>
<BR>
</FONT><FONT COLOR="#000000" FACE="Geneva" FAMILY="SANSSERIF" SIZE="2"></FONT></HTML>