[postgis-tickets] [PostGIS] #5473: Building without-pgconfig errors out and might be going in an infinite loop
PostGIS
trac at osgeo.org
Fri Aug 11 22:24:18 PDT 2023
#5473: Building without-pgconfig errors out and might be going in an infinite loop
----------------------------+---------------------------
Reporter: robe | Owner: strk
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 3.4.0
Component: loader/dumper | Version: master
Resolution: | Keywords:
----------------------------+---------------------------
Comment (by robe):
Okay I see the problem. My generated makefile when I'm building without-
pgconfig
looks like this:
{{{
all:
$(MAKE) corelib
$(MAKE)
$(MAKE) rtloader
$(MAKE)
}}}
because you changed the code to
{{{
all:
$(MAKE) @RT_CORE_LIB@
$(MAKE) @RT_PG_LIB@
$(MAKE) @RT_LOADER@
$(MAKE) @RT_POSTGIS_SQL@
}}}
and there is no RT_PG_LIB or RT_POSTGIS_SQL if you are building --without-
pgconfig
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5473#comment:4>
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