Skip to content

Windows/MSVC support #3

@marty1885

Description

@marty1885

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions