public inbox for [email protected]
help / color / mirror / Atom feedFrom: Tom Lane <[email protected]>
To: Jürgen Zornig <[email protected]>
Cc: [email protected] <[email protected]>
Subject: Re: Encountering missing sourcefiles when building postgres on windows
Date: Sat, 08 Jul 2023 11:17:55 -0400
Message-ID: <[email protected]> (raw)
In-Reply-To: <DB9PR01MB10148EB7151D1726213A01A409B2DA@DB9PR01MB10148.eurprd01.prod.exchangelabs.com>
References: <DB9PR01MB101483C8E987FC6FF306336E49B2DA@DB9PR01MB10148.eurprd01.prod.exchangelabs.com>
<DB9PR01MB10148EB7151D1726213A01A409B2DA@DB9PR01MB10148.eurprd01.prod.exchangelabs.com>
=?iso-8859-1?Q?J=FCrgen_Zornig?= <[email protected]> writes:
> I'm trying to build postgres on Windows 11 Enterprise / Visual Studio 2022 Professional, so I basically followed the instructions, installed the devenvironment (flex, bison, perl, ...), got the sources from git (I've tried master and REL_15_2 branches) and ran /src/tools/msvc/build
> The buildprocess itself seems to work, but I am encountering quite a lot of missing sourcefiles (and also headers) as the errors tell me:
The files you seem to be missing are precisely those that are generated
by flex or bison (if you build from a git pull instead of a tarball).
So it'd appear that either you misinstalled those tools, or something
is going wrong when the build script calls them (maybe they are not in
your PATH?). I'd advise looking further up in the build log to get
a clue of what's going wrong.
regards, tom lane
view thread (2+ messages)
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected], [email protected]
Subject: Re: Encountering missing sourcefiles when building postgres on windows
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox