Re: errors building on windows using meson

From: Imran Zaheer <imran44dev(at)gmail(dot)com>
To: Dave Cramer <davecramer(at)gmail(dot)com>
Cc: Andres Freund <andres(at)anarazel(dot)de>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: errors building on windows using meson
Date: 2024-05-28 15:50:21
Message-ID: CAGdJLHGNZWv9gxP4QD2NVcUKDh=1NoaKtpA+RioSLsyajKmAuw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi

I was facing the same error when using active state perl for compiling
postgres with meson on windows. I used active state perl because it was
working fine for pg compilations until pg-16.

Using choco strawberry perl solved my problem.

Thanks

Imran Zaheer

On Wed, 29 May 2024 at 00:22, Dave Cramer <davecramer(at)gmail(dot)com> wrote:

>
> On Thu, 7 Dec 2023 at 14:34, Andres Freund <andres(at)anarazel(dot)de> wrote:
>
>> Hi,
>>
>> On 2023-12-07 14:16:52 -0500, Dave Cramer wrote:
>> > On Thu, 7 Dec 2023 at 13:53, Andres Freund <andres(at)anarazel(dot)de> wrote:
>> >
>> > > Hi,
>> > >
>> > > On 2023-12-07 12:54:27 -0500, Dave Cramer wrote:
>> > > > state-exec: run failed: cannot create new executor meta: cannot get
>> > > > matching bin by path: no matching binary by path
>> > > >
>> > >
>> "C:\\Users\\Administrator\\AppData\\Local\\activestate\\cache\\b9117b06\\exec\\perl.EXE"
>> > > > state-exec: Not user serviceable; Please contact support for
>> assistance.
>> > > >
>> > > > anyone seen this or have a fix ?
>> > >
>> > > I've not seen that before. Please provide a bit more detail. Compiler,
>> > > building with ninja or msbuild/visual studio, when exactly you're
>> > > encountering
>> > > the issue, ...
>> > >
>> > > Windows Server 2019
>> > VS 2019
>> > building with ninja
>>
>> I don't think this is sufficient detail to provide you with advice / fix
>> problems / whatnot. Please provide complete logs of configuring and
>> building.
>>
>
> I built perl from source and it worked.
>
> Dave
>
>
>
>>
>> - Andres
>>
>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ranier Vilela 2024-05-28 19:02:37 Avoid an odd undefined behavior with memcmp (src/bin/pg_rewind/pg_rewind.c)
Previous Message James Coleman 2024-05-28 15:45:43 Re: Add last_commit_lsn to pg_stat_database