[postgis-tickets] [PostGIS] #5066: Can't build under mingw64
PostGIS
trac at osgeo.org
Sat Jan 29 05:30:32 PST 2022
#5066: Can't build under mingw64
------------------------------------+---------------------------
Reporter: robe | Owner: robe
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 3.3.0
Component: build/upgrade/install | Version: master
Resolution: | Keywords:
------------------------------------+---------------------------
Comment (by strk):
Do you confirm it stopped wowrking in
[dd4ab0d780092be3e5c31172f54afeff96255b37/git] ?
I think the change responsible for the breakage could be this, in
regress/Makefile.in:
{{{
-# Where we put our regression installation
-ifeq ($(MINGWBUILD),1)
- srcdir=$(shell bash -c "pwd -W")
-else
- srcdir=$(shell pwd)
-endif
-REGRESS_INSTALLDIR=$(srcdir)/00-regress-install
+REGRESS_INSTALLDIR = $(realpath $(builddir) )/00-regress-install
}}}
I'm guessing `realpath` Makefile variable is not doing paths in the window
way.
I'll push a "win" branch to origin for winnie to catch up (will she build
it ?)
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5066#comment:13>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list