Changes between Version 28 and Version 29 of DevWikiWinMingWSys_20
- Timestamp:
- 11/28/11 04:08:35 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevWikiWinMingWSys_20
v28 v29 398 398 399 399 * Open up /c/projects/json-c/rel-0.9/include/json/json_object.h 400 * remark out line 32 that reads {{{ typedef int boolean }}} 401 * so it should now read {{{ /** typedef int boolean; **/ }}} 400 * remark out line 32 that reads 401 {{{ typedef int boolean }}} 402 * so it should now read 403 {{{ /** typedef int boolean; **/ }}} 402 404 * During the PostGIS configure process, you have to put this back the way it was otherwise configure complains json.h or something is not usable and refuses to configure with JSON-C support. Then you remark the line out again during compile. Crazy I know, but json-c won't compile without that line so can't take it out before json-c compile. 403 405