Changes between Version 28 and Version 29 of DevWikiWinMingWSys_20


Ignore:
Timestamp:
Nov 28, 2011, 4:08:35 AM (12 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiWinMingWSys_20

    v28 v29  
    398398
    399399 * 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; **/ }}}
    402404 * 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.
    403405