U++ framework
Do not panic. Ask here before giving up.

Home » Developing U++ » U++ Developers corner » AESStream.upp for Linux Mint-17.1 (AESStreamTest doesn't compile on linux Mint-17.1)
AESStream.upp for Linux Mint-17.1 [message #44214] Tue, 27 January 2015 08:12 Go to previous message
rainbowsally is currently offline  rainbowsally
Messages: 29
Registered: December 2014
Promising Member
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.

 
Read Message
Read Message
Previous Topic: Adding network proxy support to U++
Next Topic: Bazaar package quality parameter
Goto Forum:
  


Current Time: Thu Sep 10 16:00:01 GMT+2 2026

Total time taken to generate the page: 0.00738 seconds