|
From: Adam M. <mi...@oc...> - 2015-01-19 15:39:27
|
Hi Armin, On 1/17/2015 1:27 PM, see...@gm... wrote: > > I was wondering if anyone tried to get OpenDDS running on OS X 10.10 > so far? > > I've installed OpenDDS 3.5.1 on Ubuntu (for testing) & Raspberry Pi > and my node-opendds application is running great. > > For deployment I need to move my project to a Mac Mini server, running > OS X 10.10. > > On executing ./configure I got the error that this version of OS X is > not supported, thus I tried this dirty fix: > > [in ./configure] >>my %versToName = (..., 8 => ‘mountainlion');<< - > added "10 => ‘mountainlion'" > > After that the ./configure and make runs through, but when I try to > install the npm opendds package I get an error with the dynamic_cast > (see report form). In the node-opendds source repo there is a file "binding.gyp" that describes how it should build. The contents of this file indicate that it has not been ported to Mac OS X (there are Windows and Linux sections only). I suggest that you update that file so that -fno-rtti is not passed to the compiler when building. If you end up making any changes you can post a unified diff here and we'll get it committed to the repository. Thanks, Adam Mitz Principal Software Engineer Object Computing, Inc. |