Those instructions are right on.  It works well.  One thing though, the help file does not print anything as it does it linux.  I haven't tried any of contoller changes or program changes.. but it plays a sampled piano, which is what I need to do.  Thanks Frank!
<br><br>Richie<br><br><div><span class="gmail_quote">On 5/1/06, <b class="gmail_sendername">Frank Barknecht</b> &lt;<a href="mailto:fbar@footils.org">fbar@footils.org</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hallo,<br>Rich E hat gesagt: // Rich E wrote:<br><br>&gt; Hello, sorry if this is a worn out topic.&nbsp;&nbsp;I know Frank doesn't use macs,<br>&gt; and I don't much either, but I need to get this external running on one for<br>&gt; an upcoming class assignment/performance.&nbsp;&nbsp;Basically, flext and fluidsynth
<br>&gt; are compiled on OSX 10.3.9, and the fluid~.pd_darwin building starts, but it<br>&gt; cannot locate the frameowrk Fluidsynth.&nbsp;&nbsp;I cannot find any reference to this<br>&gt; framework, and all that I can find installed from the build is a binary
<br>&gt; fluidsynth and a libfluidsynth.a in /usr/local/lib.&nbsp;&nbsp;Can anyone who has<br>&gt; gotten this to build explain what I must do?<br><br>I really don't know Macs, so this may be totally offf, but I think<br>there may be an issue with fluidsynth on Mac not building a framework
<br>or something like that. I think, in this case you may also be able to<br>use the &quot;-l&quot; linker option instead of &quot;-framework&quot;. You can edit the<br>file: &quot;build/gnumake-mac-gcc.inc&quot; in the fluid directory to try to use
<br>the library by replacing this:<br><br>LIBS += -framework Fluidsynth<br><br>with this:<br><br>LIBS += -lfluidsynth<br><br>the try to compile again with<br>$ cd fluid<br>$ /PATH/TO/flext/build.sh pd gcc build<br><br>If this works, then please tell me and I will change the file in the
<br>CVS accordingly.<br><br>Ciao<br>--<br> Frank Barknecht&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; _ ______footils.org_ __goto10.org__<br><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>