Rex Dieter wrote: > Hopefully, this should fix it: > > https://src.fedoraproject.org/rpms/libqxt-qt5/c/7f1ba1b8a605eff833d6afc73da068f18a14b9f0?branch=master > > (the openssl mismatch at least) That failed to build: In file included from ../3rdparty/libssh2/libssh2/src/agent.c:39:0: ../3rdparty/libssh2/libssh2/src/libssh2_priv.h:254:22: error: field 'exchange_hash' has incomplete type libssh2_sha1_ctx exchange_hash; ^~~~~~~~~~~~~ It looks like they are using a very outdated copy of libssh2, this field was changed to a "void *" 2 years ago. Can qxt not be built with the system libssh2? The latest from https://www.libssh2.org/ supports OpenSSL 1.1 in any case, the Fedora package builds against it with no patches. Kevin Kofler _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx