[omniORB] Problem compiling omniORB2.8.0pre2 on linux/glibc2.1.1/gcc 2.95

Christof Meerwald cmeerw@lion.cc
Thu, 02 Sep 1999 23:30:46 +0200


Hi!

I had to include <unistd.h> (for the declaration of gethostname) in
src/lib/omniORB2/orbcore/gatekeepers/alone/gatekeeper.cc and change the
type of clientAddrSize (line 108) from int to socklen_t to make it
compile with glibc 2.1.1/gcc 2.95 on Linux...


bye, Christof