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

Unable to compile for BSD11. #349

Open
1008covingtonlane opened this issue Aug 24, 2020 · 0 comments
Open

Unable to compile for BSD11. #349

1008covingtonlane opened this issue Aug 24, 2020 · 0 comments

Comments

@1008covingtonlane
Copy link

Does anyone know any tricks to get azure-uamqp-c installed on a BSD 11 host? I keep getting this failure:
root@host# cmake --build .
[ 1%] Building C object deps/azure-c-shared-utility/CMakeFiles/aziotsharedutil.dir/adapters/platform_linux.c.o
/root/azure-uamqp-c/deps/azure-c-shared-utility/adapters/platform_linux.c:59:12: error: implicit declaration of function 'tlsio_openssl_get_interface_description' is invalid in C99
[-Werror,-Wimplicit-function-declaration]
return tlsio_openssl_get_interface_description();
^

/root/azure-uamqp-c/deps/azure-c-shared-utility/adapters/platform_linux.c:59:12: error: incompatible integer to pointer conversion returning 'int' from a function with result type
'const IO_INTERFACE_DESCRIPTION *' (aka 'const struct IO_INTERFACE_DESCRIPTION_TAG *') [-Werror,-Wint-conversion]
return tlsio_openssl_get_interface_description();
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
*** Error code 1

Stop.
make[2]: stopped in /root/azure-uamqp-c/cmake
*** Error code 1

Stop.
make[1]: stopped in /root/azure-uamqp-c/cmake
*** Error code 1

Stop.
make: stopped in /root/azure-uamqp-c/cmake

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

1 participant