<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
<br><div><div>On Jul 8, 2008, at 8:04 PM, Sergi Lario wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">I get some errors trying to compile pd-extended in a ubuntu hardy amd64.<br><br>I did this steps:<br> <br> 1.- Get pd-extended trunk code via svn<br><br>sll@sll-cube:/home/pd-extended$ svn co <a href="https://pure-data.svn.sourceforge.net/svnroot/pure-data/trunk/" target="_blank">https://pure-data.svn.sourceforge.net/svnroot/pure-data/trunk/</a> ./<br> <br>2.- Get Gem code from<br><br><a href="http://gem.iem.at/" target="_blank">http://gem.iem.at/</a><br><br>and copy the content<br><br>sll@sll-cube:/home/pd-extended$ cp /home/sll/Escriptori/gem-0.91.1.tar.gz ./<br> sll@sll-cube:/home/pd-extended$ tar xzvf gem-0.91.1.tar.gz<br><br>3.- Rename floder to Gem<br><br>sll@sll-cube:/home/pd-extended$ mv gem-0.91.1 Gem<br><br>4.- Compile pd-extended<br><br>sll@sll-cube:/home/pd-extended/packages/linux_make$ sudo make install<br> <br>While I was getting errors I modifyed some code and install libs like this:<br><br>A. add -fPIC to c-flags in gem2pdp<br> B. install libswscale-dev<br>C add -fPIC to miXed for cyclone - sll@sll-cube:/home/pd-extended/externals/miXed$ vim Makefile.common <br><br>After each point I tried to compile another time with make install<br><br>At the moment I get this errors and I don't know how follow with it.<br> <br>/home/pd-extended/externals/iem/hdspm_mixer/hdspmmixer.c:99: avís: unused parameter 'x'<br> install: ha fallat stat() sobre «/home/pd-extended/externals/moocow/extended/build.moo/ext*/*.pd»: No such file or directory<br>install: ha fallat stat() sobre «/home/pd-extended/externals/pmpd/*.pd_linux»: No such file or directory<br> make[2]: [pmpd_install] Error 1 (ignored)<br>install: ha fallat stat() sobre «/home/pd-extended/externals/pidip/*.pd_linux»: No such file or directory<br>make[2]: *** [pidip_install] Error 1<br>make[1]: *** [externals_install] Error 2<br> make: *** [install] Error 2<br><br>(* avís = warning  ,  ha fallat = has failed)<br><br>If somebody knows anything about it, please let me know.</blockquote><div><br></div><div>The "No such file or directory" errors probably mean that those objects failed to build, for whatever reason.  I would start with just "make".  Then you'll see the build errors more easily.  If "make" works, then try "make install".  </div><div><br></div><div>Also, you really shouldn't be building using "sudo" or as root.  It could easily go crazy and mess your system up.</div><div><br></div><div>As for the other changes, it would be good to submit patches of those changes so that they can be included in the various library.  I wouldn't commit them directly, unless you have already talked to the developer whose files they are.</div><div><br></div><div>.hc</div><div><br></div><br><blockquote type="cite"><br><br>Thanks,<br><br>Sergi.<br><br><br><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">_______________________________________________</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><a href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing list</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">UNSUBSCRIBE and account-management -> <a href="http://lists.puredata.info/listinfo/pd-list">http://lists.puredata.info/listinfo/pd-list</a></div> </blockquote></div><br><div> <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; "><br class="Apple-interchange-newline"><div><br></div><div>----------------------------------------------------------------------------</div><div><br></div><div>Computer science is no more related to the computer than astronomy is related to the telescope.      -Edsger Dykstra</div><br class="Apple-interchange-newline"></span> </div><br></body></html>