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

Thomas Braun thomas.braun at byte-physics.de
Tue Feb 7 10:29:01 UTC 2023


Am 05.02.2023 um 20:47 schrieb Duncan Grisby:
> 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.

Okay, thanks!



More information about the omniORB-list mailing list