[L2Ork-dev] Contributing to PurrData GSoc'21(Nitish)

Nitish 0007nitishsharma at gmail.com
Wed Mar 24 02:09:08 EDT 2021


While Installing the emscripten :
To  Activate PATH and other environment variables in the current terminal
I run the command(window user):
 ‘ emsdk_env.bat’ 
But getting the error :->  File "encodings\cp1252.py", line 19, in encode
UnicodeEncodeError: 'charmap' codec can't encode character '\u202a' in position 581: character maps to <undefined>

And also unable to find the file "encodings\cp1252.py" in the cloned directory.
Please help!! How to proceed ahead.

Sent from Mail for Windows 10

From: l2ork-dev-request at disis.music.vt.edu
Sent: 24 March 2021 11:11
To: l2ork-dev at disis.music.vt.edu
Subject: L2Ork-dev Digest, Vol 89, Issue 65

Send L2Ork-dev mailing list submissions to
	l2ork-dev at disis.music.vt.edu

To subscribe or unsubscribe via the World Wide Web, visit
	https://disis.music.vt.edu/listinfo/l2ork-dev
or, via email, send a message with subject or body 'help' to
	l2ork-dev-request at disis.music.vt.edu

You can reach the person managing the list at
	l2ork-dev-owner at disis.music.vt.edu

When replying, please edit your Subject line so it is more specific
than "Re: Contents of L2Ork-dev digest..."


Today's Topics:

   1. Contributing to PurrData GSoc'21 (Dinesh soni)
   2. Re: Contributing to PurrData GSoc'21 (Vatsal Nanda)


----------------------------------------------------------------------

Message: 1
Date: Wed, 24 Mar 2021 10:26:36 +0530
From: Dinesh soni <dineshsoni8569 at gmail.com>
To: l2ork-dev at disis.music.vt.edu
Subject: [L2Ork-dev] Contributing to PurrData GSoc'21
Message-ID:
	<CA+eb2P2=AEVaXhyZkMsgX8mB5X1AX5wcTNnohYLXZnUY5Puaag at mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Respected mentors, I want to contribute in the "Web App UI Cleanup"
project. I cloned the
https://git.purrdata.net/jwilkes/purr-data/-/tree/emscripten repo in my
system and install the node modules and run the project... Can i have to
install more dependencies to work smoothly? If yes, can you give me
idea/reference of them. It will help me a lot.
Thanks and Regards
Dinesh Kumar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://disis.music.vt.edu/pipermail/l2ork-dev/attachments/20210324/1ec93a92/attachment-0001.html>

------------------------------

Message: 2
Date: Wed, 24 Mar 2021 11:11:03 +0530
From: Vatsal Nanda <vatsalnanda3 at gmail.com>
To: l2ork-dev at disis.music.vt.edu
Subject: Re: [L2Ork-dev] Contributing to PurrData GSoc'21
Message-ID:
	<CAGEN_QT=xpkCpTnK8y0kbxWNSUFa9o8s4JAXp1QNnix5rpu7-A at mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Thanks for your input. I ran all the commands again, in the same order in
my mac terminal, but while running, ' make emscripten', I got the error-

make[3]: *** [arraysize.wasm] Error 1

make[2]: *** [arraysize] Error 2

make[1]: *** [externals] Error 2

make: *** [emscripten] Error 2

On Wed, Mar 24, 2021 at 12:32 AM Zack Lee <cuinjune at gmail.com> wrote:

