[L2Ork-dev] L2Ork-dev Digest, Vol 89, Issue 37

Piyush Jasaiwal coderpiyush123 at gmail.com
Fri Mar 19 01:54:53 EDT 2021


i am having this problem while issuing the make command from mysis 64 bit
terminal window to make the purr data project can any body please help me
what i am doing wrong.[image: error.PNG]

On Thu, Mar 18, 2021 at 9:17 AM <l2ork-dev-request at disis.music.vt.edu>
wrote:

> 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. Re: Contributing to PurrData GSoc'21 (Jonathan Wilkes)
>    2. Re: Regarding on project idea. (Jonathan Wilkes)
>    3. Re: Contributing to PurrData GSoc'21 (Atseosi Idogho)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 17 Mar 2021 19:11:47 -0400
> From: Jonathan Wilkes <jon.w.wilkes at gmail.com>
> To: l2ork-dev <l2ork-dev at disis.music.vt.edu>
> Subject: Re: [L2Ork-dev] Contributing to PurrData GSoc'21
> Message-ID:
>         <CAOA7yC4jKeB4bv9Pc00JkKH+bXD5RsZrOfF5mqpS=
> uMAKwQ6Wg at mail.gmail.com>
> Content-Type: text/plain; charset="UTF-8"
>
> On Wed, Mar 17, 2021 at 5:24 PM Atseosi Idogho
> <atseosi.idogho at ucdconnect.ie> wrote:
> >
> > I have a file called `lua.exe` and another called `lua54.dll`
> > I just reinstalled the dependencies just in case and I got warnings
> saying that they were all already up to date.
>
> Ok, I see the problem:
>
> * for Windows, our build system currently hard-codes the filename for
> lua53.dll in the build files
> * msys2 has updated its lua version
>
> We don't run into this problem on OSX because there's a script that
> finds all the necessary dependencies automatically. But on Windows,
> we've simply hard-coded all the deps.
>
> So here's an exercise-- change our build system to refer to the
> lua54.dll instead of lua53.dll
>
> If anyone wants a more challenging exercise-- change our build system
> so that all the run-time dependencies for the Windows msys2 are
> automatically searched and copied. :)
>
> Best,
> Jonathan
>
> >
> > On Wed, 17 Mar 2021 at 21:21, Jonathan Wilkes <jon.w.wilkes at gmail.com>
> wrote:
> >>
> >> Specifically,
> >>
> >> `install: cannot stat '/mingw64/bin/lua53.dll': No such file or
> directory`
> >>
> >> Is there a lua* file in /mingw64/bin/ ? If so, what is it?
> >>
> >> -Jonathan
> >>
> >>
> >> On Wed, Mar 17, 2021 at 5:15 PM Atseosi Idogho
> >> <atseosi.idogho at ucdconnect.ie> wrote:
> >> >
> >> > Thanks for the advice @Prateek. here is the paste gnome link
> >> > Thanks again,
> >> > Atseosi.
> >> >
> >> > On Wed, 17 Mar 2021 at 18:48, Prateek Pardeshi <
> prateekpardeshi9 at gmail.com> wrote:
> >> >>
> >> >> Hi, I'm not sure about the installation in windows but I'd advise
> you to use online paste tools such as paste.gnome.org, for
> pasting/sharing your errors instead of making a google doc for it. This
> makes the formatting easy and also maintains the code indentation.
> >> >>
> >> >> Regards,
> >> >> Prateek
> >> >>
> >> >> On Wed, 17 Mar 2021 at 19:52, Atseosi Idogho <
> atseosi.idogho at ucdconnect.ie> wrote:
> >> >>>
> >> >>> Here is a google doc with it.
> >> >>> Thanks,
> >> >>> Atseosi.
> >> >>>
> >> >>> On Tue, 16 Mar 2021 at 19:58, Jonathan Wilkes <
> jon.w.wilkes at gmail.com> wrote:
> >> >>>>
> >> >>>> On Tue, Mar 16, 2021 at 2:49 PM Atseosi Idogho <
> atseosi.idogho at ucdconnect.ie> wrote:
> >> >>>>>
> >> >>>>> Thanks again for all the help.
> >> >>>>> I keep getting these errors from trying to make `purr data` that
> I am not sure how to troubleshoot
> >> >>>>> Is there a troubleshoot FAQ somewhere? Or can I send you the
> errors? They seem to be with the makefile for some reason. I've installed
> all the dependencies three times with no luck.
> >> >>>>> Thanks again,
> >> >>>>
> >> >>>>
> >> >>>> Please post a build log somewhere and post the link on this list.
> Also-- please use text and not a screenshot.
> >> >>>>
> >> >>>> Best,
> >> >>>> Jonathan
> >> >>>>
> >> >>>>>
> >> >>>>> Atseosi
> >> >>>>>
> >> >>>>> On Tue, 16 Mar 2021 at 00:29, Jonathan Wilkes <
> jon.w.wilkes at gmail.com> wrote:
> >> >>>>>>
> >> >>>>>> On Mon, Mar 15, 2021 at 6:01 PM Atseosi Idogho <
> atseosi.idogho at ucdconnect.ie> wrote:
> >> >>>>>>>
> >> >>>>>>> Hey,
> >> >>>>>>> These are the contents of the subdirectory "purr-data"
> >> >>>>>>>
> >> >>>>>>> The picture I included before is all the files in the directory
> "Purr Data". That's the directory I got from running the "Purr Data
> PD_VERSOPM(64-bit).exe" file.
> >> >>>>>>> Thanks,
> >> >>>>>>> Atseosi.
> >> >>>>>>
> >> >>>>>>
> >> >>>>>> Something went wrong. Symptoms:
> >> >>>>>>
> >> >>>>>> 1. Your installer file has the string "PD_VERSION" instead of
> the actual version
> >> >>>>>>
> >> >>>>>> 2. The installer is less than 2 megabytes!
> >> >>>>>>
> >> >>>>>> I'd suggest going back through the instructions and make sure
> you properly installed all the necessary dependencies.
> >> >>>>>>
> >> >>>>>> Best,
> >> >>>>>> Jonathan
> >> >>>>>>
> >> >>>>>>>
> >> >>>>>>>
> >> >>>>>>> On Mon, 15 Mar 2021 at 21:49, Jonathan Wilkes <
> jon.w.wilkes at gmail.com> wrote:
> >> >>>>>>>>
> >> >>>>>>>> On Mon, Mar 15, 2021 at 4:07 PM Atseosi Idogho <
> atseosi.idogho at ucdconnect.ie> wrote:
> >> >>>>>>>>>
> >> >>>>>>>>> Hey,
> >> >>>>>>>>> Thanks for the help! I realised that something had gone wrong
> when I was originally making PD on my system and it didn't download all of
> the necessary files. This is a really dumb question but, I'm not fully sure
> if I have built PD properly on my system as this is all I have got from
> running the setup executable
> >> >>>>>>>>> Thanks in advance,
> >> >>>>>>>>> Atseosi.
> >> >>>>>>>>>
> >> >>>>>>>>
> >> >>>>>>>> I don't know what you're looking at there.
> >> >>>>>>>>
> >> >>>>>>>> What are the contents of the subdirectory "purr-data"?
> >> >>>>>>>>
> >> >>>>>>>> -Jonathan
> >> >>>>>>>>
> >> >>>>>>>>
> >> >>>>>>>>>
> >> >>>>>>>>> On Mon, 15 Mar 2021 at 01:41, Jonathan Wilkes <
> jon.w.wilkes at gmail.com> wrote:
> >> >>>>>>>>>>
> >> >>>>>>>>>> > I've located the purr-data file on my system but I can't
> seem to find the setup file. I may be looking in the wrong place could
> anyone assist me with this?
> >> >>>>>>>>>>
> >> >>>>>>>>>> When you say you've "located the purr-data file" what is the
> name of the file?
> >> >>>>>>>>>>
> >> >>>>>>>>>> You should see an installer file that ends with the
> extension ".exe"
> >> >>>>>>>>>>
> >> >>>>>>>>>> -Jonathan
> >> >>>>>>>>>> _______________________________________________
> >> >>>>>>>>>> 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
> >> >>>>
> >> >>>> _______________________________________________
> >> >>>> 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
>
>
> ------------------------------
>
> Message: 2
> Date: Wed, 17 Mar 2021 23:38:33 -0400
> From: Jonathan Wilkes <jon.w.wilkes at gmail.com>
> To: l2ork-dev <l2ork-dev at disis.music.vt.edu>
> Subject: Re: [L2Ork-dev] Regarding on project idea.
> Message-ID:
>         <CAOA7yC7HOeTp=5VCT0WZLf6DQwwj8mpoVs0TVy=
> 78Q9LpB3bdg at mail.gmail.com>
> Content-Type: text/plain; charset="UTF-8"
>
> On Wed, Mar 17, 2021 at 2:21 AM GUNJAN YADU <gunjanyadu6 at gmail.com> wrote:
> >
> > Hello Jonathan,
> > There is one project idea "Speedy Keyboard Entry Holy Grail". I have
> found one document regarding this(
> https://usermanuals.finalemusic.com/Finale2012Win/Content/Finale/Speedy_Entry.htm).
> Am I interpreting this project correctly or going in the wrong direction.
> Kindly guide me. Can you please elaborate on this project?
>
> Oops, I missed this message somehow.
>
> The idea is basically to figure out a way for the user to create a
> diagram using the keyboard in the most efficient way possible. With
> Finale's Speedy Entry, essentially all the users agree that it is the
> "right way" to input notes into the software, even though there are
> other ways to do it using the mouse.
>
> Right now in Pd every user has their own idiosyncratic way that they
> prefer to create objects and connect them together. So this project
> idea would be to design and implement a keyboard-only input method
> that is fast for creating objects and making connections among
> objects.
>
> -Jonathan
>
>
>
>
>
> > Moreover, kindly point me to the related repository.
> > Thanks
> >
> > _______________________________________________
> > L2Ork-dev mailing list
> > L2Ork-dev at disis.music.vt.edu
> > https://disis.music.vt.edu/listinfo/l2ork-dev
>
>
> ------------------------------
>
> Message: 3
> Date: Thu, 18 Mar 2021 03:47:40 +0000
> From: Atseosi Idogho <atseosi.idogho at ucdconnect.ie>
> To: l2ork-dev at disis.music.vt.edu
> Subject: Re: [L2Ork-dev] Contributing to PurrData GSoc'21
> Message-ID:
>         <CAOudQ8NJOGQGLGgTt-9yiFgk6s3FB+fnxNHLEU_tZB-TcZ81=
> g at mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Hey,
> I'm attempting to change the build system to refer to lua54.dll but I am
> unsure how.
> I decided to look into the directory
> `file:/C:/msys64/home/User/purr-data/externals/pd-lua` on my system and I
> found the following code in the Makefile
> `
> # This assumes an installation of Lua 5.3 from source,
> # cf. https://www.lua.org/download.html
>
> LUA_CFLAGS = -I/usr/local/include
> LUA_LIBS   = -L/usr/local/lib -llua
>
> `
> Am I going about this is the right way? Apologies if this isn't the right
> way to ask for assistance on this kind of thing.
> Best,
> Atseosi
>
> On Wed, 17 Mar 2021 at 23:12, Jonathan Wilkes <jon.w.wilkes at gmail.com>
> wrote:
>
> > On Wed, Mar 17, 2021 at 5:24 PM Atseosi Idogho
> > <atseosi.idogho at ucdconnect.ie> wrote:
> > >
> > > I have a file called `lua.exe` and another called `lua54.dll`
> > > I just reinstalled the dependencies just in case and I got warnings
> > saying that they were all already up to date.
> >
> > Ok, I see the problem:
> >
> > * for Windows, our build system currently hard-codes the filename for
> > lua53.dll in the build files
> > * msys2 has updated its lua version
> >
> > We don't run into this problem on OSX because there's a script that
> > finds all the necessary dependencies automatically. But on Windows,
> > we've simply hard-coded all the deps.
> >
> > So here's an exercise-- change our build system to refer to the
> > lua54.dll instead of lua53.dll
> >
> > If anyone wants a more challenging exercise-- change our build system
> > so that all the run-time dependencies for the Windows msys2 are
> > automatically searched and copied. :)
> >
> > Best,
> > Jonathan
> >
> > >
> > > On Wed, 17 Mar 2021 at 21:21, Jonathan Wilkes <jon.w.wilkes at gmail.com>
> > wrote:
> > >>
> > >> Specifically,
> > >>
> > >> `install: cannot stat '/mingw64/bin/lua53.dll': No such file or
> > directory`
> > >>
> > >> Is there a lua* file in /mingw64/bin/ ? If so, what is it?
> > >>
> > >> -Jonathan
> > >>
> > >>
> > >> On Wed, Mar 17, 2021 at 5:15 PM Atseosi Idogho
> > >> <atseosi.idogho at ucdconnect.ie> wrote:
> > >> >
> > >> > Thanks for the advice @Prateek. here is the paste gnome link
> > >> > Thanks again,
> > >> > Atseosi.
> > >> >
> > >> > On Wed, 17 Mar 2021 at 18:48, Prateek Pardeshi <
> > prateekpardeshi9 at gmail.com> wrote:
> > >> >>
> > >> >> Hi, I'm not sure about the installation in windows but I'd advise
> > you to use online paste tools such as paste.gnome.org, for
> > pasting/sharing your errors instead of making a google doc for it. This
> > makes the formatting easy and also maintains the code indentation.
> > >> >>
> > >> >> Regards,
> > >> >> Prateek
> > >> >>
> > >> >> On Wed, 17 Mar 2021 at 19:52, Atseosi Idogho <
> > atseosi.idogho at ucdconnect.ie> wrote:
> > >> >>>
> > >> >>> Here is a google doc with it.
> > >> >>> Thanks,
> > >> >>> Atseosi.
> > >> >>>
> > >> >>> On Tue, 16 Mar 2021 at 19:58, Jonathan Wilkes <
> > jon.w.wilkes at gmail.com> wrote:
> > >> >>>>
> > >> >>>> On Tue, Mar 16, 2021 at 2:49 PM Atseosi Idogho <
> > atseosi.idogho at ucdconnect.ie> wrote:
> > >> >>>>>
> > >> >>>>> Thanks again for all the help.
> > >> >>>>> I keep getting these errors from trying to make `purr data` that
> > I am not sure how to troubleshoot
> > >> >>>>> Is there a troubleshoot FAQ somewhere? Or can I send you the
> > errors? They seem to be with the makefile for some reason. I've installed
> > all the dependencies three times with no luck.
> > >> >>>>> Thanks again,
> > >> >>>>
> > >> >>>>
> > >> >>>> Please post a build log somewhere and post the link on this list.
> > Also-- please use text and not a screenshot.
> > >> >>>>
> > >> >>>> Best,
> > >> >>>> Jonathan
> > >> >>>>
> > >> >>>>>
> > >> >>>>> Atseosi
> > >> >>>>>
> > >> >>>>> On Tue, 16 Mar 2021 at 00:29, Jonathan Wilkes <
> > jon.w.wilkes at gmail.com> wrote:
> > >> >>>>>>
> > >> >>>>>> On Mon, Mar 15, 2021 at 6:01 PM Atseosi Idogho <
> > atseosi.idogho at ucdconnect.ie> wrote:
> > >> >>>>>>>
> > >> >>>>>>> Hey,
> > >> >>>>>>> These are the contents of the subdirectory "purr-data"
> > >> >>>>>>>
> > >> >>>>>>> The picture I included before is all the files in the
> directory
> > "Purr Data". That's the directory I got from running the "Purr Data
> > PD_VERSOPM(64-bit).exe" file.
> > >> >>>>>>> Thanks,
> > >> >>>>>>> Atseosi.
> > >> >>>>>>
> > >> >>>>>>
> > >> >>>>>> Something went wrong. Symptoms:
> > >> >>>>>>
> > >> >>>>>> 1. Your installer file has the string "PD_VERSION" instead of
> > the actual version
> > >> >>>>>>
> > >> >>>>>> 2. The installer is less than 2 megabytes!
> > >> >>>>>>
> > >> >>>>>> I'd suggest going back through the instructions and make sure
> > you properly installed all the necessary dependencies.
> > >> >>>>>>
> > >> >>>>>> Best,
> > >> >>>>>> Jonathan
> > >> >>>>>>
> > >> >>>>>>>
> > >> >>>>>>>
> > >> >>>>>>> On Mon, 15 Mar 2021 at 21:49, Jonathan Wilkes <
> > jon.w.wilkes at gmail.com> wrote:
> > >> >>>>>>>>
> > >> >>>>>>>> On Mon, Mar 15, 2021 at 4:07 PM Atseosi Idogho <
> > atseosi.idogho at ucdconnect.ie> wrote:
> > >> >>>>>>>>>
> > >> >>>>>>>>> Hey,
> > >> >>>>>>>>> Thanks for the help! I realised that something had gone
> wrong
> > when I was originally making PD on my system and it didn't download all
> of
> > the necessary files. This is a really dumb question but, I'm not fully
> sure
> > if I have built PD properly on my system as this is all I have got from
> > running the setup executable
> > >> >>>>>>>>> Thanks in advance,
> > >> >>>>>>>>> Atseosi.
> > >> >>>>>>>>>
> > >> >>>>>>>>
> > >> >>>>>>>> I don't know what you're looking at there.
> > >> >>>>>>>>
> > >> >>>>>>>> What are the contents of the subdirectory "purr-data"?
> > >> >>>>>>>>
> > >> >>>>>>>> -Jonathan
> > >> >>>>>>>>
> > >> >>>>>>>>
> > >> >>>>>>>>>
> > >> >>>>>>>>> On Mon, 15 Mar 2021 at 01:41, Jonathan Wilkes <
> > jon.w.wilkes at gmail.com> wrote:
> > >> >>>>>>>>>>
> > >> >>>>>>>>>> > I've located the purr-data file on my system but I can't
> > seem to find the setup file. I may be looking in the wrong place could
> > anyone assist me with this?
> > >> >>>>>>>>>>
> > >> >>>>>>>>>> When you say you've "located the purr-data file" what is
> the
> > name of the file?
> > >> >>>>>>>>>>
> > >> >>>>>>>>>> You should see an installer file that ends with the
> > extension ".exe"
> > >> >>>>>>>>>>
> > >> >>>>>>>>>> -Jonathan
> > >> >>>>>>>>>> _______________________________________________
> > >> >>>>>>>>>> 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
> > >> >>>>
> > >> >>>> _______________________________________________
> > >> >>>> 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
> > _______________________________________________
> > 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/20210318/7a3c165c/attachment.html
> >
>
> ------------------------------
>
> 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 37
> *****************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://disis.music.vt.edu/pipermail/l2ork-dev/attachments/20210319/b2392dee/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: error.PNG
Type: image/png
Size: 97426 bytes
Desc: not available
URL: <http://disis.music.vt.edu/pipermail/l2ork-dev/attachments/20210319/b2392dee/attachment-0001.png>


More information about the L2Ork-dev mailing list