<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi Hans,<div><br class="webkit-block-placeholder"></div><div>Yes, this works now. &nbsp;Thanks a bunch for the tip, pd-extended full speed ahead!</div><div><br class="webkit-block-placeholder"></div><div>Cheers</div><div>~brandon</div><div><br class="webkit-block-placeholder"></div><div><br><div><div>On Feb 20, 2008, at 10:26 PM, Hans-Christoph Steiner wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "> <div><br class="webkit-block-placeholder"></div><div>The problem is that they changed the name of the Jack framework in Jack OSX 0.75. &nbsp;I think it should use Jackmp.framework now. &nbsp;To make that happen, try changing pd/src/configure.in. &nbsp;Change this:</div><div><br class="webkit-block-placeholder"></div><div><div>&nbsp;&nbsp; &nbsp;if test x$jack = "xyes";</div><div>&nbsp;&nbsp; &nbsp;then</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;LDFLAGS=$LDFLAGS" -weak_framework Jack"</div><div>&nbsp;&nbsp; &nbsp;fi</div><div>&nbsp;&nbsp; &nbsp;if test x$jack = "xrun";</div><div>&nbsp;&nbsp; &nbsp;then</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;LDFLAGS=$LDFLAGS" -weak_framework Jack"</div><div>&nbsp;&nbsp; &nbsp;fi</div><div><br class="webkit-block-placeholder"></div><div><br class="webkit-block-placeholder"></div><div>to be this:</div><div><br class="webkit-block-placeholder"></div><div><div>&nbsp;&nbsp; &nbsp;if test x$jack = "xyes";</div><div>&nbsp;&nbsp; &nbsp;then</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;LDFLAGS=$LDFLAGS" -weak_framework Jack<b>mp</b>"</div><div>&nbsp;&nbsp; &nbsp;fi</div><div>&nbsp;&nbsp; &nbsp;if test x$jack = "xrun";</div><div>&nbsp;&nbsp; &nbsp;then</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;LDFLAGS=$LDFLAGS" -weak_framework Jack<b>mp</b>"</div><div>&nbsp;&nbsp; &nbsp;fi</div></div></div><div><br></div><div>.hc</div><br><div><div>On Feb 17, 2008, at 9:58 PM, brandon zeeb wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Hi Hans,</div><div><br></div><div>No dice, I've already tried that.&nbsp; I've tried using the JackOSX and Fink Jack packages, and I get the same error.</div><div><br></div><div>Here is what I see before it crokes.</div><div><br></div><div>mayer.o d_fftroutine.o&nbsp; -ldl -lm -lpthread</div><div>ld: framework not found Jack</div><div>collect2: ld returned 1 exit status</div><div>make[2]: *** [../bin/pd] Error 1</div><div>make[1]: *** [pd_install] Error 2</div><div>make: *** [darwin_app_core] Error 2</div><div>prob:darwin_app bz$</div><div><br></div><div><br></div><div>Thanks,</div><div>~Brandon</div><div><br></div><div><br></div><div>On Feb 17, 2008, at 1:24 PM, Hans-Christoph Steiner wrote:</div><div><br></div> <blockquote type="cite"><div><br></div><div>You need to use the Mac OS X Framework for Jack rather than a dylib.&nbsp; Just install the complete package from here:</div><div><br></div><div><a href="http://www.jackosx.com">http://www.jackosx.com</a>/</div><div><br></div><div>.hc</div><div><br></div><div><br></div><div>On Feb 16, 2008, at 3:28 PM, bsoisoi wrote:</div><div><br></div> <blockquote type="cite"><div>Hey guys,</div><div><br></div><div>Okay, I have a legit fink environment now with all Pd-extended</div><div>dependencies.&nbsp; There is a bug in the 0.28.0 release which prevented me</div><div>from installing Jack (something having to do w/ a virtual</div><div>dependency)... i cleared it out and installed Jack first, the rest</div><div>fell into place easily.</div><div><br></div><div>Only 2 issues remain.&nbsp; I can build Miller's vanilla PD without Jack</div><div>support, the most current Jack from fink is installed on my system, in</div><div>addition to tcl/tk 8.5.1.</div><div>1. The configure script is unable to find Jack in my fink installation</div><div>2. When built w/o Jack, the build is unable to find -ltcl8.5, and</div><div>tries to build against 8.4 (which I don't have) but succeeds.&nbsp; When Pd</div><div>is executed, it crashes trying to run Wish.app version 8.4 (which I</div><div>don't have).</div><div><br></div><div>Besides those two issues, all looks good.&nbsp; If anyone is able to help</div><div>me out w/ this, I'd greatly appreciate it.</div><div><br></div><div>Peace,</div><div>~Brandon</div><div><br></div><div>ps: lets move this discussion over to Pd-Dev</div><div><br></div><div><br></div><div>On Feb 15, 2008, at 6:06 PM, David Plans Casal wrote:</div><div><br></div> <blockquote type="cite"><div><br></div><div>On 15 Feb 2008, at 20:12, brandon zeeb wrote:</div><div><br></div> <blockquote type="cite"><div>I'm using that, actually, and flac from darwinports.&nbsp; At this point,</div><div>the builds fail at g_canvas.c... I can't even get Millers Pd to build</div><div>yet.</div><div><br></div><div>By the way, how does one get Miller's Pd packaged into a application</div><div>bundle?</div> </blockquote><div><br></div><div>use packages/darwin_app, look at the Makefile, customise for your</div><div>setup (pd path, etc)</div><div><br></div><div>david</div><div><br></div> <blockquote type="cite"><div>~Brandon</div><div><br></div><div><br></div><div>On Feb 15, 2008, at 2:39 PM, Hans-Christoph Steiner wrote:</div><div><br></div> <blockquote type="cite"><div><br></div><div>Well, one thing that should make it easier is that Pd-extended uses</div><div>jackosx.com's package rather than the fink package.&nbsp; It's already</div><div>built for 10.5.&nbsp; Ultimately, it would be good to switch to the Fink</div><div>version since it would then be automatically included into the Pd-</div><div>extended.app, but that can come later.</div><div><br></div><div>.hc</div><div><br></div><div>On Feb 15, 2008, at 11:05 AM, bsoisoi wrote:</div><div><br></div> <blockquote type="cite"><div>Hi David,</div><div><br></div><div>Have you had any success installing all of pd-extended's</div><div>dependencies?&nbsp; It appears a bug in Fink is preventing me from</div><div>installing Jack and Flac.&nbsp; Let me know of your progress, we should</div><div>collaborate and hopefully get this done quicker.</div><div><br></div><div>Peace,</div><div>~Brandon</div><div><br></div><div><br></div><div>On Feb 15, 2008, at 10:11 AM, David Plans Casal wrote:</div><div><br></div> <blockquote type="cite"><div>ah, nevermind</div><div><br></div><div>;-)</div><div><br></div><div>d</div><div><br></div><div>On 15 Feb 2008, at 13:06, bsoisoi wrote:</div><div><br></div> <blockquote type="cite"><div>Hi Guys,</div><div><br></div><div>I'll have the Pd-extended intel builds back online within the</div><div>next</div><div>week or so, assuming the few remaining dependencies can be built</div><div>appropriately for 10.5 (flac and jack).&nbsp; &nbsp; I too am really</div><div>looking</div><div>forward to having the intel builds back as well. Frankly, this</div><div>box is</div><div>practically brand new, we can use this box until it croaks.&nbsp; It</div><div>is</div><div>not</div><div>being used for anything else at the moment.</div><div><br></div><div>Cheers,</div><div>~Brandon</div><div>On Feb 14, 2008, at 7:05 PM, Hans-Christoph Steiner wrote:</div><div><br></div> <blockquote type="cite"><div><br></div><div>No, there is no Intel Mac any more.&nbsp; The one that was being used</div><div>got</div><div>repurposed.&nbsp; bsoisoi is working on getting a 10.5/Leopard box</div><div>running</div><div>to host nightly builds.</div><div><br></div><div>.hc</div><div><br></div><div>On Feb 14, 2008, at 6:52 PM, marius schebella wrote:</div><div><br></div> <blockquote type="cite"><div>great, did you set up the intel mac, too?</div><div>marius.</div><div><br></div><div>Hans-Christoph Steiner wrote:</div> <blockquote type="cite"><div>I switching the autobuilds to slurp from SVN.&nbsp; Let's hope</div><div>things</div><div>run&nbsp; smoothly tonight, then we'll have up-to-date nightly</div><div>builds</div><div>again.</div><div>Also, I ran updates on all of the GNU/Linux boxes.</div><div>.hc</div><div>---------------------------------------------------------------------</div><div>--- ----</div><div>"[W]e have invented the technology to eliminate scarcity, but</div><div>we</div><div>are&nbsp; deliberately throwing it away to benefit those who profit</div><div>from&nbsp; scarcity."&nbsp; &nbsp; &nbsp; &nbsp; -John Gilmore</div><div>_______________________________________________</div><div><a href="mailto:PD-list@iem.at">PD-list@iem.at</a> mailing list</div><div>UNSUBSCRIBE and account-management -&gt; http://</div><div>lists.puredata.info/</div><div>listinfo/pd-list</div> </blockquote></blockquote><div><br></div><div><br></div><div><br></div><div>------------------------------------------------------------------------</div><div>----</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ˇEl pueblo unido jamás será vencido!</div><div><br></div><div><br></div><div><br></div><div>_______________________________________________</div><div><a href="mailto:PD-list@iem.at">PD-list@iem.at</a> mailing list</div><div>UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd-list">http://lists.puredata.info/listinfo/pd-list</a></div> </blockquote><div><br></div><div><br></div><div>_______________________________________________</div><div><a href="mailto:PD-list@iem.at">PD-list@iem.at</a> mailing list</div><div>UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd-list">http://lists.puredata.info/listinfo/pd-list</a></div> </blockquote><div><br></div><div><br></div><div>_______________________________________________</div><div><a href="mailto:PD-list@iem.at">PD-list@iem.at</a> mailing list</div><div>UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd-list">http://lists.puredata.info/listinfo/pd-list</a></div> </blockquote><div><br></div><div><br></div><div>_______________________________________________</div><div><a href="mailto:PD-list@iem.at">PD-list@iem.at</a> mailing list</div><div>UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd-list">http://lists.puredata.info/listinfo/pd-list</a></div> </blockquote><div><br></div><div><br></div><div><br></div><div>----------------------------------------------------------------------------</div><div><br></div><div>Looking at things from a more basic level, you can come up with a</div><div>more direct solution... It may sound small in theory, but it in</div><div>practice, it can change entire economies. &nbsp; &nbsp; - Amy Smith</div><div><br></div><div><br></div> </blockquote><div><br></div><div><br></div><div>_______________________________________________</div><div><a href="mailto:PD-list@iem.at">PD-list@iem.at</a> mailing list</div><div>UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd-list">http://lists.puredata.info/listinfo/pd-list</a></div> </blockquote><div><br></div><div><br></div><div>_______________________________________________</div><div><a href="mailto:PD-list@iem.at">PD-list@iem.at</a> mailing list</div><div>UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd-list">http://lists.puredata.info/listinfo/pd-list</a></div> </blockquote><div><br></div><div><br></div><div>_______________________________________________</div><div>PD-dev mailing list</div><div><a href="mailto:PD-dev@iem.at">PD-dev@iem.at</a></div><div><a href="http://lists.puredata.info/listinfo/pd-dev">http://lists.puredata.info/listinfo/pd-dev</a></div> </blockquote><div><br></div><div><br></div><div><br></div><div>----------------------------------------------------------------------------</div><div><br></div><div>Terrorism is not an enemy.&nbsp; It cannot be defeated.&nbsp; It's a tactic.&nbsp; It's about as sensible to say we declare war on night attacks and expect we're going to win that war.&nbsp; We're not going to win the war on terrorism.&nbsp; &nbsp; &nbsp; &nbsp; - retired U.S. Army general, William Odom</div><div><br></div><div><br></div> </blockquote></blockquote></div><br><div> <br class="Apple-interchange-newline"><div><br></div><div>----------------------------------------------------------------------------<br></div><div><br class="khtml-block-placeholder"></div><div>Man has survived hitherto because he was too ignorant to know how to realize his wishes.&nbsp;&nbsp;Now that he can realize them, he must either change them, or perish. &nbsp; &nbsp;-William Carlos Williams</div><br class="Apple-interchange-newline"> </div><br></div></blockquote></div><br></div></body></html>