We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am trying to build a distributable, by running the build-windows.py
I run {path_to_the_dist_I_want_build}\python.exe build-windows.py --sh C:\cygwin64\bin\sh.exe --options noopt
{path_to_the_dist_I_want_build}\python.exe build-windows.py --sh C:\cygwin64\bin\sh.exe --options noopt
Everything goes fine, but then it blocks in
openssl> "C:\...\python-build-standalone\build\strawberry-perl\perl\bin\perl.exe" "-I." -Mconfigdata "util\dofile.pl" "-omakefile" "include\openssl\conf.h.in" > include\openssl\conf.h openssl> Cannot find the specified path. openssl> jom: C:\Users\...\AppData\Local\Temp\openssl-build-uhmz4fql\x64\openssl-3.0.15\Makefile [include\crypto\dso_conf.h] Error 1 openssl> jom: C:\Users\...\AppData\Local\Temp\openssl-build-uhmz4fql\x64\openssl-3.0.15\Makefile [include\openssl\asn1t.h] Error 1 openssl> jom: C:\Users\...\AppData\Local\Temp\openssl-build-uhmz4fql\x64\openssl-3.0.15\Makefile [include\openssl\cms.h] Error 1 openssl> jom: C:\Users\...\AppData\Local\Temp\openssl-build-uhmz4fql\x64\openssl-3.0.15\Makefile [include\openssl\conf.h] Error 1 openssl> process exited 2
I checked is on the file cpython-windows > build.py on the method: build_openssl_for_arch when running jom.
I actually tried to separately replicate the commands on perl to build the openssl but without success.
I am running windows 10 on x64 Architecture, and I want to build a python distribution starting from the dist:
Has someone come across such problem? Has someone fixed it?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am trying to build a distributable, by running the
build-windows.py
I run
{path_to_the_dist_I_want_build}\python.exe build-windows.py --sh C:\cygwin64\bin\sh.exe --options noopt
Everything goes fine, but then it blocks in
I checked is on the file cpython-windows > build.py on the method: build_openssl_for_arch when running jom.
I actually tried to separately replicate the commands on perl to build the openssl but without success.
I am running windows 10 on x64 Architecture,
and I want to build a python distribution starting from the dist:
from the list of dists: https://github.com/indygreg/python-build-standalone/tree/zb/openssl
Has someone come across such problem? Has someone fixed it?
The text was updated successfully, but these errors were encountered: