We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
SWIG: 3.0 (also tried 2.0) Python: 2.7 (also tried 3.5)
Running make I get some errors like:
make
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.
The text was updated successfully, but these errors were encountered:
closing in favor of #13
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: