Spidermonkey 64Bit Build in 32Bit Windows
Masquerade <[email protected]> Sat, 26 Aug 2017 03:26:37 -0700 (PDT)
| Newsgroups | gmane.comp.mozilla.devel.jseng |
|---|---|
| Message-ID | <[email protected]> |
I got a VC++2010 running in 32bit Windows (winXp). Can I still build a 64bit spidermonkey binary using it? Since supposedly I can still build a 64bit exe using the VS IDE so long as I run the generated binary in another true 64bit Windows. The MozillaBuild has a batch file 'start-msvc10-x64.bat' to start a console whose path point to the 64bit cl.exe. But it seems to me that it can only be called in a 64bit Windows i.e. you need to install VC++2010 in a 64bit Windows first to use this batch file. Does anyone has successfully build 64bit spidermonkey binary in a 32bit Windows.