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?
Also, I posted about the fluid~ external in linux a while ago, and while I never got the external to compile, I found a working binary that works fantastically. Its not in the repository any more though..
Anyhow, thanks
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.
Frank Barknecht _ ______footils.org_ __goto10.org__
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
On 5/1/06, Frank Barknecht fbar@footils.org wrote:
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
Hallo, Rich E hat gesagt: // Rich E wrote:
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!
Ah, cool. I changed the file in the CVS as well now. Regarding the printing I don't know what could be different between Linux and Mac here.
Frank Barknecht _ ______footils.org_ __goto10.org__
Its no biggy, the help patch tells everything that needs to be known.
On 5/2/06, Frank Barknecht fbar@footils.org wrote:
Hallo, Rich E hat gesagt: // Rich E wrote:
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!
Ah, cool. I changed the file in the CVS as well now. Regarding the printing I don't know what could be different between Linux and Mac here.
Ciao
Frank Barknecht _ ______footils.org_ __goto10.org__
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list