<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;" dir="ltr">
<p></p>
<div>Hi Derek,</div>
<div><br>
</div>
<div>I used your “Makefile” and all objects compiled successfully on w32.</div>
<div><br>
</div>
<div>I put the binaries here:</div>
<div><br>
</div>
<div><a href="http://lucarda.com.ar/x/cyclone.0.3prealpha5_Win32.zip" id="LPlnk132200" previewremoved="true">http://lucarda.com.ar/x/cyclone.0.3prealpha5_Win32.zip</a></div>
<div><br>
</div>
<div>I moved all helps and used abs to the same dir as the objects, also moved there the two 3th party.dlls needed for w32 (libgcc_s_dw2-1.dll and pthreadGC-3.dll)</div>
<div><br>
</div>
<div>Salutti,</div>
<div>Lucarda.</div>
<div><br>
</div>
<div><br>
</div>
<div><br>
</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);">
<div>
<hr style="display:inline-block; width:98%" tabindex="-1">
<div id="x_divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> Derek Kwan <derek.x.kwan@gmail.com><br>
<b>Sent:</b> Tuesday, November 22, 2016 4:57 PM<br>
<b>To:</b> Lucas Cordiviola<br>
<b>Cc:</b> pd-list@lists.iem.at<br>
<b>Subject:</b> Re: [PD] another cyclone0.3 pre-alpha</font>
<div> </div>
</div>
</div>
<font size="2"><span style="font-size:10pt;">
<div class="PlainText"><br>
<br>
> cyclone_src/binaries/signal/play.o:play.c:(.text+0x117): undefined reference to `forky_hasfeeders'<br>
> collect2.exe: error: ld returned 1 exit status<br>
> make: *** [play~.dll] Error 1<br>
> <br>
<br>
On play~:<br>
<br>
I think the issue is that I borked up the Makefile entry and didn't<br>
account for the forky dependency. I fixed that and made a pull to Alex's<br>
repo, but he's about to take a flight back home so you can either wait<br>
for him to get back to merge the pull or use the Makefile here:<br>
<br>
<a href="https://github.com/derekxkwan/pd-cyclone/blob/master/Makefile" id="LPlnk541429" previewremoved="true">https://github.com/derekxkwan/pd-cyclone/blob/master/Makefile</a><br>
<br>
<br>
I basically got rid of play~.class.sources line 374 from the scybuf bit<br>
(the entire line) and added this bit after that scybuf chunk:<br>
<br>
scybufforky := \<br>
shared/unstable/forky.c \<br>
shared/cybuf.c<br>
    play~.class.sources := cyclone_src/binaries/signal/play.c $(scybufforky)<br>
<br>
<br>
Hopefully that works/unborks!<br>
<br>
Derek<br>
<br>
-- <br>
Derek Kwan<br>
<a href="http://www.derekxkwan.com" id="LPlnk824821" previewremoved="true">www.derekxkwan.com</a><br>
<br>
</div>
</span></font></div>
</div>
</body>
</html>