I get this error when trying to compile in VS2010:
LNK1104: cannot open file 'libboost_program_options-vc100-mt-sgd-1_56.lib'
I have read through many similar questions here on stackoverflow but still cant fix it.
The file 'libboost_program_options-vc100-mt-gd-1_56.lib' is present but 'libboost_program_options-vc100-mt-sgd-1_56.lib' (note the s in sgd versus gd) is not in my lib folder.
I probably need to change someting in the project settings to get rid of the s!? Or I need to compile the boost libraries in a different way? Or it is none of the above..!?
I hope someone can point me in the right direction.
Maybe it helps, I'm trying to compile voronoi.cpp from https://github.com/thegrandpoobah/voronoi
I downloaded Boost 1.56 and compiled the libraries binary using:
bootstrap
.\b2
as described in the getting started file.