-
Notifications
You must be signed in to change notification settings - Fork 47
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
Fail to build and use on FreeBSD #87
Comments
Has anyone had success installing UAMQP on BSD11? I tried the workaround above but keep getting compile errors. /tmp/pip-install-jhr0vii1/uamqp/src/vendor/azure-uamqp-c/deps/azure-c-shared-utility/adapters/platform_linux.c:39:12: error: implicit declaration of function 'tlsio_openssl_get_interface_description' is invalid in C99 [-Werror,-Wimplicit-function-declaration] When I then add the above-suggested CFLAGS I get this failure:
|
It is not possible to build and install uamqp on FreeBSD because of 3 different build errors in the bundled azure-uamqp-c.
Workaround:
export CFLAGS="-DUSE_OPENSSL -D__APPLE__ -DTCP_KEEPINTVL=512 -DTCP_KEEPALIVE=0x0008" && pip install uamqp
Build errors:
The text was updated successfully, but these errors were encountered: