Re: [PATCH] Fix PostgreSQL 12.1 server build and install problems under MSYS2

2020-01-30 Thread Peter Eisentraut
On 2019-12-31 11:56, Peter Eisentraut wrote: On 2019-12-04 11:32, Guram Duka wrote: Master branch got error in configure stage and then compiling like 12.1 branch. checking how to link an embedded Python application... configure: error: could not find shared library for Python Yo

Re: [PATCH] Fix PostgreSQL 12.1 server build and install problems under MSYS2

2019-12-31 Thread Peter Eisentraut
On 2019-12-04 11:32, Guram Duka wrote: Master branch got error in configure stage and then compiling like 12.1 branch. checking how to link an embedded Python application... configure: error: could not find shared library for Python You might have to rebuild your Python installation

Re: [PATCH] Fix PostgreSQL 12.1 server build and install problems under MSYS2

2019-12-04 Thread Guram Duka
Master branch got error in configure stage and then compiling like 12.1 branch. checking how to link an embedded Python application... configure: error: > could not find shared library for Python > You might have to rebuild your Python installation. Refer to the > documentation for details. Use

Re: [PATCH] Fix PostgreSQL 12.1 server build and install problems under MSYS2

2019-12-04 Thread Michael Paquier
On Wed, Dec 04, 2019 at 10:46:39AM +0300, Guram Duka wrote: > I made a patch fixing build and install problems under MSYS2, including > llvmjit. > > I have tested this in my environment and it works, of course need more > extensive testing. > Attached is a patch that fixes it. Tag REL_12_1. Do yo

[PATCH] Fix PostgreSQL 12.1 server build and install problems under MSYS2

2019-12-03 Thread Guram Duka
Hi hackers. I made a patch fixing build and install problems under MSYS2, including llvmjit. I have tested this in my environment and it works, of course need more extensive testing. Attached is a patch that fixes it. Tag REL_12_1. -- Best regards. Guram Duka. postgresql-12.1-msys2-v1.patch D