On 05/28/2013 02:55 PM, Laurent Blume wrote:
On 28/05/13 14:45, Laurent Blume wrote:
I applied the patch, now it fails a little differently, more undefined
objects at link time. Not quite sure why?

libtool: link: /opt/solarisstudio12.3/bin/cc -xO3 -m32
-xarch=pentium_pro -xchip=pentium_pro -Dsun -m32 -xarch=pentium_pro
-xchip=pentium_pro -o .libs/fluidsynth fluidsynth-fluidsynth.o
-L/opt/csw/lib ./.libs/libfluidsynth.so -lnsl -lsocket -lm -lgthread-2.0
-lthread -lrt -lglib-2.0 -lintl -lsndfile -ldbus-1 -lpthread
-R/opt/csw/lib
Undefined                       first referenced
  symbol                             in file
rtkit_make_realtime                 ./.libs/libfluidsynth.so
translate_error                     ./.libs/libfluidsynth.so
rtkit_get_rttime_nsec_max           ./.libs/libfluidsynth.so
rtkit_get_max_realtime_priority     ./.libs/libfluidsynth.so


Ah, I think they're in this block, at least the use of
translate_error(), and I do have D-Bus enabled:

#ifdef DBUS_SUPPORT

If I disable D-Bus support, it builds. I guess I'm a bit lost in the #if
blocks in that file, but it seems rtkit functions are incorrectly
enabled with D-Bus :-)

Laurent


Ah, I got lost in the ifdefs too. I committed one more patch now, please retry.

// David


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

Reply via email to