You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2025. It is now read-only.
Assembler messages:
Fatal error: can't create Objects/mimalloc/alloc-aligned.o: No such file or directory
It appears pyperformance is building out of tree, and Objects/mimalloc/ doesn't exist in the build directory.
Manually creating the .../bench_tmpdir/build/Objects/mimalloc/ during the build allowed the build to complete.
Maybe add a Objects/mimalloc target to Makefile.pre.in ?
I get the error:
It appears
pyperformanceis building out of tree, andObjects/mimalloc/doesn't exist in the build directory.Manually creating the
.../bench_tmpdir/build/Objects/mimalloc/during the build allowed the build to complete.Maybe add a
Objects/mimalloctarget to Makefile.pre.in ?