[postgis-tickets] [PostGIS] #4180: liblwgeom.h:2378:10: fatal error: lwinline.h: No such file or directory
PostGIS
trac at osgeo.org
Sun Sep 16 08:11:43 PDT 2018
#4180: liblwgeom.h:2378:10: fatal error: lwinline.h: No such file or directory
------------------------------------+---------------------------
Reporter: robe | Owner: robe
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 2.5.0
Component: build/upgrade/install | Version: 2.4.x
Resolution: | Keywords:
------------------------------------+---------------------------
Comment (by robe):
It appears that in r16342 the raster make file was changed to include
these lines at the top.
{{{
CC=@CC@
CFLAGS=-I../liblwgeom @CFLAGS@ @WARNFLAGS@
LDFLAGS = @LDFLAGS@
all: @RT_CORE_LIB@ @RT_PG_LIB@ @RT_LOADER@ @RT_POSTGIS_SQL@
}}}
with note:
{{{
Address configure issues for unusual CC/CFLAGS
Patch by Raúl Marín Rodríguez.
Closes #3995
Closes https://github.com/postgis/postgis/pull/195
}}}
I know this change was done a while ago - in January, but could be only
showing now because the includes between 3.0 and 2.5 are tripping each
other.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4180#comment:3>
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