Hi Christian, Christian Klotz wrote:
I changed it to
g++ -bundle -bundle_loader /usr/local/bin/pd -flat_namespace
pd-darwin/fluid.o -lm -L/usr/local/lib -lfluidsynth -lreadline /usr/local/lib/pd/flext/flext.a -o pd-darwin/fluid.pd_darwinnow I recognized a missing link named flext.a, which was now created after reinstalling flext. But there still remains the aborting of compilation. this time the following error msg appears:
ld: can't locate file for: -lreadline
Just remove "-lreadline" and it should work finally.
Fran
hi
I changed it to g++ -bundle -bundle_loader /usr/local/bin/pd -flat_namespace
pd-darwin/fluid.o -lm -L/usr/local/lib -lfluidsynth -lreadline /usr/local/lib/pd/flext/flext.a -o pd-darwin/fluid.pd_darwin now I recognized a missing link named flext.a, which was now created after reinstalling flext. But there still remains the aborting of compilation. this time the following error msg appears: ld: can't locate file for: -lreadlineJust remove "-lreadline" and it should work finally.
thanks man :), it needs also "-framework veclib". so you get:
g++ -bundle -bundle_loader /usr/local/bin/pd -flat_namespace
pd-darwin/fluid.o -lm -L/usr/local/lib -lfluidsynth
/usr/local/lib/pd/flext/flext.a -framework veclib -o
pd-darwin/fluid.pd_darwin
and thats it, finally. cheers
Christian Klotz Kunsthochschule Kassel / School of Arts Kassel ::digitalpool