fluid-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [fluid-dev] Minor issue when building on Solaris + patch


From: Laurent Blume
Subject: Re: [fluid-dev] Minor issue when building on Solaris + patch
Date: Tue, 28 May 2013 14:55:06 +0200
User-agent: Mozilla/5.0 (X11; SunOS i86pc; rv:17.0) Gecko/20130309 Thunderbird/17.0.4

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]