Failed with build PostgreSQL in Windows ("--with-perl" option) - Mailing list pgsql-bugs

From Huong Dangminh
Subject Failed with build PostgreSQL in Windows ("--with-perl" option)
Date
Msg-id 75DB81BEEA95B445AE6D576A0A5C9E936A60B011@BPXM05GP.gisp.nec.co.jp
Whole thread Raw
List pgsql-bugs
Hi,

We have trying to build PostgreSQL in Windows Environment.

When build with options "--with-perl" (by setting config.pl file),
Builder not found "perl\d+.lib" file in "C:\Perl\lib\CORE\" folder,
so it ended with the messages bellow.
 "could not identify perl library version:  at src/tools/msvc/Mkvcbuild.pm line 590"

Manual said that "ActiveState Perl version 5.8 or later is required".
https://www.postgresql.org/docs/9.6/static/install-windows-full.html#AEN30798

But in version 5.22 or 5.24 (ActiveState Perl's currently community version),
we not found the above lib file.

What version of ActiveState Perl is suitable for PostgreSQL builder?
Or is there another solutions for "--with-perl" building in Windows?


Thanks and best regards,
---
Dang Minh Huong
NEC Solution Innovators, Ltd.
http://www.nec-solutioninnovators.co.jp/en/




pgsql-bugs by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: [BUGS] BUG #14596: False primary/unique key constraint violations
Next
From: Kyotaro HORIGUCHI
Date:
Subject: Re: [BUGS] Money type does not detect over/underflow unlike int/int8