[postgis-tickets] [PostGIS] #2538: False detection of json support

PostGIS trac at osgeo.org
Fri Nov 8 21:55:22 PST 2013


#2538: False detection of json support
---------------------+------------------------------------------------------
 Reporter:  mwtoews  |       Owner:  pramsey      
     Type:  defect   |      Status:  new          
 Priority:  medium   |   Milestone:  PostGIS 2.1.2
Component:  postgis  |     Version:  2.1.x        
 Keywords:           |  
---------------------+------------------------------------------------------

Comment(by mwtoews):

 From what I understand, as described in #2539, using {{{-ljson-c}}} is
 newer style, but {{{json/json.h}}} is older style. It appears that JSON-C
 support is detected using a mixture of the two styles.

 A recommended action would be to test newer style {{{json-c/json.h}}} and
 {{{-ljson-c}}}, and if both fail then test older style {{{json/json.h}}}
 and {{{-ljson}}}.

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2538#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-tickets mailing list