[omniORB] 2.8.0 release

Rob Cecil rceci@master.adams.com
Mon, 27 Sep 1999 12:59:57 -0400


--------------2ECB93C743FA962BE3DC8233
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

The released version of 2.8.0 builds ot of the box on Solaris 2.5.1, and Irix 6.4-n32
without any problems.  The new powerpc_aix_4.3.mk platform file works beautifully.
However, there is one more change that is required to src/lib/omnithread/posix.cc.  Please
add

#if defined(__aix__)
#include <unistd.h>
#endif

Apparently this is required to provide a prototype for the global sleep() function.

Thanks


--
| Rob Cecil          | Senior Development Engineer                 |
| rceci@adams.com    | Product Development                         |
| (734) 913-9351     | Mechanical Dynamics, Inc. (www.adams.com)   |
--------------------------------------------------------------------



--------------2ECB93C743FA962BE3DC8233
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
The released version of 2.8.0 builds ot of the box on Solaris 2.5.1, and
Irix 6.4-n32 without any problems.&nbsp; The new powerpc_aix_4.3.mk platform
file works beautifully.&nbsp; However, there is one more change that is
required to src/lib/omnithread/posix.cc.&nbsp; Please add
<p>#if defined(__aix__)
<br>#include &lt;unistd.h>
<br>#endif
<p>Apparently this is required to provide a prototype for the global sleep()
function.
<p>Thanks
<br>&nbsp;
<pre>--&nbsp;
| Rob Cecil&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | Senior Development Engineer&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |
| rceci@adams.com&nbsp;&nbsp;&nbsp; | Product Development&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |
| (734) 913-9351&nbsp;&nbsp;&nbsp;&nbsp; | Mechanical Dynamics, Inc. (www.adams.com)&nbsp;&nbsp; |
--------------------------------------------------------------------</pre>
&nbsp;</html>

--------------2ECB93C743FA962BE3DC8233--