#2102 closed defect (fixed)
Create separate json build for 2.0 and 2.1 for winnie
Reported by: | robe | Owned by: | robe |
---|---|---|---|
Priority: | medium | Milestone: | Website Management, Bots |
Component: | QA/buildbots | Version: | master |
Keywords: | Cc: |
Description
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.
Note:
See TracTickets
for help on using tickets.
I have this tagged so my build is indifferent of what I'm building for since I'm now passing JSON_VER as part of my build script. nad this whole issue that spurned this is moot anyway since 0.10 came out and strk's changes in 2.1