fluid-dev
[Top][All Lists]
Advanced

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

Re: [fluid-dev] including FluidSynth 1.0.9 in an application


From: David Henningsson
Subject: Re: [fluid-dev] including FluidSynth 1.0.9 in an application
Date: Wed, 16 Dec 2009 05:51:25 +0100
User-agent: Thunderbird 2.0.0.23 (X11/20090817)

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





reply via email to

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