I want to embed SpiderMonkey in my c++ application. I downloaded latest mozilla firefox 78 from here as instructed from mozilla's official documentation and follow this Build documentation. The build failed with this message
FileNotFoundError: [Errno 2] No such file or directory:'/cygdrive/c/Users/dell/Desktop/pject/PJS/mozjs 78.0.0/js/src/_build/_virtualenvs/init_py3/Scripts/python.exe': '/cygdrive/c/Users/dell/Desktop/pject/PJS/mozjs 78.0.0/js/src/_build/_virtualenvs/init_py3/Scripts/python.exe'
So I tried copying whole python.exe to _virtualenvs/init_py3/Scripts/ but it give another error
I'm on Windows 10, using Cygwin and mingw for compilers