I've downloaded OpenCV 3.1 from the OpenCV website and am attempting to build static x64 libraries. I am following the procedure outlined here,
http://docs.opencv.org/3.1.0/d3/d52/tutorial_windows_install.html#gsc.tab=0
and am using CMake 3.5 to generate the SLN/Project files for VStudio. I didn't have any trouble compiling 32-bit static libraries, which is the default solution configuration generated by CMake. However when I try changing the build target in the configuration manager to "x64" I get multiple linkage errors and pretty much nothing compiles.
Am I missing some configuration option in CMake to generate the correct project files? If anybody has had any experience with the process I'd appreciate any help!
Cheers