| From: | Michael Paquier <michael(at)paquier(dot)xyz> |
|---|---|
| To: | brian(dot)y(dot)ye(at)gmail(dot)com, pgsql-docs(at)lists(dot)postgresql(dot)org |
| Subject: | Re: No ENABLE_GSS in generated Visual Studio project files |
| Date: | 2021-05-25 02:18:32 |
| Message-ID: | YKxeeDG8dZYYyDUX@paquier.xyz |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-docs |
On Mon, May 24, 2021 at 07:39:27PM +0000, PG Doc comments form wrote:
> I tried to build using Visual Studio 2019.
> Although I have enable the kerberos support in the configuration file,
> the generated Visual Studio project files do not define "ENABLE_GSS".
> Running the binaries (as a service) resulted in the following error in the
> log file:
I may be missing something, of course, but the MSVC build code of HEAD
does the following in Solution.pm:
ENABLE_GSS => $self->{options}->{gss} ? 1 : undef,
So perhaps you really forgot to specify a path in config.pl?
--
Michael
| From | Date | Subject | |
|---|---|---|---|
| Next Message | PG Doc comments form | 2021-05-25 03:06:11 | Duplicate paragraph |
| Previous Message | PG Doc comments form | 2021-05-24 19:39:27 | No ENABLE_GSS in generated Visual Studio project files |