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

Win: Work Around MSVC ICE #2

Open
wants to merge 1 commit into
base: wheels-noacc
Choose a base branch
from

Conversation

ax3l
Copy link
Member

@ax3l ax3l commented Mar 14, 2025

Attempt to fix #1 - internal compiler error (ICE) in MSVC:

2025-03-14T18:18:31.9548460Z          "D:\a\impactx-wheels\impactx-wheels\src\build\temp.win-amd64-cpython-39\Release\Release\pyImpactX.vcxproj" (default target) (5) ->
2025-03-14T18:18:31.9548949Z          (Link target) ->
2025-03-14T18:18:31.9549826Z            d:\a\impactx-wheels\impactx-wheels\src\src\python\wakeconvolution.cpp : fatal error C1001: Internal compiler error. [D:\a\impactx-wheels\impactx-wheels\src\build\temp.win-amd64-cpython-39\Release\Release\pyImpactX.vcxproj]
2025-03-14T18:18:31.9551023Z            LINK : fatal error LNK1000: Internal error during IMAGE::BuildImage [D:\a\impactx-wheels\impactx-wheels\src\build\temp.win-amd64-cpython-39\Release\Release\pyImpactX.vcxproj]

@ax3l ax3l added the bug Something isn't working label Mar 14, 2025
@ax3l ax3l changed the title Win: Apply CXX Flags Win: Work Around MSVC ICE Mar 14, 2025
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

Successfully merging this pull request may close these issues.

MSVC: Add Work-Around
1 participant