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!
Richie
Hallo,
Rich E hat gesagt: // Rich E wrote:
> Hello, sorry if this is a worn out topic. I know Frank doesn't use macs,
> and I don't much either, but I need to get this external running on one for
> an upcoming class assignment/performance. Basically, flext and fluidsynth
> are compiled on OSX 10.3.9, and the fluid~.pd_darwin building starts, but it
> cannot locate the frameowrk Fluidsynth. I cannot find any reference to this
> framework, and all that I can find installed from the build is a binary
> fluidsynth and a libfluidsynth.a in /usr/local/lib. Can anyone who has
> gotten this to build explain what I must do?
I really don't know Macs, so this may be totally offf, but I think
there may be an issue with fluidsynth on Mac not building a framework
or something like that. I think, in this case you may also be able to
use the "-l" linker option instead of "-framework". You can edit the
file: "build/gnumake-mac-gcc.inc" in the fluid directory to try to use
the library by replacing this:
LIBS += -framework Fluidsynth
with this:
LIBS += -lfluidsynth
the try to compile again with
$ cd fluid
$ /PATH/TO/flext/build.sh pd gcc build
If this works, then please tell me and I will change the file in the
CVS accordingly.
Ciao
--
Frank Barknecht _ ______footils.org_ __goto10.org__
_______________________________________________
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list