Hey thanks! While I've got you here, I actually was able to build 
emscripten but now am having a issue with Python when using it. I started a 
new thread. It's probably a pretty easy solution, but is there anything to 
do with Python 2.7 that I would need to configure?

For reference:
 https://groups.google.com/forum/#!topic/emscripten-discuss/U57NUX_7ObA

Thank you!
James 

On Monday, August 1, 2016 at 10:05:29 AM UTC, jj wrote:
>
> Ow, sorry to hear about the regression! To build a specific tagged version 
> of Emscripten from sources, try
>
> git clone https://github.com/juj/emsdk.git
> cd emsdk
> ./emsdk install sdk-tag-x.yy.z-64bit
> ./emsdk activate sdk-tag-x.yy.z-64bit
> source ./emsdk_env.sh           (Linux and OS X only)
>
> Emsdk requires python 2.7+ or python 3.0+. On Windows, emsdk comes with 
> python of its own, so it is guaranteed to be compatible. Python 2.6.x and 
> older will likely not work.
>
> To see a list of tags, do "emsdk list --old". In particular, note how it 
> prints two sets of SDK names, one which are for precompiled versions, and 
> another which is for to-be-compiled-from-source versions.
>
>
> 2016-07-23 13:51 GMT+03:00 James Stortz <[email protected] 
> <javascript:>>:
>
>> Good morning, all.
>>
>> I have tried a tiresome series of dead-ends trying to get what was 
>> supposed to be a simple project scrapped together. (Does that sound 
>> familiar to anyone, hmm.) Ok. Quake 3 was one of the games Emscripten 
>> ported to the browser, so I'm trying to get that working to run a cleaned 
>> up Mod. It should be a piece of cake, especially since the official 
>> project, QuakeJS, already did that 2-3 years ago. (
>> https://github.com/inolen/quakejs) 
>>
>> That's the problem. Since 2-3 years ago, something struct something 
>> something has now rendered the build dysfunctional. 
>> See
>>  https://github.com/inolen/quakejs/issues/14 ->
>>  https://github.com/kripken/emscripten/pull/1624 ->
>>  https://github.com/kripken/emscripten/issues/1554#issuecomment-24553086
>>
>> If the change is substantial enough to break code, it may be a high 
>> priority issue, but if not, I'm just looking for suggestions on how to get 
>> an old Emscripten environment. (I'm thinking 1.13.0. I can't even get the 
>> SDK to do anything, wrong version of python.)
>>
>> Thank you everyone. This Emscripten project is highly significant. Keep 
>> up the great job!
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "emscripten-discuss" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to [email protected] <javascript:>.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"emscripten-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to