<div dir="ltr">Hey,<br>I'm attempting to change the build system to refer to lua54.dll but I am unsure how.<br>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<div>`</div><div><span style="color:rgb(0,0,0);white-space:pre-wrap"># This assumes an installation of Lua 5.3 from source,</span></div><div><span style="color:rgb(0,0,0);white-space:pre-wrap"># cf. </span><a href="https://www.lua.org/download.html" target="_blank" style="white-space:pre-wrap">https://www.lua.org/download.html</a></div><pre style="color:rgb(0,0,0);white-space:pre-wrap"><font face="arial, sans-serif">LUA_CFLAGS = -I/usr/local/include 
LUA_LIBS   = -L/usr/local/lib -llua</font></pre><div>` <br>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.<br>Best,<br>Atseosi</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, 17 Mar 2021 at 23:12, Jonathan Wilkes <<a href="mailto:jon.w.wilkes@gmail.com" target="_blank">jon.w.wilkes@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Wed, Mar 17, 2021 at 5:24 PM Atseosi Idogho<br>
<<a href="mailto:atseosi.idogho@ucdconnect.ie" target="_blank">atseosi.idogho@ucdconnect.ie</a>> wrote:<br>
><br>
> I have a file called `lua.exe` and another called `lua54.dll`<br>
> I just reinstalled the dependencies just in case and I got warnings saying that they were all already up to date.<br>
<br>
Ok, I see the problem:<br>
<br>
* for Windows, our build system currently hard-codes the filename for<br>
lua53.dll in the build files<br>
* msys2 has updated its lua version<br>
<br>
We don't run into this problem on OSX because there's a script that<br>
finds all the necessary dependencies automatically. But on Windows,<br>
we've simply hard-coded all the deps.<br>
<br>
So here's an exercise-- change our build system to refer to the<br>
lua54.dll instead of lua53.dll<br>
<br>
If anyone wants a more challenging exercise-- change our build system<br>
so that all the run-time dependencies for the Windows msys2 are<br>
automatically searched and copied. :)<br>
<br>
Best,<br>
Jonathan<br>
<br>
><br>
> On Wed, 17 Mar 2021 at 21:21, Jonathan Wilkes <<a href="mailto:jon.w.wilkes@gmail.com" target="_blank">jon.w.wilkes@gmail.com</a>> wrote:<br>
>><br>
>> Specifically,<br>
>><br>
>> `install: cannot stat '/mingw64/bin/lua53.dll': No such file or directory`<br>
>><br>
>> Is there a lua* file in /mingw64/bin/ ? If so, what is it?<br>
>><br>
>> -Jonathan<br>
>><br>
>><br>
>> On Wed, Mar 17, 2021 at 5:15 PM Atseosi Idogho<br>
>> <<a href="mailto:atseosi.idogho@ucdconnect.ie" target="_blank">atseosi.idogho@ucdconnect.ie</a>> wrote:<br>
>> ><br>
>> > Thanks for the advice @Prateek. here is the paste gnome link<br>
>> > Thanks again,<br>
>> > Atseosi.<br>
>> ><br>
>> > On Wed, 17 Mar 2021 at 18:48, Prateek Pardeshi <<a href="mailto:prateekpardeshi9@gmail.com" target="_blank">prateekpardeshi9@gmail.com</a>> wrote:<br>
>> >><br>
>> >> Hi, I'm not sure about the installation in windows but I'd advise you to use online paste tools such as <a href="http://paste.gnome.org" rel="noreferrer" target="_blank">paste.gnome.org</a>, for pasting/sharing your errors instead of making a google doc for it. This makes the formatting easy and also maintains the code indentation.<br>
>> >><br>
>> >> Regards,<br>
>> >> Prateek<br>
>> >><br>
>> >> On Wed, 17 Mar 2021 at 19:52, Atseosi Idogho <<a href="mailto:atseosi.idogho@ucdconnect.ie" target="_blank">atseosi.idogho@ucdconnect.ie</a>> wrote:<br>
>> >>><br>
>> >>> Here is a google doc with it.<br>
>> >>> Thanks,<br>
>> >>> Atseosi.<br>
>> >>><br>
>> >>> On Tue, 16 Mar 2021 at 19:58, Jonathan Wilkes <<a href="mailto:jon.w.wilkes@gmail.com" target="_blank">jon.w.wilkes@gmail.com</a>> wrote:<br>
>> >>>><br>
>> >>>> On Tue, Mar 16, 2021 at 2:49 PM Atseosi Idogho <<a href="mailto:atseosi.idogho@ucdconnect.ie" target="_blank">atseosi.idogho@ucdconnect.ie</a>> wrote:<br>
>> >>>>><br>
>> >>>>> Thanks again for all the help.<br>
>> >>>>> I keep getting these errors from trying to make `purr data` that I am not sure how to troubleshoot<br>
>> >>>>> 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.<br>
>> >>>>> Thanks again,<br>
>> >>>><br>
>> >>>><br>
>> >>>> Please post a build log somewhere and post the link on this list. Also-- please use text and not a screenshot.<br>
>> >>>><br>
>> >>>> Best,<br>
>> >>>> Jonathan<br>
>> >>>><br>
>> >>>>><br>
>> >>>>> Atseosi<br>
>> >>>>><br>
>> >>>>> On Tue, 16 Mar 2021 at 00:29, Jonathan Wilkes <<a href="mailto:jon.w.wilkes@gmail.com" target="_blank">jon.w.wilkes@gmail.com</a>> wrote:<br>
>> >>>>>><br>
>> >>>>>> On Mon, Mar 15, 2021 at 6:01 PM Atseosi Idogho <<a href="mailto:atseosi.idogho@ucdconnect.ie" target="_blank">atseosi.idogho@ucdconnect.ie</a>> wrote:<br>
>> >>>>>>><br>
>> >>>>>>> Hey,<br>
>> >>>>>>> These are the contents of the subdirectory "purr-data"<br>
>> >>>>>>><br>
>> >>>>>>> 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.<br>
>> >>>>>>> Thanks,<br>
>> >>>>>>> Atseosi.<br>
>> >>>>>><br>
>> >>>>>><br>
>> >>>>>> Something went wrong. Symptoms:<br>
>> >>>>>><br>
>> >>>>>> 1. Your installer file has the string "PD_VERSION" instead of the actual version<br>
>> >>>>>><br>
>> >>>>>> 2. The installer is less than 2 megabytes!<br>
>> >>>>>><br>
>> >>>>>> I'd suggest going back through the instructions and make sure you properly installed all the necessary dependencies.<br>
>> >>>>>><br>
>> >>>>>> Best,<br>
>> >>>>>> Jonathan<br>
>> >>>>>><br>
>> >>>>>>><br>
>> >>>>>>><br>
>> >>>>>>> On Mon, 15 Mar 2021 at 21:49, Jonathan Wilkes <<a href="mailto:jon.w.wilkes@gmail.com" target="_blank">jon.w.wilkes@gmail.com</a>> wrote:<br>
>> >>>>>>>><br>
>> >>>>>>>> On Mon, Mar 15, 2021 at 4:07 PM Atseosi Idogho <<a href="mailto:atseosi.idogho@ucdconnect.ie" target="_blank">atseosi.idogho@ucdconnect.ie</a>> wrote:<br>
>> >>>>>>>>><br>
>> >>>>>>>>> Hey,<br>
>> >>>>>>>>> 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<br>
>> >>>>>>>>> Thanks in advance,<br>
>> >>>>>>>>> Atseosi.<br>
>> >>>>>>>>><br>
>> >>>>>>>><br>
>> >>>>>>>> I don't know what you're looking at there.<br>
>> >>>>>>>><br>
>> >>>>>>>> What are the contents of the subdirectory "purr-data"?<br>
>> >>>>>>>><br>
>> >>>>>>>> -Jonathan<br>
>> >>>>>>>><br>
>> >>>>>>>><br>
>> >>>>>>>>><br>
>> >>>>>>>>> On Mon, 15 Mar 2021 at 01:41, Jonathan Wilkes <<a href="mailto:jon.w.wilkes@gmail.com" target="_blank">jon.w.wilkes@gmail.com</a>> wrote:<br>
>> >>>>>>>>>><br>
>> >>>>>>>>>> > 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?<br>
>> >>>>>>>>>><br>
>> >>>>>>>>>> When you say you've "located the purr-data file" what is the name of the file?<br>
>> >>>>>>>>>><br>
>> >>>>>>>>>> You should see an installer file that ends with the extension ".exe"<br>
>> >>>>>>>>>><br>
>> >>>>>>>>>> -Jonathan<br>
>> >>>>>>>>>> _______________________________________________<br>
>> >>>>>>>>>> L2Ork-dev mailing list<br>
>> >>>>>>>>>> <a href="mailto:L2Ork-dev@disis.music.vt.edu" target="_blank">L2Ork-dev@disis.music.vt.edu</a><br>
>> >>>>>>>>>> <a href="https://disis.music.vt.edu/listinfo/l2ork-dev" rel="noreferrer" target="_blank">https://disis.music.vt.edu/listinfo/l2ork-dev</a><br>
>> >>>>>>>>><br>
>> >>>>>>>>> _______________________________________________<br>
>> >>>>>>>>> L2Ork-dev mailing list<br>
>> >>>>>>>>> <a href="mailto:L2Ork-dev@disis.music.vt.edu" target="_blank">L2Ork-dev@disis.music.vt.edu</a><br>
>> >>>>>>>>> <a href="https://disis.music.vt.edu/listinfo/l2ork-dev" rel="noreferrer" target="_blank">https://disis.music.vt.edu/listinfo/l2ork-dev</a><br>
>> >>>>>>>><br>
>> >>>>>>>> _______________________________________________<br>
>> >>>>>>>> L2Ork-dev mailing list<br>
>> >>>>>>>> <a href="mailto:L2Ork-dev@disis.music.vt.edu" target="_blank">L2Ork-dev@disis.music.vt.edu</a><br>
>> >>>>>>>> <a href="https://disis.music.vt.edu/listinfo/l2ork-dev" rel="noreferrer" target="_blank">https://disis.music.vt.edu/listinfo/l2ork-dev</a><br>
>> >>>>>>><br>
>> >>>>>>> _______________________________________________<br>
>> >>>>>>> L2Ork-dev mailing list<br>
>> >>>>>>> <a href="mailto:L2Ork-dev@disis.music.vt.edu" target="_blank">L2Ork-dev@disis.music.vt.edu</a><br>
>> >>>>>>> <a href="https://disis.music.vt.edu/listinfo/l2ork-dev" rel="noreferrer" target="_blank">https://disis.music.vt.edu/listinfo/l2ork-dev</a><br>
>> >>>>>><br>
>> >>>>>> _______________________________________________<br>
>> >>>>>> L2Ork-dev mailing list<br>
>> >>>>>> <a href="mailto:L2Ork-dev@disis.music.vt.edu" target="_blank">L2Ork-dev@disis.music.vt.edu</a><br>
>> >>>>>> <a href="https://disis.music.vt.edu/listinfo/l2ork-dev" rel="noreferrer" target="_blank">https://disis.music.vt.edu/listinfo/l2ork-dev</a><br>
>> >>>>><br>
>> >>>>> _______________________________________________<br>
>> >>>>> L2Ork-dev mailing list<br>
>> >>>>> <a href="mailto:L2Ork-dev@disis.music.vt.edu" target="_blank">L2Ork-dev@disis.music.vt.edu</a><br>
>> >>>>> <a href="https://disis.music.vt.edu/listinfo/l2ork-dev" rel="noreferrer" target="_blank">https://disis.music.vt.edu/listinfo/l2ork-dev</a><br>
>> >>>><br>
>> >>>> _______________________________________________<br>
>> >>>> L2Ork-dev mailing list<br>
>> >>>> <a href="mailto:L2Ork-dev@disis.music.vt.edu" target="_blank">L2Ork-dev@disis.music.vt.edu</a><br>
>> >>>> <a href="https://disis.music.vt.edu/listinfo/l2ork-dev" rel="noreferrer" target="_blank">https://disis.music.vt.edu/listinfo/l2ork-dev</a><br>
>> >>><br>
>> >>> _______________________________________________<br>
>> >>> L2Ork-dev mailing list<br>
>> >>> <a href="mailto:L2Ork-dev@disis.music.vt.edu" target="_blank">L2Ork-dev@disis.music.vt.edu</a><br>
>> >>> <a href="https://disis.music.vt.edu/listinfo/l2ork-dev" rel="noreferrer" target="_blank">https://disis.music.vt.edu/listinfo/l2ork-dev</a><br>
>> >><br>
>> >> _______________________________________________<br>
>> >> L2Ork-dev mailing list<br>
>> >> <a href="mailto:L2Ork-dev@disis.music.vt.edu" target="_blank">L2Ork-dev@disis.music.vt.edu</a><br>
>> >> <a href="https://disis.music.vt.edu/listinfo/l2ork-dev" rel="noreferrer" target="_blank">https://disis.music.vt.edu/listinfo/l2ork-dev</a><br>
>> ><br>
>> > _______________________________________________<br>
>> > L2Ork-dev mailing list<br>
>> > <a href="mailto:L2Ork-dev@disis.music.vt.edu" target="_blank">L2Ork-dev@disis.music.vt.edu</a><br>
>> > <a href="https://disis.music.vt.edu/listinfo/l2ork-dev" rel="noreferrer" target="_blank">https://disis.music.vt.edu/listinfo/l2ork-dev</a><br>
>> _______________________________________________<br>
>> L2Ork-dev mailing list<br>
>> <a href="mailto:L2Ork-dev@disis.music.vt.edu" target="_blank">L2Ork-dev@disis.music.vt.edu</a><br>
>> <a href="https://disis.music.vt.edu/listinfo/l2ork-dev" rel="noreferrer" target="_blank">https://disis.music.vt.edu/listinfo/l2ork-dev</a><br>
><br>
> _______________________________________________<br>
> L2Ork-dev mailing list<br>
> <a href="mailto:L2Ork-dev@disis.music.vt.edu" target="_blank">L2Ork-dev@disis.music.vt.edu</a><br>
> <a href="https://disis.music.vt.edu/listinfo/l2ork-dev" rel="noreferrer" target="_blank">https://disis.music.vt.edu/listinfo/l2ork-dev</a><br>
_______________________________________________<br>
L2Ork-dev mailing list<br>
<a href="mailto:L2Ork-dev@disis.music.vt.edu" target="_blank">L2Ork-dev@disis.music.vt.edu</a><br>
<a href="https://disis.music.vt.edu/listinfo/l2ork-dev" rel="noreferrer" target="_blank">https://disis.music.vt.edu/listinfo/l2ork-dev</a></blockquote></div>