[postgis-devel] [PostGIS] #2102: Create separate json build for 2.0 and 2.1 for winnie

PostGIS trac at osgeo.org
Tue Nov 20 13:57:58 PST 2012


#2102: Create separate json build for 2.0 and 2.1 for winnie
-----------------------+----------------------------------------------------
 Reporter:  robe       |       Owner:  robe          
     Type:  defect     |      Status:  new           
 Priority:  medium     |   Milestone:  Management 2.0
Component:  buildbots  |     Version:  trunk         
 Keywords:             |  
-----------------------+----------------------------------------------------
 Just realized why winnie goes nuts when both 2.0 and 2.1 are changed.
 Duh.  On windows I have as par tof my buuild script to hack the json
 configuration because of the boolean bug.

 I have described in: http://trac.osgeo.org/postgis/wiki/DevWikiWinMingW64

 which requires a different sate on configure than for compile.

 {{{
     Open up /c/projects/json-c/rel-0.9/include/json/json_object.h
     remark out line 32 that reads

         typedef int boolean

     so it should now read

         /** typedef int boolean; **/


 }}}

 Since I'm using the same json build for both 2.0 and 2.1 every once in a
 while the two overwrite the configure mid build screwing up the other.
 Though I thought I had them chained so they would never run at the same
 time, I guess I don't except for within the same branch.

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