[omniORB] compiling omniORB3 on NT
Ji-Yong D. Chung
virtualcyber@erols.com
Wed, 13 Oct 1999 10:54:58 -0400
Did anyone get further on this? (MSVC++ 6.0 SP2, NT SP3)
I noticed that more components of omniORB3 compiled on NT than was
described in the last email concerning this (as David Riddoch said ....)
I have difficulty getting past the compiling of
<top>/src/lib/omniORB2/dynamic.
My compile process fails just after it invokes C++ compiler on
irstub.cc,
as the following output from my compile process shows:
../../../../bin/x86_win32/clwrapper -gnuwin32 -c -O2 -MT -GX -I. -I./.. -I
./../.. -DUSE_omniORB_logStream -D_OMNIORB_DYNAMIC_LIBRARY -D
"NTArchitecture" -D
"_WINSTATIC" -I. -I../../../../include -D__WIN32__ -D__x86__ -D__NT__ -D__O
SVERSION__=4 -Foirstub.o irstub.cc
irstub.cc
.\../irSK.cc(76) : warning C4355: 'this' : used in base member initializer
list
.\../irSK.cc(369) : warning C4355: 'this' : used in base member initializer
list
.\../irSK.cc(1233) : warning C4355: 'this' : used in base member initializer
list
.\../irSK.cc(1236) : error C2437: '_objref_IRObject' : already initialized
.\../irSK.cc(2881) : warning C4355: 'this' : used in base member initializer
list
.\../irSK.cc(2884) : error C2437: '_objref_IRObject' : already initialized
(More error messages indicating that _objref_IRObject is already
initialized).
I am not certain why this is happening -- I know Mr. David Riddoch has
been working on NT as lower priority item -- perhaps he can give me a quick
tip.