owasp-modsecurity/ModSecurity-Python-bindings

Error building on Ubuntu 16.04.1

Opened this issue · 1 comments

SWIG: 3.0 (also tried 2.0)
Python: 2.7 (also tried 3.5)

Running make I get some errors like:

modsecurity/modsecurity_wrap.cxx:23432:12: error: use of deleted function 'std::__cxx11::basic_ostringstream<_CharT, _Traits, _Alloc>& std::__cxx11::basic_ostringstream<_CharT, _Traits, _Alloc>::operator=(const std::__cxx11::basic_ostringstream<_CharT, _Traits, _Alloc>&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'

I didn't find what else is missing, or if the python bindings are currently not buildable.

closing in favor of #13