meriken / merikens-tripcode-engine-v3

"Meriken's Tripcode Engine" is a cross-platform custom tripcode generator.
GNU General Public License v3.0
116 stars 18 forks source link

Missing file when compiling with VS2015 #5

Open HeylonNHP opened 6 years ago

HeylonNHP commented 6 years ago

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 is libboost_system-vc140-mt-sgd-1_61.lib

Any insight as to what I'm doing wrong?

Cheers