8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Ubuntu 18.04 Running: g++ minimal.cpp -std=c++11 -I/usr/include/python2.7 -lpython2.7 Error: ../matplotlibcpp.h: In constructor ‘matplotlibcpp::detail::_interpreter::_interpreter()’: ../matplotlibcpp.h:177:57: error: cannot convert ‘wchar_t**’ to ‘char**’ for argument ‘2’ to ‘void PySys_SetArgv(int, char**)’ PySys_SetArgv(argc, const_cast<wchar_t **>(argv));
The text was updated successfully, but these errors were encountered:
Fix lava#221 and lava#225
95755e4
Fix #221 and #225
2bf4f26
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Ubuntu 18.04
Running: g++ minimal.cpp -std=c++11 -I/usr/include/python2.7 -lpython2.7
Error:
../matplotlibcpp.h: In constructor ‘matplotlibcpp::detail::_interpreter::_interpreter()’:
../matplotlibcpp.h:177:57: error: cannot convert ‘wchar_t**’ to ‘char**’ for argument ‘2’ to ‘void PySys_SetArgv(int, char**)’
PySys_SetArgv(argc, const_cast<wchar_t **>(argv));
The text was updated successfully, but these errors were encountered: