[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:45:57 +0200 |
User-agent: |
Mozilla/5.0 (X11; SunOS i86pc; rv:17.0) Gecko/20130309 Thunderbird/17.0.4 |
On 28/05/13 12:50, David Henningsson wrote:
I don't think rtkit exists at all on Solaris, so I fixed it in a
different way:
http://sourceforge.net/p/fluidsynth/code/461/
Can you check if that works for you as well?
Thanks!
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
Laurent