hi,
I am using g++ compiler on my cygwin environment. I tried making the simplest example 'echo' on omniORB 4. I use the command:
g++ -I D:\omniORB4\src\examples\echo -I D:\omniORB4\include eg2_impl.cc
I get the error(s)
D:/omniORB4/include/omnithread.h:162: #error "No implementation header file"
D:/omniORB4/include/omnithread.h:175: #error "Implementation header file incomplete"
I comment these lines from omniORB open source to get a new set of errors i.e the compilation complains breaks at
#ifndef _OMNIORB_HOST_BYTE_ORDER_
# error "The byte order of this platform is unknown"
#endif
in CORBA_sysdep_trade.h
My question(s) are:
-------------------
1. Does anybody have a standard batch file which I could use to build my eg2_impl.cc - if YES please pass it on.
2. Will it help if i install the make utility on cygwin environment ? More documentation / URL's please ?
Thanks
I am using g++ compiler on my cygwin environment. I tried making the simplest example 'echo' on omniORB 4. I use the command:
g++ -I D:\omniORB4\src\examples\echo -I D:\omniORB4\include eg2_impl.cc
I get the error(s)
D:/omniORB4/include/omnithread.h:162: #error "No implementation header file"
D:/omniORB4/include/omnithread.h:175: #error "Implementation header file incomplete"
I comment these lines from omniORB open source to get a new set of errors i.e the compilation complains breaks at
#ifndef _OMNIORB_HOST_BYTE_ORDER_
# error "The byte order of this platform is unknown"
#endif
in CORBA_sysdep_trade.h
My question(s) are:
-------------------
1. Does anybody have a standard batch file which I could use to build my eg2_impl.cc - if YES please pass it on.
2. Will it help if i install the make utility on cygwin environment ? More documentation / URL's please ?
Thanks