error:undetermined Visual Studio Version

Source: Internet
Author: User
Tags visual studio

Error encountered while compiling PostgreSQL:

------ Unable to determine Visual Studio version:the NMAKE version couldnot is determined. At Src/tools/msvc /MKVCBUILD.PM Line

Solve:

The first scenario: Modify the SRC\TOOLS\MSVC\VSOBJECTFACTORY.PM, and the open in the Determinevisualstudioversion function (P, "nmake/? 2>&1 | ") Change to open (P, "nmake/p 2>&1 |")

But I use this method without eggs.

Second scenario (based on speculation): directly modify the 86th line under File mkvcbuild.pm

---------my $vsVersion = ' 14.00 '; Change the determine () function here to the version of MSVC that corresponds to your Visual Studio, as my vs2015 is changed to ' 14.00 '

Get.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.