pocoproject / conan-poco

Conan.io package for POCO C++ Libraries
17 stars 28 forks source link

No support for Poco::Redis? #24

Open kennymalac opened 6 years ago

kennymalac commented 6 years ago

Why does the POCO Conan package not include Poco::Redis?

Talkless commented 5 years ago

What's more needed to close this issue?

Package in bintray still produces this error:

/home/vincas/.conan/data/Poco/1.9.0/pocoproject/stable/build/a61d6db62dd7b7fb6c79f04cf4ca74f09af48e11/poco/Redis/include/Poco/Redis/RedisStream.h:23:35: fatal error: P
oco/Net/StreamSocket.h: No such file or directory
 #include "Poco/Net/StreamSocket.h"

And (obviosly) there's no way to disable Redis:

ERROR: Poco/1.9.0@pocoproject/stable: 'options.enable_redis' doesn't exist 
paulocoutinhox commented 5 years ago

Same problem. Redis don't exists:

image