<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
<div><br class="webkit-block-placeholder"></div><div>Hey,</div><div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; min-height: 14px; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" style="font: 12.0px Helvetica">What happens if you just change it so that the x86 target works for both?  It seems that the code in the if statements is the same.  E.g., change this:</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; min-height: 14px; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" style="font: 12.0px Helvetica">         *86-*-linux*)</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; min-height: 14px; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" style="font: 12.0px Helvetica">to this:</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; min-height: 14px; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" style="font: 12.0px Helvetica">         *86*-linux*)</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; min-height: 14px; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" style="font: 12.0px Helvetica">Then that should work for both x86 and x86_64.</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><br class="webkit-block-placeholder"></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">.hc</div></div><br><div><div>On Mar 11, 2008, at 3:55 AM, Peter Brinkmann wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><br><div class="gmail_quote"><br><br>Hi all,<br>I recently managed to compile OSCx on my 64-bit machine (FC6 with Planet CCRMA) by adding the appropriate compiler options to <a href="http://configure.ac" target="_blank">configure.ac</a>.  I'll attach the modified file.<br> <br>By the way, I'm about to embark on a project that'll probably involve PD and OSC.  I'm getting the impression that I should use mrpeach's net/osc objects rather than OSCx.  Is that right?<br>Best,<br> <font color="#888888">   Peter</font><div><div></div><div class="Wj3C7c"><br> <br><br><div class="gmail_quote">On Sun, Mar 9, 2008 at 6:21 PM, Hans-Christoph Steiner &lt;<a href="mailto:hans@eds.org" target="_blank">hans@eds.org</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> <div> <div><br></div><div>If you get this working it would be great if you can submit a patch to the tracker:</div><div><br></div><div><a href="http://sourceforge.net/tracker/?group_id=55736&amp;atid=478072" target="_blank">http://sourceforge.net/tracker/?group_id=55736&amp;atid=478072</a></div> <div><br></div><div>Or at the very least a bug report:</div><div><br></div><div><a href="http://sourceforge.net/tracker/?group_id=55736&amp;atid=478072" target="_blank">http://sourceforge.net/tracker/?group_id=55736&amp;atid=478072</a></div> <div><br></div><div>.hc</div><br><div><div><div></div><div><div>On Mar 9, 2008, at 4:47 PM, Mysth-R wrote:</div><br></div></div><blockquote type="cite"><div><div></div><div><br><br><div><span class="gmail_quote">2008/3/9, IOhannes m zmölnig &lt;<a href="mailto:zmoelnig@iem.at" target="_blank">zmoelnig@iem.at</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">  hi<br> <br><br> Mysth-R wrote:<br> &gt; Hi,<br> &gt; I've got some difficulties trying to compile pd-extended on my 64 bits<br> &gt; gentoo.<br> &gt; I have downloaded latest pd from the svn and use the latest pd official<br>  &gt; release (0.41-2<br> &gt; <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> &gt;<br> &gt; here is my error message :<br>  &gt;<br> [...]<br> <br> <br>&gt; make[4]: entrant dans le répertoire «<br> &gt; /home/mysthr2/logiciels/musique/pure-data/externals/OSCx/src »<br> <br>&gt; cc -Wl,-export_dynamic -shared -o sendOSC.pd_linux sendOSC.o htmsocket.o<br>  &gt; OSC-system-dependent.o -L../../../pd/bin -lpd -lc -lm ../libOSC/libOSC.a<br> &gt; /usr/lib/gcc/x86_64-pc-linux-gnu/4.2.3/../../../../x86_64-pc-linux-gnu/bin/ld:<br> &gt; cannot find -lpd<br> <br> <br>for whatever reasons you are trying to link against libpd which does not<br>  exist.</blockquote><div><br>Well, I don't know, I have just downloaded pd-extended from svn... </div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">  try removing the "-lpd" from the makefile.</blockquote><div><br>yes thank you it works.<br><br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">  &gt;<br> &gt; Does Pd-extended is compatible with 64 bits arch ?<br> &gt; Do I missed something ?<br> <br> <br>i don't know, but this is not the problem here....<br> <br> <br> btw, i would suggest to remove OSCx from pd-extended and replace it by<br>  some abstractions based on osc/net (i have them lying around somewhere)</blockquote><div><br>Ok but at this moment I have some patch working with OSCx so, I would like to make it work. But yes perhaps I should use another one.<br>  <br>Thank you for the help :)<br> </div></div><br clear="all"><br>-- <br>* ***************************************************************************************<br>*  {^_^} Mysth-R {^_^}<br>*  &lt;= Aide Auditive =&gt;<br>  *<br>* <a href="http://myspace.com/mysthr" target="_blank">http://myspace.com/mysthr</a><br>* <a href="http://myspace.com/aideauditive" target="_blank">http://myspace.com/aideauditive</a><br>* <a href="http://mysthr.free.fr/Joomla" target="_blank">http://mysthr.free.fr/Joomla</a>  =&gt; Site dédié ŕ l'audio sous Fedora/PlanetCCRMA.<br>  * *************************************************************************************** </div></div><div><div style="margin: 0px;">_______________________________________________</div><div style="margin: 0px;"> PD-dev mailing list</div><div style="margin: 0px;"><a href="mailto:PD-dev@iem.at" target="_blank">PD-dev@iem.at</a></div><div style="margin: 0px;"><a href="http://lists.puredata.info/listinfo/pd-dev" target="_blank">http://lists.puredata.info/listinfo/pd-dev</a></div>  </div></blockquote></div><br><div> <span style="border-collapse: separate; border-spacing: 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-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;"><br> <div><br></div><div>----------------------------------------------------------------------------</div><div><br style="font-family: Tahoma;"></div><div>                  ˇEl pueblo unido jamás será vencido!</div><br></span> </div> <br></div><br>_______________________________________________<br> PD-dev mailing list<br> <a href="mailto:PD-dev@iem.at" target="_blank">PD-dev@iem.at</a><br> <a href="http://lists.puredata.info/listinfo/pd-dev" target="_blank">http://lists.puredata.info/listinfo/pd-dev</a><br> <br></blockquote></div><br> </div></div></div><br><span>&lt;configure.ac&gt;</span><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; ">PD-dev mailing list</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><a href="mailto:PD-dev@iem.at">PD-dev@iem.at</a></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><a href="http://lists.puredata.info/listinfo/pd-dev">http://lists.puredata.info/listinfo/pd-dev</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>