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

PyPy 3.10 cannot build on Windows #4913

Closed
TheShermanTanker opened this issue Feb 22, 2024 · 1 comment
Closed

PyPy 3.10 cannot build on Windows #4913

TheShermanTanker opened this issue Feb 22, 2024 · 1 comment

Comments

@TheShermanTanker
Copy link

I'm getting a build failure during the annotation process every time I try to build PyPy on my Windows device:

[translation:ERROR] CompilationError: CompilationError(err="""
        LINK : fatal error LNK1104: cannot open file 'c:\users\vertig0\appdata\local\temp\usession-unknown-88\gcctest.exe'
        """)

The associated command line for building PyPy was:
C:\Users\vertig0\Downloads\pypy-c\pypy-c.exe ../../rpython/bin/rpython --no-translation-jit --opt=mem targetpypystandalone.py --withoutmod-pypyjit --withoutmod-_jitlog --withoutmod-cpyext --withoutmod-_hpy_universal --withoutmod-_cppyy

This error is persistent and I cannot seem to figure out why link.exe cannot open the file for whatever operation it needs to carry out

@mattip
Copy link
Member

mattip commented Sep 21, 2024

Is this still relevant? In general, I would suggest using linux64 rather than windows. I will close this for now, please reopen or open a new issue with

  • what version of msvc are you using
  • upload a complete log file.

@mattip mattip closed this as completed Sep 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants