fluid-dev
[Top][All Lists]
Advanced

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

Re: [fluid-dev] compiling fluidsynth to use core audio


From: Josh Green
Subject: Re: [fluid-dev] compiling fluidsynth to use core audio
Date: 29 May 2003 18:53:40 -0700

On Thu, 2003-05-29 at 18:15, Joe Corneli wrote:

<cut>

> Unfortunately, make still gives me this:
> 
> ld: Undefined symbols:
> _delete_fluid_core_audio_driver
> _fluid_core_audio_driver_settings
> _new_fluid_core_audio_driver
> _new_fluid_core_audio_driver2
> make[2]: *** [fluidsynth] Error 1
> make[1]: *** [all] Error 2
> make: *** [all-recursive] Error 1
> 
> Joe

Is the fluid_coreaudio.c file being built? (you'll find a
fluid_coreaudio.o file in the src/ directory) If it is, is it being
linked at the link stage? (you'll see the fluid_coreaudio.o listed when
libfluidsynth.a is linked) Perhaps automake/autoconf didn't rebuild the
Makefile correctly. Run "automake" and then "autoconf" from the toplevel
directory. Re-run ./configure, edit src/config.h and change
COREAUDIO_SUPPORT to 1 again, retry, that is if you want to :) Cheers.
        Josh Green





reply via email to

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