Hi,

I'm trying to build v8 via https://github.com/Alexpux/MINGW-packages/tree/master/mingw-w64-v8

There appear to be more instances of "python" instead of "python2", and I am still getting an error from out/Makefile:538 which has the following line:
    $(call do_cmd,regen_makefile)

I imagine that do_cmd or regen_makefile has a call to python. I fixed it locally with a symlink, i.e.
    $ ln -s /usr/bin/python2 /usr/bin/python

Which make me wonder -- *why replace python to python2 instead of just making a symlink?*

Thank you!

--

Igal Sapir
Lucee Core Developer
Lucee.org <http://lucee.org/>

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
Msys2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/msys2-users

Reply via email to