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

Open
TheShermanTanker opened this issue Feb 22, 2024 · 0 comments
Open

PyPy 3.10 cannot build on Windows #4913

TheShermanTanker opened this issue Feb 22, 2024 · 0 comments

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

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

1 participant