[omniORB] Issue transfering double over the network on x86_64/arvm8

Duncan Grisby duncan at grisby.org
Sun Feb 5 19:47:20 UTC 2023


On Sun, 2023-02-05 at 14:13 +0100, Thomas Braun via omniORB-list wrote:
> 
> Question: Is there a good workaround for people not able to recompile
> omniORB?
> 
> From looking at the code above I would say adding
> 
> #ifndef __VFP_FP
> #define __VFP_FP
> #endif // __VFP_FP
> 
> before including omniORB header files should do the trick or?

No, that is not sufficient. There is code that is compiled into the
omniORB libraries that depends on that definition too. The only way for
a complete fix is with recompiled libraries as well as recompiling the
application code.

Duncan.

-- 
Duncan Grisby <duncan at grisby.org>



More information about the omniORB-list mailing list