Opened 2 years ago
Last modified 5 months ago
#5281 new defect
Start preparing for PostgreSQL move to meson
Reported by: | robe | Owned by: | strk |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 3.5.0 |
Component: | build | Version: | master |
Keywords: | Cc: |
Description
I suspect we don't need to worry about this for another 2 years.
https://wiki.postgresql.org/wiki/Meson
But once autoconf/automake is gone, I think PGXS will be too. So might be worth experimenting with this and thinking about all the places we rely on PGXS.
Change History (3)
comment:1 by , 2 years ago
comment:2 by , 22 months ago
I can build postgresql with meson on my new mingw/msys2 setup. So okay here
comment:3 by , 5 months ago
Milestone: | PostGIS Fund Me → PostGIS 3.5.0 |
---|
Note:
See TracTickets
for help on using tickets.
FWIW I'm having trouble building PostgreSQL with meson under mingw64, gives some cryptic load error. I noticed the wiki doesn't even talk about using mingw, so maybe they assume all windows users are using VS yuck or it's the same instruction as Linux, which essentially it is.
Anyway once I have my meson build issues sorted out, I'll confirm a meson build of PostgreSQL can work with our PostGIS setup. If it does, what kind of changes we'd need to move to the meson direction.