fluid-dev
[Top][All Lists]
Advanced

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

[fluid-dev] compiling fluidsynth to use core audio


From: Joe Corneli
Subject: [fluid-dev] compiling fluidsynth to use core audio
Date: Thu, 29 May 2003 17:57:16 -0500 (CDT)

Ok, recompiling I get this error:

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

> > [fluidsynth-1.0.1]%fluidsynth
> > fluidsynth: error: Couldn't find the requested audio driver: 
> > Failed to create the audio driver
> > 
> > I had a nagging suspicion that I would have a problem like this.  I wonder
> > if there is an audio driver that will work.  Presumably there is
> > _something_, but I don't know what it is.  None of the drivers suggested
> > by `fluidsynth -h` are available through Fink, probably that means they
> > aren't available.  Maybe I'll just have to wait a while...???
> > 
> 
> You shouldn't have to wait :) I think the coreaudio driver is the one
> for Mac OS X. Looks like the autoconf stuff might be broken for this
> option though (normally I think you would pass --enable-coreaudio to the
> configure script). For now you can just edit src/config.h and change:
> 
> /* #undef COREAUDIO_SUPPORT */
> 
> to:
> 
> #define COREAUDIO_SUPPORT 1
> 
> Then recompile with "make". Re-running the ./configure script will trash
> your changes to config.h, so keep that in mind.





reply via email to

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