PyEtaler does not build correctly on Windows with MSVC
- cppyy on Windows seems doesn't enable C++17 support by default
- The compilation commands in
genbinding.py is geared towards GCC and clang. MSVC won't accept the parameters.
The first problem is easy enough to fix (by appending flags). But the second one need some experiment. MSVC have a different set of parameters and naming convention.
Log:
https://pastebin.com/Qcwf952b
PyEtaler does not build correctly on Windows with MSVC
genbinding.pyis geared towards GCC and clang. MSVC won't accept the parameters.The first problem is easy enough to fix (by appending flags). But the second one need some experiment. MSVC have a different set of parameters and naming convention.
Log:
https://pastebin.com/Qcwf952b