[omniORB] compiler error: omniORB3 on hp-10.20 aCC-A.01.18

Richard Hao RichardH@fujiamerica.com
Thu, 04 Nov 1999 17:41:10 -0600


Hi there:
I got the following error when I compiled omniORB-pre3 on HP 10.20 using =
aCC (A.01.18):

gmake[3]: Entering directory `/tmp_mnt/fuji/other/omni/src/lib/omniORB2/orb=
core'
aCC -c -g -I /opt/aCC/include +inst_v +DAportable -D_CMA_NOWRAPPERS_   =
-D_REENTRANT -I. -I./.. -I./../.. -DUSE_omniORB_logStream -D_OMNIORB_LIBRAR=
Y -DUnixArchitecture -DCONFIG_DEFAULT_LOCATION=3D'"/etc/omniORB.cfg"' -I.  =
-I../../../../include -D__hppa__ -D__hpux__ -D__OSVERSION__=3D10 -ldir =
omniServant.cc -o omniServant.o
Error 172: "omniServant.cc", line 166 # Undeclared variable 'NO_IMPLEMENT'.=

        OMNIORB_THROW(NO_IMPLEMENT,0, CORBA::COMPLETED_NO);
                      ^^^^^^^^^^^^                        =20
gmake[3]: *** [omniServant.o] Error 2
gmake[3]: Leaving directory `/tmp_mnt/fuji/other/omni/src/lib/omniORB2/orbc=
ore'
gmake[2]: *** [export] Error 1
gmake[2]: Leaving directory `/tmp_mnt/fuji/other/omni/src/lib/omniORB2'
gmake[1]: *** [export] Error 1
gmake[1]: Leaving directory `/tmp_mnt/fuji/other/omni/src/lib'
gmake: *** [export] Error 1

Thanks.