Closed DylanCavers closed 9 months ago
Same issue on Ubuntu 16.10 under CMake 3.5.2... (((
Normally we try to keep the master branch relatively stable, but at the moment there is some churn leading up to the next release. Don’t rely on it for your production code.
Check out the tag for the latest release, “v1.3.2” (like you’re doing for the C lib) or wget the release tarball and build that.
Hi, I'm trying to get Paho C++ up and running in a container, but having issues with the install. This is working fine outside of the container but fails when I try to build inside. Any help would be much appreciated.
Seem to also be getting a similar issue to #469.
Here's the install in the Dockerfile. (edit: parent image is
ubuntu:latest
)And getting the following error
update: for anyone unable to install at the moment here's my temp fix until the main issue is resolved. not ideal as it uses a version from last summer but still has basic support, also drops the clone of the paho c repo in favour of git submodules, which is much nicer.