I did it according to README.win32.txt, the config/config.mk select 'platform = x86_win32_vs_16' and set 'PYTHON = /cygdrive/d/Python27/python' in mk/platforms/x86_win32_vs_16.mk file, I also set cygwin64 to env PATH,but when I run 'make export', it always report error LINK1104: can't open file "python27.obj"

enter image description here

1

There are 1 best solutions below

0
On

The problem has been solved! Only need change src/mk/python.mk file like above:

PYVERSION := $(shell $(PYTHON) -c 'import sys; sys.stdout.write(".".join(sys.version.split()[0].split(".")[:2]))')