[omniORB] omniorb-2.6.1 and latest egcs-compiler

bjornw@fairplay.no bjornw@fairplay.no
16 Nov 1998 20:46:30 +0100


Hi there!

I just grabbed the latest egcs-snapshot from cygnus and tried to compiled omniorb,
but failed miserably in some of the files. It seems to me that egcs have now
become aware of the 'export' facility of templates (thus not supporting it yet).
The problem is that in some of files namely tcpSocketFactory.c/h a variable named
export is used ('CORBA::Boolean export');

Renaming them to 'CORBA::Boolean bexport' and recompiling did the trick.

bjornw>