Discussion:
[omniORB] The byte order of this platform is unknown
janarbek
2007-09-07 13:29:10 UTC
Permalink
Hi all,

I have compiled Echo example using Visual C++. And got following error.

e:\omiorb_planet\omni_orb\omniorb-4.1.0-x86_win32_vc6\include\omniorb4\corba_sysdep_trad.h(591) : fatal error C1189: #error : "The byte order of this platform is unknown"
echoSK.cpp
e:\omiorb_planet\omni_orb\omniorb-4.1.0-x86_win32_vc6\include\omniorb4\corba_sysdep_trad.h(591) : fatal error C1189: #error : "The byte order of this platform is unknown"
Error executing cl.exe.



I didn't change anything from the src which I have downloaded.

What is the wrong with this??



==================================================================================================================================================================
Janarbek, Researcher.
Software Robot Research Team, ETRI(Electronics and Telecommunications Research Institute)
161 Kajong-Dong, Yusong-Gu, TAEJON, 305-350, KOREA
Email : ***@etri.re.kr
Phone : 82-42-860-1838
Fax : 82-42-860-6790
Cell Phone: 82-10-8692-8103
===================================================================================================================================================================


---------------------------------
Shape Yahoo! in your own image. Join our Network Research Panel today!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20070907/f8d25b65/attachment-0001.htm
Duncan Grisby
2007-09-07 22:48:43 UTC
Permalink
Post by janarbek
I have compiled Echo example using Visual C++. And got following error.
e:\omiorb_planet\omni_orb\omniorb-4.1.0-x86_win32_vc6\include\omniorb4\corba_sysdep_trad.h(591) : fatal error C1189: #error : "The byte order of this platform is unknown"
echoSK.cpp
e:\omiorb_planet\omni_orb\omniorb-4.1.0-x86_win32_vc6\include\omniorb4\corba_sysdep_trad.h(591) : fatal error C1189: #error : "The byte order of this platform is unknown"
Error executing cl.exe.
You need to set the correct platform defines as described in the manual:

http://omniorb.sourceforge.net/omni41/omniORB/omniORB001.html#toc2

Duncan.
--
-- Duncan Grisby --
-- ***@grisby.org --
-- http://www.grisby.org --
Loading...