[omniORB] getpeername() build bug (RH 6.0)

Robert Simmons Jr. gnuish@uswest.net
Tue, 14 Sep 1999 21:13:17 -0600


I have resolved the gethostname() problem by including the file
suggested by Sai-Lai Lo but I am still getting a ocmpile error.

OS = RedHat Linux 6.0
Platform: Intel
GCC Versions= 2.95.1

.  -D__OMNIORB2__ -I../../../../../../stub -D_REENTRANT -I.
-I../../../../../../include -D__x86__ -D__linux__ -D__OSVERSION__=2 -o
gatekeeper.o gatekeeper.cc
gatekeeper.cc: In function `static Boolean
gateKeeper::checkConnect(tcpSocketStrand *)':
gatekeeper.cc:125: passing `int *' as argument 3 of `getpeername(int,
sockaddr *, socklen_t *)' changes signedness
make[5]: *** [gatekeeper.o] Error 1

After this, the build crashes. Didnt have this prob under ecgs 1.1.2.

--rob