Re: compiling postgres on windows - how to deal with unmatched file extension? - Mailing list pgsql-general

From Tom Lane
Subject Re: compiling postgres on windows - how to deal with unmatched file extension?
Date
Msg-id 2602290.1670994398@sss.pgh.pa.us
Whole thread Raw
In response to compiling postgres on windows - how to deal with unmatched file extension?  ("Yang, T. Andy" <tyang99@yahoo.com>)
List pgsql-general
"Yang, T. Andy" <tyang99@yahoo.com> writes:
> I'm trying to build postgresql from source code on windows. The build ran into a bunch of errors like 
> 'src/backend/bootstrap/bootparse.c': No such file or directory
>  'src/backend/parser/gram.c': No such file or directory

I know little about building on Windows, but these are derived files
that should be built by running flex on the corresponding .l file
or bison on the corresponding .y file.  A likely explanation is that
you don't have those tools installed, in which case you should have
seen associated errors earlier in the build log.

            regards, tom lane



pgsql-general by date:

Previous
From: "Yang, T. Andy"
Date:
Subject: compiling postgres on windows - how to deal with unmatched file extension?
Next
From: "David G. Johnston"
Date:
Subject: Re: compiling postgres on windows - how to deal with unmatched file extension?