[omniORB] HELP PLEASE

Dominguez, Jose Luis jose-luis.dominguez at hp.com
Tue Mar 7 08:45:43 GMT 2006


Hello,
 I'm new to omniORB CORBA distribution, and i'm trying to implement a
C++ class able to manage CROBA events.
The platform i am woking in is hp ux 11i (11.11), i have ORB installed
and i have seen exmaples, which work well.

I have make a simple C++ class based in echo example which just wait for
events and, by now, implements the interface defined in IDL. (echoString
function/method)

The worst thing is building this code, I've tryied this:

/opt/aCC/bin/aCC -O +inst_v +DAportable -mt -D__OMNIORB4__
-D_HPUX_SOURCE -D_POSIX_C_SOURCE=199506L -I.
-I/opt/omniORB-4.1.0-beta1/b
uild/include -I/opt/omniORB-4.1.0-beta1/include -D__OSVERSION__=11
-D__hpux__ -D__hppa__   CORBA_Listener.cc -o CORBAPOWER Thread.o
/opt/omniORB-4.1.0-beta1/build/lib/libomniORB4.sl
/opt/omniORB-4.1.0-beta1/build/lib/libo
mnithread.sl

THE ERROR: (Forget about GeneralException related errors)
==============

/usr/ccs/bin/ld: Unsatisfied symbols:
   GeneralException_i::set_desc(const char *) (first referenced in
/home/jld/Retevision/Alcatel_SSP/Proxy/src/Thread.o) (code)
   _impl_CORBA_Listener::_mostDerivedRepoId() (first referenced in
CORBA_Listener.o) (code)
   typeid<_impl_CORBA_Listener> (first referenced in CORBA_Listener.o)
(data)
   GeneralException_i::set_sev(int) (first referenced in
/home/jld/Retevision/Alcatel_SSP/Proxy/src/Thread.o) (code)
   typeid<POA_CORBA_Listener> (first referenced in CORBA_Listener.o)
(data)
   _impl_CORBA_Listener::~_impl_CORBA_Listener() (first referenced in
CORBA_Listener.o) (code)
   _impl_CORBA_Listener::_dispatch(omniCallHandle &) (first referenced
in CORBA_Listener.o) (code)
   _impl_CORBA_Listener::_ptrToInterface(const char *) (first referenced
in CORBA_Listener.o) (code)
   POA_CORBA_Listener::~POA_CORBA_Listener() (first referenced in
CORBA_Listener.o) (code)
   CORBA_Listener::_PD_repoId (first referenced in CORBA_Listener.o)
(data)

If you could help me to make this work, I will be really greatfull.
Thank you, very much

Jose Luis Dominguez




More information about the omniORB-list mailing list