I've cloned the Real-Time-SDK code and tried to build the C++ VAConsumer on Linux using this guide. When I issue the make VAConsumer command I get this error
[100%] Building C object Cpp-C/Eta/Applications/Examples/VAConsumer/CMakeFiles/VAConsumer.dir/__/VACommon/rsslVASendMessage.c.omake[3]: *** No rule to make target 'RTSDK-BinaryPack_rsslVACache_LIBRARY-NOTFOUND', needed by '../Cpp-C/Eta/Executables/LIN2_64_GCC831/Optimized/VAConsumer'. Stop.
make[2]: *** [CMakeFiles/Makefile2:3324: Cpp-C/Eta/Applications/Examples/VAConsumer/CMakeFiles/VAConsumer.dir/all] Error 2
make[1]: *** [CMakeFiles/Makefile2:3336: Cpp-C/Eta/Applications/Examples/VAConsumer/CMakeFiles/VAConsumer.dir/rule] Error 2
make: *** [Makefile:937: VAConsumer] Error 2
Is there another step I need to do before the build to get this working ?