Skip to content
New issue

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

Windows/MSVC support #3

Open
marty1885 opened this issue Jun 12, 2020 · 0 comments
Open

Windows/MSVC support #3

marty1885 opened this issue Jun 12, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@marty1885
Copy link
Member

PyEtaler does not build correctly on Windows with MSVC

  1. cppyy on Windows seems doesn't enable C++17 support by default
  2. 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

@marty1885 marty1885 added the bug Something isn't working label Jun 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant