Stefan Khan-Kernahan wrote: > Hi, I've been struggling for a few days to get FluidSynth (1.0.9) to compile > in an application I am writing.
First and foremost: What OS/Platform/Compiler are you using? > When building, I get the following error: > > <path to cpp file>* undefined reference to `_imp__new_fluid_settings'* Seems like a linking error. Decide whether you want to link statically or dynamically and make sure the FluidSynth library is linked in (or to). Exactly how you do that, depends on what compiler you are using. > * > * > and in settings.h i find the following line highlighted in my IDE > > *FLUIDSYNTH_API fluid_settings_t* new_fluid_settings(void);* > * > * > *fluid_settings_t is not a type name.* If it is just an IDE error, I wouldn't worry too much about it. Probably the IDE parser is not perfect. // David _______________________________________________ fluid-dev mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/fluid-dev
