AESStreamTest doesn't compile on linux Mint-17.1. The problem is that the libssh library doesn't exist, though it's the default if not using WIN32. This change to AESStream.upp fixes it for my setup. file: AESStream.upp for Linux Mint-17.1 was: library(!WIN32) ssh; is: library(!WIN32) crypto; libcrypto.a (static) and the DSOs (dynamic) do exist in Linux Mint.
Report message to a moderator