[postgis-tickets] [PostGIS] #3757: PostGIS 2.4 doesn't compile against PostgreSQL 10 beta 1
PostGIS
trac at osgeo.org
Sat May 20 07:50:49 PDT 2017
#3757: PostGIS 2.4 doesn't compile against PostgreSQL 10 beta 1
---------------------+---------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 2.4.0
Component: postgis | Version: trunk
Keywords: |
---------------------+---------------------------
{{{
make[1]: Entering directory `/projects/postgis/branches/2.4/libpgcommon'
x86_64-w64-mingw32-gcc -I../liblwgeom -g -O2
-Ie:/jenkins/postgresql/rel/pg10w64gcc48/include/server
-Ie:/jenkins/postgresql/rel/pg10w64gcc48/include/server/port/win32
-I/projects/proj/rel-4.9.1w64gcc48/include -DDLL_EXPORT -DPIC -Wall
-Wmissing-prototypes -c -o gserialized_gist.o gserialized_gist.c
In file included from gserialized_gist.c:17:0:
../postgis_config.h:153:31: error: invalid suffix "PostgreSQL" on integer
constant
#define POSTGIS_PGSQL_VERSION 10PostgreSQL 10beta1
^
lwgeom_pg.h:142:5: note: in expansion of macro 'POSTGIS_PGSQL_VERSION'
#if POSTGIS_PGSQL_VERSION >= 85
^
../postgis_config.h:153:44: error: missing binary operator before token
"10beta1"
#define POSTGIS_PGSQL_VERSION 10PostgreSQL 10beta1
^
lwgeom_pg.h:142:5: note: in expansion of macro 'POSTGIS_PGSQL_VERSION'
#if POSTGIS_PGSQL_VERSION >= 85
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3757>
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