Issue #831: Fix compile issues on MinGW#845
Issue #831: Fix compile issues on MinGW#845alaindargelas merged 1 commit intochipsalliance:masterfrom
Conversation
* Use WIN32_LEAN_AND_MEAN when building on Windows to avoid pulling in irrelevant headers * Rename "interface" to "interface_inst" to avoid conflicing with system defined class with the same name. * Rename "module" to "module_inst" since the latter is now a C++ reserved word as of C++ 20.
|
The mac build failure is fixed by actions/runner-images#846. It's a CI runner image issue and not specific to Surelog or UHDM. |
|
@hs-apotell, I'm just realizing now what changed here. There was no mention of the changes you made in the vpi_user.h in the explanation above. Please do not change the content of vpi_user.h or sv_vpi_user.h without an explicit discussion. These are standard files. |
|
I opened #859 |
Issue actions/runner-images#831: Fix compile issues on MinGW