<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p>I can't keep on this one until perhaps on Sunday.</p>
<p>Of course it can be fixed but is more up to the developers.</p>
<p>If you have time you can test your development environment with something like
<br>
</p>
<p><a href="https://github.com/porres/pd-cyclone">https://github.com/porres/pd-cyclone</a></p>
<p>or</p>
<p><a href="https://github.com/porres/pd-else">https://github.com/porres/pd-else</a></p>
<p>As homework compile this two. They should work.</p>
<p>--<br>
</p>
<pre class="moz-signature" cols="72">Mensaje telepatico asistido por maquinas.</pre>
<div class="moz-cite-prefix">On 7/12/2019 5:32 AM, Scott R. Looney wrote:<br>
</div>
<blockquote type="cite" cite="mid:CAAo07Q3Fjovdg9kKQKnDTJJNjZJxkyPKpZBZ8+VCbqzusgDXdg@mail.gmail.com">
<div dir="ltr">
<div>hi Lucas! just to elaborate, the line that is causing a failure in the build is this one:</div>
<div><br>
</div>
<div>
<table class="gmail-highlight gmail-tab-size
            gmail-js-file-line-container">
<tbody>
<tr>
<td id="gmail-LC31" class="gmail-blob-code
                  gmail-blob-code-inner gmail-js-file-line">
<br>
</td>
</tr>
<tr>
</tr>
</tbody>
</table>
#<span class="gmail-pl-k">include</span> <span class="gmail-pl-s"><span class="gmail-pl-pds">"</span>stmlib/stmlib.h<span class="gmail-pl-pds">"</span></span>
<br>
</div>
<div><br>
</div>
<div>i'm just guessing here, but since the script is located at plaits/dsp/ and /stmlib is literally at the root of the repo then maybe it wants to see the stmlib folder in the plaits/dsp folder? if so couldn't we just point it to the correct path?</div>
<div><br>
</div>
<div>best,</div>
<div>scott<br>
</div>
</div>
<br>
<div class="gmail_quote">
<div dir="ltr" class="gmail_attr">On Fri, Jul 12, 2019 at 12:54 AM Lucas Cordiviola <<a href="mailto:lucarda27@hotmail.com" moz-do-not-send="true">lucarda27@hotmail.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">
<div bgcolor="#FFFFFF">
<p>Hi Scott,</p>
<blockquote type="cite">any tips on where to copy the folder so that the path is clearly given? i'm not 100% sure but i'm reasonably certain all my errors so far are path related.</blockquote>
<br>
<p>I've tried to compile <a href="https://github.com/jnonis/pd-plaits" target="_blank" moz-do-not-send="true">
https://github.com/jnonis/pd-plaits</a> on my working machine but i get this error:</p>
<p>*************************<br>
</p>
<p>In file included from plts~.cpp:10:0:<br>
plaits/dsp/dsp.h:32:10: fatal error: stmlib/stmlib.h: No such file or directory<br>
 #include "stmlib/stmlib.h"</p>
<p>***************************</p>
<p>Can you inform the developers about this error?</p>
<p><br>
</p>
<blockquote type="cite">okay - good. now what i need to do is set PDLIBDIR variable to point to the repo on the drive</blockquote>
Just to be clear "PDLIBDIR=" can be any Directory as this is the output dir.<br>
<blockquote type="cite">i have set my active working directory to this directory and i've tried the following changes to PDLIBDIR adding to 'make all':</blockquote>
<p> On the msys2 shell  use unix "/" path delimiters like:</p>
<p>    make all PDLIBDIR=../pd-plaits-master</p>
<p><br>
</p>
:)<br>
<p><br>
</p>
<pre class="gmail-m_6727900379990700259moz-signature" cols="72">Mensaje telepatico asistido por maquinas.</pre>
<div class="gmail-m_6727900379990700259moz-cite-prefix">On 7/12/2019 4:15 AM, Scott R. Looney wrote:<br>
</div>
<blockquote type="cite">
<div dir="ltr">
<div>okay - good. now what i need to do is set PDLIBDIR variable to point to the repo on the drive. what's tripping me up is the variance of forward and back slashes in filepaths in msys/mingw64. for example i put the source files in my home directory of msys64,
 so using only Windows filepaths it's C:\msys64\home\scottlooney\pd-plaits-master.</div>
<div><br>
</div>
<div>i have set my active working directory to this directory and i've tried the following changes to PDLIBDIR adding to 'make all':</div>
<div><br>
</div>
<div>make all PDLIBDIR=../pd-plaits-master</div>
<div>make all PDLIBDIR=C:\msys64\home\scottlooney\pd-plaits-master</div>
<div><br>
</div>
<div>both of these fail. the latter prints the path as one runon string and ignores the slashes. the former seemingly indicates the path correctly but still fails.</div>
<div><br>
</div>
<div>any tips on where to copy the folder so that the path is clearly given? i'm not 100% sure but i'm reasonably certain all my errors so far are path related.</div>
<div><br>
</div>
<div>best,</div>
<div>scott<br>
</div>
</div>
<br>
<div class="gmail_quote">
<div dir="ltr" class="gmail_attr">On Fri, Jul 12, 2019 at 12:02 AM IOhannes m zmölnig <<a href="mailto:zmoelnig@iem.at" target="_blank" moz-do-not-send="true">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">
Am 12. Juli 2019 06:34:04 MESZ schrieb "Scott R. Looney" <<a href="mailto:scottrlooney@gmail.com" target="_blank" moz-do-not-send="true">scottrlooney@gmail.com</a>>:<br>
>okay, one last question. since this is an external and the directions<br>
>are<br>
>for compiling PD itself from source do i absolutely need to have Tcl/tk<br>
>included in an external object build? i'm not using any custom graphics<br>
>on<br>
>it or anything. was also wondering about the necessity of ASIO as well<br>
<br>
<br>
indeed. iirc the relevant info in thedocs you were pointed to was only about the *packages*  you need to install using `pacman`. all the rest is irrelevant (tcl/tk, asiosdk; autogen/configure;...)<br>
<br>
mfg.fudy.fhd<br>
IOhannes<br>
<br>
-- <br>
sent from my pdp-12<br>
<br>
<br>
_______________________________________________<br>
<a href="mailto:Pd-list@lists.iem.at" target="_blank" moz-do-not-send="true">Pd-list@lists.iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -> <a href="https://lists.puredata.info/listinfo/pd-list" rel="noreferrer" target="_blank" moz-do-not-send="true">
https://lists.puredata.info/listinfo/pd-list</a><br>
</blockquote>
</div>
<br>
<fieldset class="gmail-m_6727900379990700259mimeAttachmentHeader"></fieldset>
<pre class="gmail-m_6727900379990700259moz-quote-pre">_______________________________________________
<a class="gmail-m_6727900379990700259moz-txt-link-abbreviated" href="mailto:Pd-list@lists.iem.at" target="_blank" moz-do-not-send="true">Pd-list@lists.iem.at</a> mailing list
UNSUBSCRIBE and account-management -> <a class="gmail-m_6727900379990700259moz-txt-link-freetext" href="https://lists.puredata.info/listinfo/pd-list" target="_blank" moz-do-not-send="true">https://lists.puredata.info/listinfo/pd-list</a>
</pre>
</blockquote>
</div>
</blockquote>
</div>
</blockquote>
</body>
</html>