Failure during Building Postgres in Windows with Meson

Поиск
Список
Период
Сортировка
От Shlok Kyal
Тема Failure during Building Postgres in Windows with Meson
Дата
Msg-id CANhcyEUQf_RES6NjYR2OFNj6DqJ01BZy+4kiY7pQK97WVskkfg@mail.gmail.com
обсуждение исходный текст
Ответы Re: Failure during Building Postgres in Windows with Meson  (Nazir Bilal Yavuz <byavuz81@gmail.com>)
Список pgsql-hackers
Hi,
I am trying to build postgres with meson on Windows. And I am stuck in
the process.

Steps I followed:

1. I clone postgres repo

2.Installed meson and ninja
pip install meson ninja

3. Then running following command:
meson setup build --buildtype debug

4. Then I ran
cd build
ninja

Got following error
D:\project\repo\pg_meson\postgres\build>C:\Users\kyals\AppData\Roaming\Python\Python311\Scripts\ninja
ninja: error: 'src/backend/postgres_lib.a.p/meson_pch-c.obj', needed
by 'src/backend/postgres.exe', missing and no known rule to make it.

Any thoughts on how to resolve this error?

Thanks
Shlok Kumar Kyal



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

Предыдущее
От: Dean Rasheed
Дата:
Сообщение: Re: Infinite Interval
Следующее
От: Daniel Gustafsson
Дата:
Сообщение: Re: Some deleted GUCs are still referred to