[omniORB] 2.8.0pre2 build issues on mips-irix-6.4-n32
Rob Cecil
rceci@master.adams.com
Mon, 20 Sep 1999 12:43:04 -0400
--------------2C50DA346E89EB3ED63A4BAB
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Typo in platform specific mk file
*** mk/platforms/mips_irix_6.4_n32.mk Mon Sep 20 11:16:55 1999
--- mk/platforms/mips_irix_6.4_n32.mk.orig Mon Sep 20 12:36:58 1999
***************
*** 10,14 ****
# Include common IRIX 6.4, 6.5 things
#
! include $(THIS_IMPORT_TREE)/mk/platforms/mips_irix_6.4_6.5_common.mk
--- 10,14 ----
# Include common IRIX 6.4, 6.5 things
#
! include $(THIS_IMPORT_TREE)/mk/platform/mips_irix_6.4_6.5_common.mk
also, change to src/lib/omniORB2/orbcore/gatekeepers/alone/gatekeeper.cc, needed for
gethostname:
*** src/lib/omniORB2/orbcore/gatekeepers/alone/gatekeeper.cc Mon Sep 20 12:11:27 1999
--- src/lib/omniORB2/orbcore/gatekeepers/alone/gatekeeper.cc.orig Mon Sep 20
12:40:46 1999
***************
*** 18,24 ****
# include <sysent.h>
# endif //__sunos__
! # if defined(__hpux__) || defined(__irix__)
# include <unistd.h>
# endif //__hpux__
--- 18,24 ----
# include <sysent.h>
# endif //__sunos__
! # if defined(__hpux__)
# include <unistd.h>
# endif //__hpux__
--
| Rob Cecil | Senior Development Engineer |
| rceci@adams.com | Product Development |
| (734) 913-9351 | Mechanical Dynamics, Inc. (www.adams.com) |
--------------------------------------------------------------------
--------------2C50DA346E89EB3ED63A4BAB
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
Typo in platform specific mk file
<p>*** mk/platforms/mips_irix_6.4_n32.mk Mon Sep 20 11:16:55
1999
<br>--- mk/platforms/mips_irix_6.4_n32.mk.orig
Mon Sep 20 12:36:58 1999
<br>***************
<br>*** 10,14 ****
<br> # Include common IRIX 6.4, 6.5 things
<br> #
<br>
<br>! include $(THIS_IMPORT_TREE)/mk/platforms/mips_irix_6.4_6.5_common.mk
<br>
<br>--- 10,14 ----
<br> # Include common IRIX 6.4, 6.5 things
<br> #
<br>
<br>! include $(THIS_IMPORT_TREE)/mk/platform/mips_irix_6.4_6.5_common.mk
<br>
<br>
<br>
<p>also, change to src/lib/omniORB2/orbcore/gatekeepers/alone/gatekeeper.cc,
needed for gethostname:
<br>
<br>
<br>
<p>*** src/lib/omniORB2/orbcore/gatekeepers/alone/gatekeeper.cc
Mon Sep 20 12:11:27 1999
<br>--- src/lib/omniORB2/orbcore/gatekeepers/alone/gatekeeper.cc.orig
Mon Sep 20 12:40:46 1999
<br>***************
<br>*** 18,24 ****
<br> #
include <sysent.h>
<br> # endif //__sunos__
<br>
<br>! # if defined(__hpux__) || defined(__irix__)
<br> #
include <unistd.h>
<br> # endif //__hpux__
<br>
<br>--- 18,24 ----
<br> #
include <sysent.h>
<br> # endif //__sunos__
<br>
<br>! # if defined(__hpux__)
<br> #
include <unistd.h>
<br> # endif //__hpux__
<br>
<br>
<pre>--
| Rob Cecil | Senior Development Engineer |
| rceci@adams.com | Product Development |
| (734) 913-9351 | Mechanical Dynamics, Inc. (www.adams.com) |
--------------------------------------------------------------------</pre>
</html>
--------------2C50DA346E89EB3ED63A4BAB--