Re: windows config.pl question

From: "Pavlo Golub" <pavel(dot)golub(at)gf(dot)microolap(dot)com>
To: "Dmitry Markman" <dmarkman(at)mac(dot)com>, pgsql-interfaces(at)lists(dot)postgresql(dot)org
Subject: Re: windows config.pl question
Date: 2020-07-30 09:09:30
Message-ID: ema80e5472-f4bc-4ffc-8892-7b42cceea31e@pg-desktop
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Hello,

You're ugin wrong mailing list, Please, try pgsql-hackers

Regards

------ Original Message ------
From: "Dmitry Markman" <dmarkman(at)mac(dot)com>
To: pgsql-interfaces(at)lists(dot)postgresql(dot)org
Sent: 2020-07-30 00:55:32
Subject: windows config.pl question

>Hi
>
>sorry if I posted it several times, it's not clear if it was successful
>(server complains)
>
>I’d like to add icu/openssl support to my postgresql build on windows
>
>documentation says that I have to modify config.pl file, however it's
>not clear what exactly I have to do
>
>config-default.pl for example has the following line
>
>icu => undef, # --with-icu=<path>
>
>so, if I want to add icu support what exactly should I do?
>
>should I replace undef with path?
>
>
>icu => <path_to_icu_install_area>,
>
>is it correct?
>
>if it’s correct does build support UNC paths?
>
>thanks in advance
>
>Dimitry Markman
>Dmitry Markman, PhD

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Ashutosh Sharma 2020-07-31 05:16:00 ecpg: issue related to preprocessor directives
Previous Message Dmitry Markman 2020-07-29 22:55:32 windows config.pl question