i have latest centos 7 gcc 7.4.0 makefile 3.14.2
this is the steps i took to install
cd /tmp git clone https://github.com/Refinitiv/Elektron-SDK.git
cmake -H/tmp/Elektron-SDK -B/tmp/Elektron-SDK-release
cd /tmp/Elektron-SDK-release
make <gives error>
Scanning dependencies of target authlock [ 27%] Building C object Cpp-C/Eta/Applications/Examples/AuthLock/CMakeFiles/authlock.dir/rsslAuthLock.c.o make[2]: *** No rule to make target `RTSDK-BinaryPack_dacs_LIBRARY-NOTFOUND', needed by `/tmp/Elektron-SDK/Cpp-C/Eta/Executables/LIN5_64_GCC485/Optimized/authlock'. Stop. make[1]: *** [Cpp-C/Eta/Applications/Examples/AuthLock/CMakeFiles/authlock.dir/all] Error 2 make: *** [all] Error 2