fluid-dev
[Top][All Lists]
Advanced

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

[fluid-dev] I need help with compiling Jack support for Fluidsynth using


From: Graham Goode
Subject: [fluid-dev] I need help with compiling Jack support for Fluidsynth using VS 2008
Date: Tue, 12 Apr 2011 08:27:52 +0200

Hi Guys,

I'm hoping that someone more familiar with VS 2008 can help me. I have
used CMake to create a VS 2008 project for Fludisynth, and used the
Windows build of Jack 1.9.7 for Include and Libs. The project is
created successfully, I'm able to open it in VS 2008, but when I
attempt a build I get the following linking errors:

Linking...
   Creating library
C:\source\fluidsynth-r417\build\src\Release\fluidsynth.lib and object
C:\source\fluidsynth-r417\build\src\Release\fluidsynth.exp
fluid_adriver.obj : error LNK2001: unresolved external symbol
_fluid_jack_audio_driver_settings
fluid_adriver.obj : error LNK2001: unresolved external symbol
_delete_fluid_jack_audio_driver
fluid_adriver.obj : error LNK2001: unresolved external symbol
_new_fluid_jack_audio_driver2
fluid_adriver.obj : error LNK2001: unresolved external symbol
_new_fluid_jack_audio_driver
fluid_mdriver.obj : error LNK2001: unresolved external symbol
_fluid_jack_midi_driver_settings
fluid_mdriver.obj : error LNK2001: unresolved external symbol
_delete_fluid_jack_midi_driver
fluid_mdriver.obj : error LNK2001: unresolved external symbol
_new_fluid_jack_midi_driver
C:\source\fluidsynth-r417\build\src\Release\libfluidsynth.dll : fatal
error LNK1120: 7 unresolved externals
Build log was saved at "file://c:\source\Copy (2) of
fluidsynth-r417\build\src\Release\BuildLog.htm"
libfluidsynth - 8 error(s), 0 warning(s)
========== Rebuild All: 1 succeeded, 1 failed, 0 skipped ==========

So somewhere I'm missing a reference or lib or dll...

I'm not a programmer, just a hobbyist (Technical Writer by trade), so
if anyone has some pointers that would help locate or fix the problem
please let me know.

Kind regards,
GrahamG



reply via email to

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