I have VS2015 community installed on a Windows 10 instance and I'm getting the following error when attempting to compile MerikensTripcodeEngine.sln
Severity Code Description Project File Line Suppression State Error LNK1104 cannot open file 'libboost_system-vc140-mt-gd-1_61.lib' MerikensTripcodeEngine C:\Software\merikens-tripcode-engine-v3-3.2.14\VisualStudio\LINK 1
I've already compiled boost through the VS2015 x64 X86 Cross Tools command prompt, and it completed successfully.
Inside these directories there are lib files, but none match the exact name VS2015 is complaining about being missing:
merikens-tripcode-engine-v3-3.2.14\BoostPackages\boost_1_61_0\stage\Win32\libmerikens-tripcode-engine-v3-3.2.14\BoostPackages\boost_1_61_0\stage\x64\lib
The closest filename in these folders is libboost_system-vc140-mt-sgd-1_61.lib
I have VS2015 community installed on a Windows 10 instance and I'm getting the following error when attempting to compile
MerikensTripcodeEngine.sln
Severity Code Description Project File Line Suppression State Error LNK1104 cannot open file 'libboost_system-vc140-mt-gd-1_61.lib' MerikensTripcodeEngine C:\Software\merikens-tripcode-engine-v3-3.2.14\VisualStudio\LINK 1
I've already compiled boost through the
VS2015 x64 X86 Cross Tools
command prompt, and it completed successfully.Inside these directories there are lib files, but none match the exact name VS2015 is complaining about being missing:
merikens-tripcode-engine-v3-3.2.14\BoostPackages\boost_1_61_0\stage\Win32\lib
merikens-tripcode-engine-v3-3.2.14\BoostPackages\boost_1_61_0\stage\x64\lib
The closest filename in these folders islibboost_system-vc140-mt-sgd-1_61.lib
Any insight as to what I'm doing wrong?
Cheers