mthread
2009-11-12 12:09:16 UTC
Hi,
I am trying to compile the code example given in 'Advance corba
programming with C++'. Got the following compilation error(for chapter
18)
CC -c server.cc -o server.o -I/opt/app/iona/orbix62/asp/6.2/include -
I/opt/app/iona/orbix62/asp/6.2/include/orbix -I/opt/app/iona/orbix62/
asp/6.2/include/omg
"server.hh", line 10: Error: Could not open include file<corba/
poaS.hh>.
"server.hh", line 180: Error: POA_PortableServer is not defined.
"server.hh", line 180: Error: ServantLocator is not defined.
"server.cc", line 783: Error: _this is not a member of
DeviceLocator_impl.
I did search for the header file mentioned above(corba/poaS.hh), but
could not find the file anywhere in the system. I am using orbix.
Kindly let me know how to correct the compilation error.
I am trying to compile the code example given in 'Advance corba
programming with C++'. Got the following compilation error(for chapter
18)
CC -c server.cc -o server.o -I/opt/app/iona/orbix62/asp/6.2/include -
I/opt/app/iona/orbix62/asp/6.2/include/orbix -I/opt/app/iona/orbix62/
asp/6.2/include/omg
"server.hh", line 10: Error: Could not open include file<corba/
poaS.hh>.
"server.hh", line 180: Error: POA_PortableServer is not defined.
"server.hh", line 180: Error: ServantLocator is not defined.
"server.cc", line 783: Error: _this is not a member of
DeviceLocator_impl.
I did search for the header file mentioned above(corba/poaS.hh), but
could not find the file anywhere in the system. I am using orbix.
Kindly let me know how to correct the compilation error.