On Thu, 2006-03-09 at 21:38 +0100, Frank Barknecht wrote:
//
These errors can be fixed by adding "-lreadline" when compiling fluid~, however fluid~ is not using readline, libjack etc. itself, as
it is completely embedded in Pd or Max, so linking with any other library besides libfluidsynth normally is not necessary. 

Another advantage could be that it reduces complexity when digging for bugs in applications, that use libfluidsynth. For example, if LADSPA
is enabled in libfluidsynth, the fluid~ external will crash Pd. I reported this a long time ago, I'm not sure if it is fixed, but as
LADSPA is not enabled as default anymore, this is no big deal currently.

Moving things like LADSPA support out of the libfluidsynth library and have it only available in the fluidsynth application itself could make
at least my life easier. ;) 
//
Absolutely.

Coming back to my original query, the object file display tool shows that in addition to linking with ljack and other libraries, lfluidsynth also "links" with "/Volumes....Jack_CVS_HEAD" (as shown below).

$ otool -Lv /usr/local/lib/libfluidsynth.dylib
/usr/local/lib/libfluidsynth.dylib:
        /usr/local/lib/libfluidsynth.1.dylib (compatibility version 3.0.0, current version 3.1.0)
        time stamp 1140459335 Mon Feb 20 20:15:35 2006
        /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 88.1.5)
        time stamp 1139974030 Wed Feb 15 05:27:10 2006
        /usr/local/lib/libjack.0.dylib (compatibility version 1.0.0, current version 1.23.0)
        time stamp 1118850159 Wed Jun 15 17:42:39 2005
        /System/Library/Frameworks/MidiShare.framework/Versions/A/MidiShare (compatibility version 1.0.0, current version 1.90.0)
        time stamp 1127391285 Thu Sep 22 14:14:45 2005
        /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio (compatibility version 1.0.0, current version 1.0.0)
        time stamp 1139974030 Wed Feb 15 05:27:10 2006
        /Volumes/Document1/Developpement/ProjectsCVS/JackCVS/Jack_CVS_HEAD - Tiger/config/os/macosx/build/Jack.framework/Versions/A/Jack (compatibility version 1.0.0, current version 1.0.0)
        time stamp 1118850427 Wed Jun 15 17:47:07 2005
        /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices (compatibility version 1.0.0, current version 18.0.0)
        time stamp 1139974030 Wed Feb 15 05:27:10 2006
        /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit (compatibility version 1.0.0, current version 1.0.0)
        time stamp 1139974030 Wed Feb 15 05:27:10 2006

Question is what/where is "/Volumes/Document1....Jack_CVS_HEAD"? Is it necessary for linking with lfluidsynth?

Ebrahim.




_______________________________________________
fluid-dev mailing list
fluid-dev@nongnu.org
http://lists.nongnu.org/mailman/listinfo/fluid-dev

Reply via email to