Hi,

I would like to build a static library of fluidsynth using Visual Studio, including all of the GTK+ dependencies. Is this possible? Does anyone have a recipe for this?

I've tried the following

cmake -DBUILD_SHARED_LIBS=FALSE ..\fluidsynth
msbuild fluidsynth.sln

This results in a libfluidsynth_debug.lib, but it doesn't seem to export any symbols. "dumpbin /headers" shows no function names, and if I try to link to it symbols like new_fluid_settings() are not found.

I'm able to build and use a shared library successfully, including the import library libfluidsynth_debug.lib.

cmake ..\fluidsynth
msbuild fluidsynth.sln



thanks,


Hamish

_______________________________________________
fluid-dev mailing list
fluid-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/fluid-dev

Reply via email to