I downloaded the latest source code of Opensplice DDS from https://github.com/ADLINK-IST/opensplice and tried to build it by following its instructions (source setenv
, source ./configure
, then make ..
) in my Cygwin 64 bit.
The build (make
command) appeared to be completed, but a number of modules such as dcpsisocpp2
, durability
, spliced
didn't get built (I can't find dcpsisocpp2.dll
, etc).
I wonder if anyone who is familar with Opensplice's makefile system can direct me to solve the problem.