openspotify icon indicating copy to clipboard operation
openspotify copied to clipboard

Windows build error

Open henningk opened this issue 16 years ago • 1 comments

Error 1 Could not create output directory 'C:\Program Files (x86)\Winamp\plugins'. ml_openspotify ml_openspotify Error 2 fatal error LNK1104: cannot open file 'C:\Program Files (x86)\Winamp\plugins\ml_osfy1.dll' ml_openspotify ml_openspotify

I looked in the Property -> Configuration Properties -> Linker -> Command Line and found

/OUT:"C:\Program Files (x86)\Winamp\plugins\ml_osfy1.dll" /INCREMENTAL /NOLOGO /DLL /MANIFEST /MANIFESTFILE:"Debug\ml_osfy1.dll.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"C:\Program Files (x86)\Winamp\plugins\ml_osfy1.pdb" /SUBSYSTEM:WINDOWS /DYNAMICBASE /NXCOMPAT /MACHINE:X86 /ERRORREPORT:PROMPT "C:_dev\Downloaded\noahwilliamsson-openspotify-6926efc\Debug\libopenspotify.lib" kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib

Why is the output set to the Winamp directory? I don't have Winamp installed. Is that a requirement?

henningk avatar Jan 14 '10 13:01 henningk

Winamp is not a requirement. The build target's output directory is set to the home of Winam because it was convenient when I played around with Winamp plugin writing. I suppose I should update the project files and remove that so it stops causing build errors..

noahwilliamsson avatar Jan 14 '10 13:01 noahwilliamsson