Open reid-p opened 10 months ago
Ran into the same issue, "LNK2019: unresolved external symbol dsscreate referenced in function...."
Manifest mode ("dependencies": ["intel-mkl"]), x64-windows-static-md, manually copying .lib files work.
This is an automated message. Per our repo policy, stale issues get closed if there has been no activity in the past 180 days. The issue will be automatically closed in 14 days. If you wish to keep this issue open, please add a new comment.
Operating system
Windows 11
Compiler
MSVC
Steps to reproduce the behavior
Failure logs
1>Cmn64_Src_Dsp.obj : error LNK2019: unresolved external symbol DftiCreateDescriptor referenced in function "void __cdecl Dsp::Intel::FftSetupReal(struct DFTI_DESCRIPTOR * &,enum DFTI_CONFIG_VALUE,unsigned __int64)" (?FftSetupReal@Intel@Dsp@@YAXAEAPEAUDFTI_DESCRIPTOR@@W4DFTI_CONFIG_VALUE@@_K@Z)
and many more
Additional context
This occurs with the updated port file that installs intel-mkl into the vcpkg/installed folder. Libs are install into: vcpkg/installed//lib/intel64
But linking is done with: vcpkg/installed//lib/*.lib
Copying the files from: vcpkg/installed//lib/intel64
to: vcpkg/installed//lib/
and rebuilding works correctly.