<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><br></div><div>Try the 0.43/pd-gui-rewrite branch, with the new autotools build system. &nbsp;I think it should build properly on Mac OS X 64-bit:</div><div><br></div><div><a href="http://puredata.info/dev/PdGuiRewrite">http://puredata.info/dev/PdGuiRewrite</a></div><div><br></div><div>If not, report problems here and I try to fix them and commit them.</div><div><br></div><div>.hc</div><br><div><div>On Dec 27, 2009, at 10:25 AM, Rich E wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">On I go.&nbsp; <br><br>Loading /usr/bin/wish turns out to be 64bit, but running pd from Miller's pre-built app (or Pd-extended pre-built) creates a 32bit version.&nbsp; When compiling from source, I am making libPdTcl.dylib 32bit, but wish's 'load' function thinks this is the wrong architecture - I think then that wish needs to be run as 32bit, but I can't figure out how to do this or how the pre-built app is doing this.&nbsp; I can't find any doc's on that load function, either (line 67 of <a href="http://pd.tk">pd.tk</a>).&nbsp; <br> <br>I'm just shooting in the dark here, trying to conjure up some advice.&nbsp; I need to get pd compiled from source to work on an external.&nbsp; <br><br>Rich<br><br><div class="gmail_quote">On Sat, Dec 26, 2009 at 12:29 AM, Rich E <span dir="ltr">&lt;<a href="mailto:reakinator@gmail.com">reakinator@gmail.com</a>&gt;</span> wrote:<br> <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I hope someone can help me fix the last problem on this list, it is blocking me (libPdTcl.dylib wrong architecture).&nbsp; I can't see why it is detected as the wrong architecture, everything I check says it is i386 compatible.&nbsp; <br> <br>I did remove alot from the <a href="http://configure.in" target="_blank">configure.in</a> file trying to get it work, so maybe there is a problem there.&nbsp; It is attached.<br><br>merry christmas, feliz navidad és boldog karácsonzyt (i think I may have barely missed it in my time)!<br> <font color="#888888"> <br>- rich</font><div><div></div><div class="h5"><br><br><div class="gmail_quote">On Wed, Dec 23, 2009 at 4:44 AM, Rich E <span dir="ltr">&lt;<a href="mailto:reakinator@gmail.com" target="_blank">reakinator@gmail.com</a>&gt;</span> wrote:<br> <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>I am having problems compiling pd from Miller's website in OS X Snow Leopard.&nbsp; Basically, Pd fell behind Apple's updates.&nbsp; Here are my problems, fixes where I found them:<br><br>- the configure script automatically adds -isysroot blah blah for the 10.4 sdk, which doesn't work.&nbsp; this line is removed.<br> - the included portaudio (and more importantly, its coreaudio components) with pd does not match the coreaudio framework included with Snow Leopard.&nbsp; There are lots of deprecations and finally undeclared methods.&nbsp; I tried just updating the source code from that in portaudio's svn, but this led to further undefined calls that I don't remember.<br> - using '-disable-portaudio' doesn't do any good because it is automatically added if you are on OS X (I wanted to just use jack since portaudio is outdated).<br>- I had to remove all '-arch' flags except i386 to get everything linked.<br> <br>Okay, after that, it compiled. whew. Still, pd's gui will not run because libPdTcl.dylib either isn't found or is the wrong architecture, I still can't tell:<br><br>$ pd -jack<br>Error in startup script: dlopen(/usr/local/lib/pd/bin/../bin/libPdTcl.dylib, 10): no suitable image found.&nbsp; Did find:<br> &nbsp;&nbsp;&nbsp; /usr/local/lib/pd/bin/../bin/libPdTcl.dylib: mach-o, but wrong architecture<br>&nbsp;&nbsp;&nbsp; while executing<br>"load $pd_guidir/bin/libPdTcl.dylib"<br>&nbsp;&nbsp;&nbsp; invoked from within<br>"if {$pd_nt == 2} {<br># turn on James Tittle II's fast drawing<br> &nbsp;&nbsp;&nbsp; set tk::mac::useCGDrawing 1<br># anti-alias all lines that need it<br>&nbsp;&nbsp;&nbsp; set tk::mac::CGAnt..."<br>&nbsp;&nbsp;&nbsp; (file "/usr/local/lib/pd/bin/<a href="http://pd.tk" target="_blank">pd.tk</a>" line 67)<br>^CPd: signal 2<br> <br>It is there, they are all i386 and tcl/tk are universal binaries, so I don't know.&nbsp; Anyone else?<br> <br>Running pd with no gui and jack works.<br><br>regards,<br><font color="#888888">Rich<br> </font></blockquote></div><br> </div></div></blockquote></div><br> _______________________________________________<br><a href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing list<br>UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd-list">http://lists.puredata.info/listinfo/pd-list</a><br></blockquote></div><br><div> <span class="Apple-style-span" style="font-size: 12px; "><br class="Apple-interchange-newline"><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; "><div><br style="font-family: Tahoma; "></div><div>----------------------------------------------------------------------------<br style="font-family: Tahoma; "></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"></span></span> </div><br></body></html>