microsoft / openssl

A cross-platform cryptographic library
133 stars 57 forks source link

runnning do_vsprojects.bat not working - cannot build WinRT sln files #29

Closed bilsou closed 8 years ago

bilsou commented 8 years ago

When trying to run the script after being sure that activeperl is properly installed, I get that.

The system cannot find the path specified. '"\vcvarsall"' is not recognized as an internal or external command, operable program or batch file. The system cannot find the path specified. File not found - OpenSSLTestAppStore8.1 File not found - winrtStore8.1 File not found - MakefileStore creating project vsout\NT-Store-8.1-Static-Unicode ................

It seems that it's due to this line call ms\setVSVars.bat VS12VC which should set some variables Hence the second line call "%_VS12VC%\vcvarsall" x86 not working

bilsou commented 8 years ago

My bad, I had to run the script from the root folder and not the ms one...