> Hi Vatsal,
>
> Are you using Linux? If so please let me know which distro/version you
> are using.
> And please try the following commands to see if it works:
>
> git clone https://github.com/emscripten-core/emsdk.git
> cd emsdk
> git pull
> ./emsdk install latest
> ./emsdk activate latest
> source ./emsdk_env.sh
> ./emsdk update-tags
> ./emsdk install tot
> ./emsdk activate tot
> cd ..
> git clone https://git.purrdata.net/jwilkes/purr-data.git
> cd purr-data
> git checkout emscripten
> make emscripten
>
> Best,
> Zack
>
> 2021년 3월 23일 (화) 오후 1:16, Jonathan Wilkes <jon.w.wilkes at gmail.com>님이 작성:
>
>> Cc'ing Zack on this. I got that error too, but using the `source` command
>> in the relevant step of the guide fixed it.
>>
>> -Jonathan
>>
>> On Tue, Mar 23, 2021 at 8:08 AM Vatsal Nanda <vatsalnanda3 at gmail.com>
>> wrote:
>>
>>> Respected sir,
>>> I tried all the above-mentioned commands in order,  but stil I am
>>> getting the same error.
>>>
>>> Thanks.
>>> Vatsal Nanda.
>>>
>>> On Tue, Mar 23, 2021 at 8:30 AM Vatsal Nanda <vatsalnanda3 at gmail.com>
>>> wrote:
>>>
>>>> [image: image.png]
>>>> I ran all these commands again. But still, getting the same error sir.
>>>>
>>>> On Tue, Mar 23, 2021 at 8:28 AM Jonathan Wilkes <jon.w.wilkes at gmail.com>
>>>> wrote:
>>>>
>>>>> I'd suggest starting again and make sure you followed all the steps.
>>>>>
>>>>> On Mon, Mar 22, 2021 at 10:55 PM Vatsal Nanda <vatsalnanda3 at gmail.com>
>>>>> wrote:
>>>>> >
>>>>> > Thank you sir for responding to my query. I ran the command which
>>>>> you told me, ' source ./emsdk_env.sh', but still it is giving the same
>>>>> error. Could you please provide a solution for it?
>>>>> >
>>>>> > Thank you.
>>>>> > Vatsal Nanda.
>>>>> >
>>>>> > On Mon, Mar 22, 2021 at 11:38 PM Jonathan Wilkes <
>>>>> jon.w.wilkes at gmail.com> wrote:
>>>>> >>
>>>>> >> On Mon, Mar 22, 2021 at 11:41 AM Vatsal Nanda <
>>>>> vatsalnanda3 at gmail.com> wrote:
>>>>> >>>
>>>>> >>> Respected Sir/Ma'am,
>>>>> >>>  I have been contributing to the Purr-Data organization. While
>>>>> installing the build dependencies for Purr-Data, I was having not able to
>>>>> start the app. This was the screen I was getting
>>>>> >>>
>>>>> >>>
>>>>> >>> After that, I was trying to do the set-up for "Web App UI Cleanup"
>>>>> project. But in the end, while running the command of "make emscripten", I
>>>>> got the following error message-
>>>>> >>>
>>>>> >>> Release && emmake make
>>>>> >>>
>>>>> >>> /bin/sh: emcmake: command not found
>>>>> >>>
>>>>> >>> make[1]: *** [libpd] Error 127
>>>>> >>>
>>>>> >>> make: *** [emscripten] Error 2.
>>>>> >>>
>>>>> >>>
>>>>> >>> Could you please help me with this? It would be extremely helpful.
>>>>> >>
>>>>> >>
>>>>> >> If you look at the output of one of the commands in those
>>>>> instructions, it gives you a `source` command with an argument that you
>>>>> need to run.
>>>>> >>
>>>>> >> -Jonathan
>>>>> >>
>>>>> >>>
>>>>> >>>
>>>>> >>> Thank you.
>>>>> >>>
>>>>> >>> Yours sincerely,
>>>>> >>>
>>>>> >>> Vatsal Nanda.
>>>>> >>>
>>>>> >>> _______________________________________________
>>>>> >>> L2Ork-dev mailing list
>>>>> >>> L2Ork-dev at disis.music.vt.edu
>>>>> >>> https://disis.music.vt.edu/listinfo/l2ork-dev
>>>>> >>
>>>>> >> _______________________________________________
>>>>> >> L2Ork-dev mailing list
>>>>> >> L2Ork-dev at disis.music.vt.edu
>>>>> >> https://disis.music.vt.edu/listinfo/l2ork-dev
>>>>> >
>>>>> > _______________________________________________
>>>>> > L2Ork-dev mailing list
>>>>> > L2Ork-dev at disis.music.vt.edu
>>>>> > https://disis.music.vt.edu/listinfo/l2ork-dev
>>>>> _______________________________________________
>>>>> L2Ork-dev mailing list
>>>>> L2Ork-dev at disis.music.vt.edu
>>>>> https://disis.music.vt.edu/listinfo/l2ork-dev
>>>>
>>>> _______________________________________________
>>> L2Ork-dev mailing list
>>> L2Ork-dev at disis.music.vt.edu
>>> https://disis.music.vt.edu/listinfo/l2ork-dev
>>
>> _______________________________________________
> L2Ork-dev mailing list
> L2Ork-dev at disis.music.vt.edu
> https://disis.music.vt.edu/listinfo/l2ork-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://disis.music.vt.edu/pipermail/l2ork-dev/attachments/20210324/5d50d324/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 116471 bytes
Desc: not available
URL: <http://disis.music.vt.edu/pipermail/l2ork-dev/attachments/20210324/5d50d324/attachment.png>

------------------------------

Subject: Digest Footer

_______________________________________________
L2Ork-dev mailing list
L2Ork-dev at disis.music.vt.edu
https://disis.music.vt.edu/listinfo/l2ork-dev

------------------------------

End of L2Ork-dev Digest, Vol 89, Issue 65
*****************************************

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://disis.music.vt.edu/pipermail/l2ork-dev/attachments/20210324/6b98880f/attachment-0001.html>


More information about the L2Ork-dev mailing list