Missing library while compiling the BasicConsumer example of ETA

Hi,

I am trying to compile the Consumer example of the ETA using the reference Makefile template https://developers.thomsonreuters.com/system/files/downloadable/eta_linux_templates.zip. This Makefile reference the librsslRDM.a and librsslReactor.a static libraries that I do not find in the SDK. Is this something I must compile myself, otherwise where can I find it ?

Thank you,

Best Answer

  • In the ETA3.2 release, librsslRDM and librsslReactor were combined into librsslVA. The new library provides the same functionality as librsslRDM and librsslReactor.

Answers

  • Alright, thank you. It seems the Makefile template referred in the ETA quickstart section is not up to date for this.