Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

static assertion failed: QRedisClient requires libss2 >= 1.6.0 #4011

Closed
smamran opened this issue Feb 17, 2018 · 3 comments
Closed

static assertion failed: QRedisClient requires libss2 >= 1.6.0 #4011

smamran opened this issue Feb 17, 2018 · 3 comments

Comments

@smamran
Copy link

smamran commented Feb 17, 2018

RDM Version: 0.9.0
Environment (OS name and version): Ubuntu 16.04

Steps to reproduce:

  1. qmake

  2. make

Expected result: Build Failing

Actual Result:
In file included from ../3rdparty/qredisclient/3rdparty/qsshclient/qxtsshchannel_p.h:33:0,
from ../3rdparty/qredisclient/3rdparty/qsshclient/qxtsshchannel.cpp:55:
../3rdparty/qredisclient/3rdparty/qsshclient/qxtsshclient_p.h:43:1: error: static assertion failed: QRedisClient requires libss2 >= 1.6.0
static_assert((LIBSSH2_VERSION_MAJOR == 1) && (LIBSSH2_VERSION_MINOR >= 6), "QRedisClient requires libss2 >= 1.6.0");
^
Makefile:12620: recipe for target '../bin/linux/release/obj/qxtsshchannel.o' failed
make: *** [../bin/linux/release/obj/qxtsshchannel.o] Error 1

@kiyasov
Copy link

kiyasov commented Feb 17, 2018

k

@uglide
Copy link
Collaborator

uglide commented Feb 19, 2018

Looks like you haven't ran configure script

@uglide uglide closed this as completed Feb 19, 2018
@smamran
Copy link
Author

smamran commented Feb 20, 2018

I have ran configure script. But doesn't work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants