[postgis-tickets] [PostGIS] #3102: Can't compile under windows mingw64 anymore

PostGIS trac at osgeo.org
Sat Apr 25 17:04:55 PDT 2015


#3102: Can't compile under windows mingw64 anymore
---------------------------+---------------------------
 Reporter:  robe           |      Owner:  robe
     Type:  defect         |     Status:  new
 Priority:  blocker        |  Milestone:  PostGIS 2.2.0
Component:  loader/dumper  |    Version:  2.1.x
 Keywords:                 |
---------------------------+---------------------------
 {{{
 shp2pgsql-core.c:1797:3: warning: implicit declaration of function
 'setlocale' [-Wimplicit-function-declaration]
    char *oldlocale = setlocale(LC_NUMERIC, "C");
    ^
 shp2pgsql-core.c:1797:31: error: 'LC_NUMERIC' undeclared (first use in
 this function)
    char *oldlocale = setlocale(LC_NUMERIC, "C");
 }}}

 This seems to have started happening at r13439 accoding to winnie

--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/3102>
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