#5656 closed defect (duplicate)
Compile error in the latest version.
Reported by: | Wenjing | Owned by: | pramsey |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 3.4.2 |
Component: | postgis | Version: | 3.4.x |
Keywords: | Cc: |
Description
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
Note:
See TracTickets
for help on using tickets.
Sorry about this — this is the same issue as #5652.
I guess @strk is not interested in fixing it, so I'll fix myself. Sorry for the inconvenience.