[postgis-devel] [PostGIS] #1409: Can't compile topology or raster anymore under mingw
PostGIS
trac at osgeo.org
Sun Dec 25 11:55:48 PST 2011
#1409: Can't compile topology or raster anymore under mingw
-----------------------------------+----------------------------------------
Reporter: robe | Owner: strk
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 2.0.0
Component: build/upgrade/install | Version: trunk
Keywords: |
-----------------------------------+----------------------------------------
Comment(by robe):
Okay employing this hack:
{{{
sed 's,$(PERL),perl,g' <topology/Makefile >topology/Makefile2
mv topology/Makefile2 topology/Makefile
}}}
for topology fixed my topology compile issue, however similar hack for
raster
{{{
sed 's,$(PERL),perl,g' <raster/rt_pg/Makefile >raster/rt_pg/Makefile2
mv raster/rt_pg/Makefile2 raster/rt_pg/Makefile
}}}
Did not. It doesn't seem to be complaining about not being able to find
perl though so something else must be wrong.
See attached build just trying to build --with-raster
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/1409#comment:2>
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-devel
mailing list