Re: Issue transfering double over the network on x86_64/arvm8

Thomas Braun via omniORB-list <[email protected]> Tue, 7 Feb 2023 11:29:01 +0100
Newsgroups gmane.comp.corba.omniorb.user
Message-ID <[email protected]>
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!