Ask Your Question

Airhead's profile - activity

2016-08-14 23:29:45 -0600 commented question OPENCV 3.x - Visual Studio 2015 14.0.25424 Update 3 zlib X64 fail

I tried both, no luck, I used the Configuration Manager at the Project level and Source level, I had to walk each setting before I noticed the Directives masked as Additional Library Directories. /machine:X86 %(AdditionalOptions) is not Additional Library Directories. I found things that the only way to know why they are the way they are would be to throw another $3 grand (VS 6) at MSDN: I just looked it up, I qualify for a Lease MSDN + VS Pro ~$16 a month... From CDN so I'll call, if no lease ~$500.

2016-08-14 16:46:22 -0600 asked a question OPENCV 3.x - Visual Studio 2015 14.0.25424 Update 3 zlib X64 fail

I finally got the x86 (Win32) build to complete without errors: Install VS 2015, test with HelloWorld on Win32 and X64, Install git, Cmake, Git opencv to D:\opencv_get\opencv, configure VS paths and includes, build x86 debug, release and install, no errors. Use Configuration Manager to change the projects target to X64, clean and build, 59 errors: Error LNK1112 module machine type 'x64' conflicts with target machine type 'X86' zlib D:\opencv_git\opencv\mybuild\3rdparty\zlib\x64\Debug\adler32.obj 1 NOTE there is 6 c source files and only this one fails or it is the first....

Close Project and Open only zilb Everything says I'm building X64 but the obj file must be Win32. Other files that failed without the 32 in their name do the same thing, fail.

After several hours of shear enjoyment: Click on your project - zlib, tight click to properties, on the zlib Property Pages: Configuration Properties / Librarian / All Options / Additional Library Directories I found /machine:X86 %(AdditionalOptions) for a X64 build /machine:X64 %(AdditionalOptions)

So after 18 years Microsft still can't figure out how to build a tool, when I told VS to build X64 at the project level I meant change all so my project would compile without me having to look/touch every setting.

2016-08-14 00:35:34 -0600 received badge  Student (source)
2016-08-14 00:34:48 -0600 asked a question VS 2015 X64 CMAKE Library BLAS/LAPACK missing

8/13/2016 downloaded everything and tried to CMAKE but error'ed out on BLAS and LAPACK libraries not being found. I can't find where to get them and the direction to setup for windows is missing where to get the libraries (or I can't see it)