<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Dec 18, 2011, at 1:04 PM, rolf meesters wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><br><br><div class="gmail_quote">On Sun, Dec 18, 2011 at 3:15 AM, Hans-Christoph Steiner <span dir="ltr">&lt;<a href="mailto:hans@at.or.at" target="_blank">hans@at.or.at</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div style="word-wrap:break-word"><div><div></div><div><br><div><div>On Dec 17, 2011, at 9:01 AM, rolf meesters wrote:</div><br><blockquote type="cite"><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">


i think, all externals in PdX are compiled with "-march=pentium4 -msse2<br>
-mfpmath=sse" (for whatever reasons, Pd itself seems to not be compiled<br>
with p4/sse2 support), which will most likely produce code that is<br>
non-executable on your machine.<br>
<br>
that the machine used for building is a P3, doesn't matter much, as it<br>
need not run the code...think of it as "cross compiling" for a newer<br>
architecture.<br>
<br>
<br>
<br>
fgasdr<br>
IOhannes<br>
<br></blockquote></div>so with my 15 P3-s i'm obliged to stay with PdX-0.42.5 ?<br>or is it connected with Windows-XP and not with Linux&nbsp; (i'm using Ubuntu) ?<br></blockquote></div><div><br></div></div></div>If you are using Ubuntu on those PIIIs, then its quite easy to build it yourself, just change the OPT_CFLAGS in packages/linux_make/Makefile to be for pentium3 instead of pentium4 and remove the sse2 stuff.<div>

<br></div><div><a href="http://puredata.info/docs/developer/BuildingPdExtended" target="_blank">http://puredata.info/docs/developer/BuildingPdExtended</a></div><div><br></div><div>.hc<br><div>
<span style="font-size:12px"><br></span><br></div></div></div></blockquote><div>not that easy! after reading the pages about building and sources:<br><br>fullfilled dependencies following <a href="http://puredata.info/docs/developer/UbuntuMaverick" target="_blank">http://puredata.info/docs/developer/UbuntuMaverick</a><br>

i'm on Lucid, but no errors reported here.<br><br>got sources:<br>rsync -av --delete rsync://<a href="http://128.238.56.50/distros/pd-extended/" target="_blank">128.238.56.50/distros/pd-extended/</a> pd-extended-farm/<br>
<br>in directory linux_make: make install<br>
(i386 seems to be the default)<br><br>lots of warnings/errors:&nbsp;&nbsp; (complete error output attached)<br>mainly of this type<br>.....grh/adaptive/src/lms2~.c: In function ‘lms2_tilde_new’:<br>.....grh/adaptive/src/lms2~.c:246: warning: unused parameter ‘s’<br>

many of them in iemlib<br><br>and at the end of the process pdlua.c seems completely amiss.<br><br>where did i go wrong?<br>something important changed between Lucid and Maverick?<br><br>for my understanding: the version for Windows has to be compiled in Windows<br>
(using mingw)?<br><br>rolf<br></div></div></blockquote><br></div><div>Yeah, its true, not so easy if you're not a C developer. &nbsp;But not too hard. &nbsp;Just look for the lines that have "error:" in them, those are the ones that matter. &nbsp;The lines with "warning:" you can ignore. &nbsp;So from your build log:</div><div><br></div><div><div>/home/rolfm/pd-extended-farm/externals/iem/iem_tab/src/tab_sum.c:100: warning: unused parameter ‘s’</div><div>pdlua.c:45:17: error: lua.h: No such file or directory</div><div>pdlua.c:46:21: error: lauxlib.h: No such file or directory</div><div>pdlua.c:47:20: error: lualib.h: No such file or directory</div><div>pdlua.c:86: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token</div><div><br></div><div>You can see that its missing the lua packages. &nbsp;I think you'll find the Debian page is the most up-to-date on which packages you need to install. &nbsp;The one you'll need is something like "lua-dev".</div><div><br></div><div>.hc</div></div><div>
<span class="Apple-style-span" style="font-size: 12px; "><br class="Apple-interchange-newline"></span><span class="Apple-style-span" style="font-size: 12px; "><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><div><br style="font-family: Tahoma; "></div><div>----------------------------------------------------------------------------</div><div><br style="font-family: Tahoma; "></div><div>There is no way to peace, peace is the way. &nbsp; &nbsp;&nbsp; &nbsp;-A.J. Muste</div><br class="Apple-interchange-newline"></span></span>
</div>
<br></body></html>