I am trying to use multichannel sound output library https://github.com/v3ga/ofxSoundPlayerMultiOutput
And can’t compile example on windows 8, OF 0.8.4. OF for OSX compiles this example successfully. Here is the errors:
Error 13 error LNK2005: "bool bFmodInitialized_" (?bFmodInitialized_@@3_NA) already defined in ofxSoundPlayerMultiOutput.obj C:\Users\Maxim\Desktop\of_v0.8.4_vs_release\apps\myApps\mySketch\openframeworksLib_debug.lib(ofFmodSoundPlayer.obj) mySketch
Error 14 error LNK2005: "bool bUseSpectrum_" (?bUseSpectrum_@@3_NA) already defined in ofxSoundPlayerMultiOutput.obj C:\Users\Maxim\Desktop\of_v0.8.4_vs_release\apps\myApps\mySketch\openframeworksLib_debug.lib(ofFmodSoundPlayer.obj) mySketch
Error 15 error LNK2005: "float * fftValues_" (?fftValues_@@3PAMA) already defined in ofxSoundPlayerMultiOutput.obj C:\Users\Maxim\Desktop\of_v0.8.4_vs_release\apps\myApps\mySketch\openframeworksLib_debug.lib(ofFmodSoundPlayer.obj) mySketch
Error 16 error LNK2005: "float * fftInterpValues_" (?fftInterpValues_@@3PAMA) already defined in ofxSoundPlayerMultiOutput.obj C:\Users\Maxim\Desktop\of_v0.8.4_vs_release\apps\myApps\mySketch\openframeworksLib_debug.lib(ofFmodSoundPlayer.obj) mySketch
Error 17 error LNK2005: "float * fftSpectrum_" (?fftSpectrum_@@3PAMA) already defined in ofxSoundPlayerMultiOutput.obj C:\Users\Maxim\Desktop\of_v0.8.4_vs_release\apps\myApps\mySketch\openframeworksLib_debug.lib(ofFmodSoundPlayer.obj) mySketch
Error 18 error LNK2005: "void __cdecl ofFmodSoundStopAll(void)" (?ofFmodSoundStopAll@@YAXXZ) already defined in ofxSoundPlayerMultiOutput.obj C:\Users\Maxim\Desktop\of_v0.8.4_vs_release\apps\myApps\mySketch\openframeworksLib_debug.lib(ofFmodSoundPlayer.obj) mySketch
Error 19 error LNK2005: "void __cdecl ofFmodSoundSetVolume(float)" (?ofFmodSoundSetVolume@@YAXM@Z) already defined in ofxSoundPlayerMultiOutput.obj C:\Users\Maxim\Desktop\of_v0.8.4_vs_release\apps\myApps\mySketch\openframeworksLib_debug.lib(ofFmodSoundPlayer.obj) mySketch
Error 20 error LNK2005: "void __cdecl ofFmodSoundUpdate(void)" (?ofFmodSoundUpdate@@YAXXZ) already defined in ofxSoundPlayerMultiOutput.obj C:\Users\Maxim\Desktop\of_v0.8.4_vs_release\apps\myApps\mySketch\openframeworksLib_debug.lib(ofFmodSoundPlayer.obj) mySketch
Error 21 error LNK2005: "float * __cdecl ofFmodSoundGetSpectrum(int)" (?ofFmodSoundGetSpectrum@@YAPAMH@Z) already defined in ofxSoundPlayerMultiOutput.obj C:\Users\Maxim\Desktop\of_v0.8.4_vs_release\apps\myApps\mySketch\openframeworksLib_debug.lib(ofFmodSoundPlayer.obj) mySketch
Warning 22 warning LNK4081: insufficient disk space; linking nonincrementally C:\Users\Maxim\Desktop\of_v0.8.4_vs_release\apps\myApps\mySketch\LINK mySketch
Warning 23 warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/OPT:LBR' specification C:\Users\Maxim\Desktop\of_v0.8.4_vs_release\apps\myApps\mySketch\main.obj mySketch
Error 24 error LNK2005: "bool bFmodInitialized_" (?bFmodInitialized_@@3_NA) already defined in ofxSoundPlayerMultiOutput.obj C:\Users\Maxim\Desktop\of_v0.8.4_vs_release\apps\myApps\mySketch\openframeworksLib_debug.lib(ofFmodSoundPlayer.obj) mySketch
Error 25 error LNK2005: "bool bUseSpectrum_" (?bUseSpectrum_@@3_NA) already defined in ofxSoundPlayerMultiOutput.obj C:\Users\Maxim\Desktop\of_v0.8.4_vs_release\apps\myApps\mySketch\openframeworksLib_debug.lib(ofFmodSoundPlayer.obj) mySketch
Error 26 error LNK2005: "float * fftValues_" (?fftValues_@@3PAMA) already defined in ofxSoundPlayerMultiOutput.obj C:\Users\Maxim\Desktop\of_v0.8.4_vs_release\apps\myApps\mySketch\openframeworksLib_debug.lib(ofFmodSoundPlayer.obj) mySketch
Error 27 error LNK2005: "float * fftInterpValues_" (?fftInterpValues_@@3PAMA) already defined in ofxSoundPlayerMultiOutput.obj C:\Users\Maxim\Desktop\of_v0.8.4_vs_release\apps\myApps\mySketch\openframeworksLib_debug.lib(ofFmodSoundPlayer.obj) mySketch
Error 28 error LNK2005: "float * fftSpectrum_" (?fftSpectrum_@@3PAMA) already defined in ofxSoundPlayerMultiOutput.obj C:\Users\Maxim\Desktop\of_v0.8.4_vs_release\apps\myApps\mySketch\openframeworksLib_debug.lib(ofFmodSoundPlayer.obj) mySketch
Error 29 error LNK2005: "void __cdecl ofFmodSoundStopAll(void)" (?ofFmodSoundStopAll@@YAXXZ) already defined in ofxSoundPlayerMultiOutput.obj C:\Users\Maxim\Desktop\of_v0.8.4_vs_release\apps\myApps\mySketch\openframeworksLib_debug.lib(ofFmodSoundPlayer.obj) mySketch
Error 30 error LNK2005: "void __cdecl ofFmodSoundSetVolume(float)" (?ofFmodSoundSetVolume@@YAXM@Z) already defined in ofxSoundPlayerMultiOutput.obj C:\Users\Maxim\Desktop\of_v0.8.4_vs_release\apps\myApps\mySketch\openframeworksLib_debug.lib(ofFmodSoundPlayer.obj) mySketch
Error 31 error LNK2005: "void __cdecl ofFmodSoundUpdate(void)" (?ofFmodSoundUpdate@@YAXXZ) already defined in ofxSoundPlayerMultiOutput.obj C:\Users\Maxim\Desktop\of_v0.8.4_vs_release\apps\myApps\mySketch\openframeworksLib_debug.lib(ofFmodSoundPlayer.obj) mySketch
Error 32 error LNK2005: "float * __cdecl ofFmodSoundGetSpectrum(int)" (?ofFmodSoundGetSpectrum@@YAPAMH@Z) already defined in ofxSoundPlayerMultiOutput.obj C:\Users\Maxim\Desktop\of_v0.8.4_vs_release\apps\myApps\mySketch\openframeworksLib_debug.lib(ofFmodSoundPlayer.obj) mySketch
Error 33 error LNK1169: one or more multiply defined symbols found C:\Users\Maxim\Desktop\of_v0.8.4_vs_release\apps\myApps\mySketch\bin\mySketch_debug.exe mySketch