<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Jul 12, 2019 at 1:46 AM IOhannes m zmölnig <<a href="mailto:zmoelnig@iem.at">zmoelnig@iem.at</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 7/12/19 9:15 AM, Scott R. Looney wrote:<br>
> any tips on where to copy the folder so that the path is clearly given? i'm<br>
> not 100% sure but i'm reasonably certain all my errors so far are path<br>
> related.<br>
<br>
i think this is all wrong.<br>
you don't have to copy anything anywhere.<br>
you shouldn't even think about doing that (where did you get the idea from?)<br>
<br>
i *think* that you are just running "make" in the wrong directory.<br>
you should run it in the "pd-plaits-master" directory (which contains<br>
files like "plts~.cpp")¹<br></blockquote><div><br></div><div>i am absolutely running make in the correct directory. i installed the whole msys2/mingw64 toolchain, i opened the shell for mingw64, and navigated to my copy of the repo, which i downloaded as a zip, uncompressed and moved into what i believed to be a convenient location under the msys64/home/(username) directory <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
once you have installed the proper toolchain (make, compiler,...) the<br>
*only* thing you might have to adjust is the location of your<br>
Pd-installation <br></blockquote><div><br></div><div>Pd 64 bit is installed in its usual spot. nothing unusual there.<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
~~~<br>
1. download pd-plaits and unzip it<br>
2. open the MinGW32-shell (for building a 32bit external) resp the<br>
MinGW64-shell (for building a 64bit external)<br>
3. change into the pd-plaits directory<br>
    $ cd pd-plaits-master<br>
4. run make<br>
    $ make<br>
~~~<br>
<br>
this will create a "plts~.dll" for you (the name's the same for both<br>
32bit and 64bit externals; if you want both, you should rename the 64bit<br>
external to "plts~.m_amd64")<br></blockquote><div><br></div><div>yup i have done all of this (the 64 Bit route) and i'm still not getting anywhere. i understand i am a newbie to compiling but i really have tried to follow all the directions correctly. all i can guess is that somehow it's not looking for files in the active directory. the fact that Lucas couldn't compile it either is i think significant and speaks towards a non-standard compiling configuration on the repo. there's an Xcode project file so perhaps he tried pd-lib-builder and then gave up and switched to Xcode to compile it. i will say i ran all of this on my Mac using mingw64/gcc and 'make all' with the Makefile.pdlibbuilder  and it created a whole mess of object (.o) files but also created the .pd_darwin file correctly.<br><br></div><div>i think i'll take Lucas's advice and compile something that should work smoothly in order to verify that the method i've been following is sound.</div><div><br></div><div>best,</div><div>scott<br></div></div></div>