<br><div class="gmail_quote">On Tue, Mar 11, 2008 at 1:02 PM, Hans-Christoph Steiner &lt;<a href="mailto:hans@eds.org">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 style="">
<div><br></div><div>Hey,</div><div><div style="margin: 0px; min-height: 14px;"><br></div><div style="margin: 0px;"><font style="font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; font-size: 12px; line-height: normal; font-size-adjust: none; font-stretch: normal;" face="Helvetica" size="3">What happens if you just change it so that the x86 target works for both?&nbsp; It seems that the code in the if statements is the same.&nbsp; E.g., change this:</font></div>
<div style="margin: 0px; min-height: 14px;"><br></div><div style="margin: 0px;"><font style="font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; font-size: 12px; line-height: normal; font-size-adjust: none; font-stretch: normal;" face="Helvetica" size="3">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; *86-*-linux*)</font></div>
<div style="margin: 0px; min-height: 14px;"><br></div><div style="margin: 0px;"><font style="font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; font-size: 12px; line-height: normal; font-size-adjust: none; font-stretch: normal;" face="Helvetica" size="3">to this:</font></div>
<div style="margin: 0px; min-height: 14px;"><br></div><div style="margin: 0px;"><font style="font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; font-size: 12px; line-height: normal; font-size-adjust: none; font-stretch: normal;" face="Helvetica" size="3">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; *86*-linux*)</font></div>
<div style="margin: 0px; min-height: 14px;"><br></div><div style="margin: 0px;"><font style="font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; font-size: 12px; line-height: normal; font-size-adjust: none; font-stretch: normal;" face="Helvetica" size="3">Then that should work for both x86 and x86_64.</font></div>
</div></div></blockquote><div><br>
Actually, the code for the targets is not quite the same; I had to add
-fPIC to the compiler options to get it to compile on my 64-bit machine.<br>
&nbsp;&nbsp;&nbsp; Peter<br>
<br><br>&nbsp;</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div style=""><div><div><div></div><div class="Wj3C7c"><div>On Mar 11, 2008, at 3:55 AM, Peter Brinkmann wrote:</div>
<br></div></div><blockquote type="cite"><div><div></div><div class="Wj3C7c"><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>.&nbsp; I&#39;ll attach the modified file.<br>
 <br>By the way, I&#39;m about to embark on a project that&#39;ll probably involve PD and OSC.&nbsp; I&#39;m getting the impression that I should use mrpeach&#39;s net/osc objects rather than OSCx.&nbsp; Is that right?<br>Best,<br>
 <font color="#888888">&nbsp;&nbsp; Peter</font><div><div></div><div><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&#39;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&#39;t know, I have just downloaded pd-extended from svn...&nbsp;</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 &quot;-lpd&quot; 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&#39;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>&nbsp;</div></div><br clear="all"><br>-- <br>* ***************************************************************************************<br>*&nbsp;&nbsp;{^_^} Mysth-R {^_^}<br>*&nbsp;&nbsp;&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>&nbsp;&nbsp;=&gt; Site dédié ŕ l&#39;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>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;ˇ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></div></div><span>&lt;<a href="http://configure.ac" target="_blank">configure.ac</a>&gt;</span><div class="Ih2E3d"><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></div><div>Computer science is no more related to the computer than astronomy is related to the telescope.&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;-Edsger Dykstra</div>
<br></span> </div><br></div></blockquote></div><br>