tensorflow/io

Building with clang showing up problems with source code

elfringham opened this issue · 1 comments

The Mongo DB C Driver, libmongoc, is being used in this project and it is already being patched in an attempt to make it compatible with boringssl, but there are still issues to be resolved. Firstly it makes use of BIO_f_ssl function, but in the include from boringssl there is a comment about not using this unless you are curl. Secondly it uses BIO_new_ssl which is not provided by boringssl at all.
Also postgresql has a problem with strlcat as it complains that this function is not being declared.
There may be other issues still to be found as the build aborts due to the above problems.