#1079 closed defect (worksforme)
[raster] Compilation fails with `make -jX`
Reported by: | martinl | Owned by: | pracine |
---|---|---|---|
Priority: | low | Milestone: | PostGIS Fund Me |
Component: | raster | Version: | master |
Keywords: | compilation | Cc: |
Description
PostGIS configured with
--with-raster --with-topology
and compiled by
make -j3
Compilation fails with
gcc -g -O2 -g -O2 -Wall -fPIC -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -g -fpic -shared -o rtpostgis-2.0.so rt_pg.o -L/usr/lib -Wl,--as-needed -Wl,--as-needed -L/usr/local/lib -lgeos_c -lproj -lxml2 ../rt_core/librtcore.a /usr/local/src/postgis_trunk/liblwgeom/liblwgeom.a -L/usr/local/lib -lgdal gcc: error: ../rt_core/librtcore.a: No such file or directory make[2]: *** [rtpostgis-2.0.so] Error 1 make[2]: Leaving directory `/usr/local/src/postgis_trunk/raster/rt_pg'
Change History (9)
comment:1 by , 13 years ago
Version: | 1.5.X → trunk |
---|
comment:2 by , 13 years ago
comment:3 by , 13 years ago
Summary: | compilation fails with `make -jX` → [raster] Compilation fails with `make -jX` |
---|
comment:4 by , 13 years ago
Milestone: | PostGIS 2.0.0 → PostGIS Raster Future |
---|---|
Priority: | medium → low |
Lowered priority and moved from 2.0 to Future as this is a nice feature to have though I can't complain about the compile time of PostGIS with raster and topology.
comment:5 by , 13 years ago
Milestone: | PostGIS Raster Future → PostGIS Future |
---|
comment:8 by , 12 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Same here. No errors with make -j3 on r11228.
Note:
See TracTickets
for help on using tickets.
PostGIS Makefiles are pretty messy. You'll have worst problems than this one (deps not correctly tracked). Anyway, any improvement patch is welcome.