Re: Build errors in VS

2020-04-17 Thread Andrew Dunstan
On 4/17/20 9:56 AM, Andrew Dunstan wrote: > On 4/17/20 5:18 AM, Lin, Cuiping wrote: >> Hi all >> >> I build postgers with VS in windows, and the following message output >> >> “ Unable to determine Visual Studio version: The nmake version could not be >> determined.” >> >> I investigated the VSO

Re: Build errors in VS

2020-04-17 Thread Andrew Dunstan
On 4/17/20 5:18 AM, Lin, Cuiping wrote: > Hi all > > I build postgers with VS in windows, and the following message output > > “ Unable to determine Visual Studio version: The nmake version could not be > determined.” > > I investigated the VSObjectFactory.pm, and found the match string “if > (

Build errors in VS

2020-04-17 Thread Lin, Cuiping
Hi all I build postgers with VS in windows, and the following message output “ Unable to determine Visual Studio version: The nmake version could not be determined.” I investigated the VSObjectFactory.pm, and found the match string “if ($output =~ /(\d+)\.(\d+)\.\d+(\.\d+)?$/m)” It works fine