Open MoisesGonzalezS opened 5 months ago
In the end I adjusted this line to make the build pass:
https://github.com/wanghaEMQ/pynng-mqtt/blob/master/setup.py#L81
- '-DMBEDTLS_ROOT_DIR={}/mbedtls/prefix/'.format(THIS_DIR),
+ '-DMBEDTLS_ROOT={}/mbedtls/prefix/'.format(THIS_DIR),
I'm don't really know my way arround cmake but seems like this doesn't properly use MBEDTLS_ROOT_DIR
as fallback: https://github.com/emqx/NanoSDK/commit/7baec6f57d9fbfca264e85ce865e10e0d6c68963
Description
I tried to test the latest master but I wasn't able to finish the installation process. While doing
pip install -e .
i got the following error:I tried to run it on a Dockerfile as follows:
Is there something that I'm missing?