Re: Issue transfering double over the network on x86_64/arvm8
Duncan Grisby via omniORB-list <[email protected]> Sun, 05 Feb 2023 19:47:20 +0000
| Newsgroups | gmane.comp.corba.omniorb.user |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]>