[PostGIS] #5656: Compile error in the latest version.
PostGIS
trac at osgeo.org
Fri Jan 12 02:24:20 PST 2024
#5656: Compile error in the latest version.
---------------------+---------------------------
Reporter: Wenjing | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 3.4.2
Component: postgis | Version: 3.4.x
Keywords: |
---------------------+---------------------------
The compile error of latest version is here:
{{{
make[1]: *** No rule to make target
'../raster/rt_pg/rtpostgis_upgrade.sql', needed by
'postgis_restore_data.generated'. Stop.
}}}
My compile process:
{{{
git clone https://github.com/postgis/postgis.git
cd postgis
./autogen.sh
./configure --with-pgconfig=/usr/local/pgsql/bin/pg_config \
--with-geosconfig=/usr/local/bin/geos-config \
--without-protobuf --without-raster --enable-debug
make -j8
}}}
After creating $(top_builddir)/raster/rt_pg/rtpostgis_upgrade.sql file, it
works.
{{{
touch $(top_builddir)/raster/rt_pg/rtpostgis_upgrade.sql
}}}
I am not sure whether it impacts the usage of PostGIS.
Version:
The latest version in GitHub
Commit: bf6be27
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5656>
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