Hello all,
Trying to compile fluid~ on osx lately, with flext from cvs, I get:
<snip> g++ -bundle -bundle_loader /Users/dc/dev/puredata/millerPD/bin/pd - dynamic -framework ApplicationServices -framework vecLib -Wl,-S -L/ Users/dc/dev/puredata/millerPD/bin -L/usr/local/lib -o pd-darwin/ release-single/fluid~.pd_darwin pd-darwin/release-single/main.opp - lfluidsynth -lflext-pd_s /usr/bin/ld: Undefined symbols: flext_dsp_single::Exit() flext_dsp_single::CbDsp() flext_dsp_single::Setup(flext_class*) </snip>
I'm using the normal 'bash ../../grill/flext/build.sh pd gcc' from
the footils directory.
If I try directly with:
g++ -bundle -bundle_loader /Users/dc/dev/puredata/millerPD/bin/pd - flat_namespace pd-darwin/fluid.o -lm -L/usr/local/lib /Users/dc/dev/ puredata/externals/grill/flext/pd-darwin/release-single/libflext-pd_s. 0.5.1.a -framework veclib -o pd-darwin/fluid.pd_darwin
I get the same error.
Can anyone help? The libraries are in /usr/local/lib, I've checked.
d