Re: Broken make dependency somewhere near win32ver.o?

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема Re: Broken make dependency somewhere near win32ver.o?
Дата
Msg-id CA+hUKGJWQSdxC1vcYpcZydaoA6j=C7yOeG5UHE7KSVfoHzP9tg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Broken make dependency somewhere near win32ver.o?  (Andres Freund <andres@anarazel.de>)
Ответы Re: Broken make dependency somewhere near win32ver.o?  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
On Tue, Mar 22, 2022 at 4:14 PM Andres Freund <andres@anarazel.de> wrote:
> The problem looks to be that pg_dumpall doesn't have a dependency on OBJs,
> which in turn is what contains the dependency on WIN32RES, which in turn
> contains win32ver.o. So the build succeeds if pg_dump/restores's dependencies
> are built first, but not if pg_dumpall starts to be built before that...
>
> Seems we just need to add $(WIN32RES) to pg_dumpall: ?

Ah, yeah, that looks right.  I don't currently have a mingw setup to
test, but clearly $(WIN32RES) is passed to $(CC) despite not being
listed as a dependency.



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Dilip Kumar
Дата:
Сообщение: Re: Add sub-transaction overflow status in pg_stat_activity
Следующее
От: vignesh C
Дата:
Сообщение: Skipping schema changes in publication