<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif;">
<blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;">
<p></p>
<div><span style="font-family: verdana, sans-serif; font-size: 16px;"><i><span style="font-size: 12pt;">>One thing that's confusing in compiling is which m_pd.h to >use. It looks like your pd-lib-builder found m_pd.h from >Pd extended</span></i></span></div>
<p></p>
</blockquote>
<p></p>
<div><i></i></div>
<div><br>
</div>
<div><br>
</div>
<div>I`m not sure.</div>
<div><br>
</div>
<div>I compiled with this dir struct:</div>
<div><br>
</div>
<div>blah/downloads/pd <sup>1</sup></div>
<div><span style="font-size: 12pt;">blah/downloads/pd-cyclone-master</span></div>
<div><br>
</div>
<div><br>
</div>
<div>I think that's the priority in pd-lib-builder/Makefile.pdlibbuilder BUT is true that I have “extended” installed.</div>
<div><br>
</div>
<div>Right?</div>
<div><br>
</div>
<div>Or I uninstall “extended”?</div>
<div><br>
</div>
<div><sup>1</sup>  0.47.1</div>
<br>
<p></p>
<p><br>
</p>
<div id="Signature"><font face="Courier New, Courier, Monospace" size="2">Mensaje telepatico asistido por maquinas.</font>
</div>
<br>
<br>
<div style="color: rgb(0, 0, 0);">
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> Matt Barber <brbrofsvl@gmail.com><br>
<b>Sent:</b> Monday, October 3, 2016 7:52 PM<br>
<b>To:</b> Alexandre Torres Porres<br>
<b>Cc:</b> Lucas Cordiviola; pd-list@lists.iem.at<br>
<b>Subject:</b> Re: [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2)</font>
<div> </div>
</div>
<div>
<div dir="ltr">
<div class="gmail_default" style="font-family:verdana,sans-serif">A lot of them just drop the relevant m_pd.h into the project itself, which is certainly doable.</div>
</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Mon, Oct 3, 2016 at 3:47 PM, Alexandre Torres Porres <span dir="ltr">
<<a href="mailto:porres@gmail.com" target="_blank">porres@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex; border-left:1px #ccc solid; padding-left:1ex">
<div dir="ltr">i mean, fix in the makefile, apparently there's a way to specify a subfolder with the pd source into our project</div>
<div class="HOEnZb">
<div class="h5">
<div class="gmail_extra"><br>
<div class="gmail_quote">2016-10-03 16:45 GMT-03:00 Alexandre Torres Porres <span dir="ltr">
<<a href="mailto:porres@gmail.com" target="_blank">porres@gmail.com</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex; border-left:1px #ccc solid; padding-left:1ex">
<div dir="ltr">yeah, we gotta fix that in pd-lib-builder ourselves, and provide the pd source from vanilla for it to check in a subfolder, that's the safest thing to do, so lets jump to that ;)
<div><br>
</div>
<div>thanks</div>
</div>
<div class="m_-878540063386069691HOEnZb">
<div class="m_-878540063386069691h5">
<div class="gmail_extra"><br>
<div class="gmail_quote">2016-10-03 16:26 GMT-03:00 Matt Barber <span dir="ltr"><<a href="mailto:brbrofsvl@gmail.com" target="_blank">brbrofsvl@gmail.com</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex; border-left:1px #ccc solid; padding-left:1ex">
<div dir="ltr">
<div class="gmail_default" style="font-family:verdana,sans-serif">Thanks, Lucas. There are some useful things here, and I see a few things to fix, especially with implicit casting.</div>
<div class="gmail_default" style="font-family:verdana,sans-serif"><br>
</div>
<div class="gmail_default" style="font-family:verdana,sans-serif">One thing that's confusing in compiling is which m_pd.h to use. It looks like your pd-lib-builder found m_pd.h from Pd extended, which may break things in cases where we're using the updated
 one from newer vanillas. If you have vanilla installed, there's a way to fix it by changing the code in pd-lib-builder/Makefile.pdlibb<wbr>uilder, lines 562-567:</div>
<div class="gmail_default" style="font-family:verdana,sans-serif">Here's the current:</div>
<div class="gmail_default" style="font-family:verdana,sans-serif"><br>
</div>
<div class="gmail_default" style="font-family:verdana,sans-serif">
<div class="gmail_default">  ifndef pdincludepath</div>
<div class="gmail_default">    pdincludepath := $(shell ls -d "$(PROGRAMFILES)/pd/include/pd<wbr>extended")</div>
<div class="gmail_default">  endif</div>
<div class="gmail_default">  ifndef pdincludepath</div>
<div class="gmail_default">    pdincludepath := $(shell ls -d "$(PROGRAMFILES)/pd/src")</div>
<div class="gmail_default">  endif</div>
</div>
<div class="gmail_default" style="font-family:verdana,sans-serif"><br>
</div>
<div class="gmail_default" style="font-family:verdana,sans-serif">I think you can just comment out the first three lines, or move them below the next three.</div>
<div class="gmail_default" style="font-family:verdana,sans-serif"><br>
</div>
<div class="gmail_default" style="font-family:verdana,sans-serif">Much appreciated.</div>
<div class="gmail_default" style="font-family:verdana,sans-serif"><br>
</div>
<div class="gmail_default" style="font-family:verdana,sans-serif">Matt</div>
</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">
<div>
<div class="m_-878540063386069691m_-657345099889775424h5"><br>
</div>
</div>
</div>
</div>
</blockquote>
</div>
</div>
</div>
</div>
</blockquote>
</div>
</div>
</div>
</div>
</blockquote>
</div>
</div>
</div>
</div>
</div>
</body>
</html>