<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; "><BR><DIV><DIV>On Apr 1, 2006, at 11:38 AM, Adrien Mondot wrote:</DIV><BR class="Apple-interchange-newline"><BLOCKQUOTE type="cite">Hello,<DIV><BR class="khtml-block-placeholder"></DIV><DIV>I'm still fighting with pd to make it compile on a brand new intel-mac...</DIV><DIV>I tried to use Hans's Darwin_app packages, and after some tweak and dirty hacks (no portaudio, no portmidi no ogg, no jack, and no loader), I managed to have a pd.app bundle. The problem is that it don't manage to load the external although they are in the good place and just fresh compiled. As I don't really know the source tree of the pd packages and how it works, it is pretty hard to understand why... One of the obvious solution would be that disabling the loader in the external prevent pd from load any external ?</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>But the loader don't compile, I have this error :</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>/Users/Adrien/SourcesProg/packages/darwin_app/../../externals/loaders/import.c:27: error: too few arguments to function 'sys_load_lib'</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>the line 27 of import.c is : </DIV><DIV>    if (!sys_load_lib(sys_libdir-&gt;s_name, libname))</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>One of the other problem is that althought I'm compiling everything, the bundle is still in ppc (but almost everything inside is i386 except the Pd-0.39/Contents/MacOS/pd-0.39), and I don't understant how to force to make it intel native.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Help please....</DIV></BLOCKQUOTE><DIV><BR class="khtml-block-placeholder"></DIV><DIV>With Pd-extended, you need to apply all of the patches first before compiling.  That above error is caused by the lack of the libdir patch.  You do that by: "cd packages/ &amp;&amp; make patch_pd".  Right now that expects 0.39.2 and probably won't work with other versions.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Pd-extended is indeed very complicated.  Hopefully we can simplify things by unifying build systems.  Also, docs always help.  I find it very useful to document whenever I am trying something new.  Anything you can add to this wiki page would be helpful.  </DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><A href="https://puredata.org/docs/developer/MacOSXApp">https://puredata.org/docs/developer/MacOSXApp</A></DIV><DIV><BR class="khtml-block-placeholder"></DIV><BR><BLOCKQUOTE type="cite"><DIV><DIV><DIV>Le 31 mars 06 à 03:29, Hans-Christoph Steiner a écrit :</DIV><BLOCKQUOTE type="cite"><DIV style=""><BR class="khtml-block-placeholder"></DIV><DIV style="">Is there anyway to stream out RTSP from Gem in a similar way?</DIV><DIV style=""><BR class="khtml-block-placeholder"></DIV></BLOCKQUOTE></DIV><DIV>Well I believe it should be possible with some quicktime-code, maybe it would be more interresting to wait for the next release of the quicktime API wich should be really more clean than the actual one. However there is sample code on <A href="http://developer.apple.com/samplecode/QuickTime/idxGraphicsImaging-date.html">http://developer.apple.com/samplecode/QuickTime/idxGraphicsImaging-date.html</A> that allow to output the video buffer <I>via </I>the firewire port.</DIV></DIV></BLOCKQUOTE><BR></DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>So there is no existing way to stream out RTSP from Pd right now?  I know about [pdp_theorice], but RTSP would be nice to have also.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>.hc</DIV><BR><DIV> <P style="margin: 0.0px 0.0px 0.0px 0.0px; min-height: 14.0px"><BR></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Helvetica" size="3" style="font: 12.0px Helvetica">____________________________________________________________________________</FONT></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; min-height: 14.0px"><BR></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Helvetica" size="3" style="font: 12.0px Helvetica"><SPAN class="Apple-converted-space"> </SPAN>As we enjoy great advantages from inventions of others, we should be glad of an opportunity to serve others by any invention of ours; and this we should do freely and generously.</FONT></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Helvetica" size="3" style="font: 12.0px Helvetica"><SPAN class="Apple-converted-space">                                                  </SPAN>- Benjamin Franklin</FONT></P>  </DIV><BR></BODY></HTML>