[omniORB] OmniORB 3.0.4 with STLport?

Sai-Lai Lo s.lo@uk.research.att.com
Tue, 11 Sep 2001 09:10:31 -0000


Please suggest a change that is more portable.

Sai-Lai

----- Original Message -----
From: "David Konerding" <dek@cgl.ucsf.EDU>
To: "Sven Hazejager" <shazeja@cs.vu.nl>
Cc: "Omniorb List" <omniorb-list@uk.research.att.com>; <dek@cgl.ucsf.EDU>
Sent: Tuesday, September 11, 2001 12:28 AM
Subject: Re: [omniORB] OmniORB 3.0.4 with STLport?


> Sven Hazejager writes:
> >Hi,
> >
> >Does anyone have any experience compiling OmniORB 3.0.4 with the latest
> >(or any) STLport? I've tried it (Solaris 8/Sparc, gcc 2.95.3, STLport-4.5
> >with SGI IOstreams), but compilation died somewhere under omniNames.
>
> Hi, I've had that problem before.  omniNames uses ofstream::attach to
attach
> a stream to a file descriptor.  That method is not in the standard C++
library.
> I think the directions I got before were to "#define USE_STREAM_OPEN"
> to use that code instead.  I'm not very happy with that- I'd much rather
> see omniORB fixed to not used attach at all.
>
>