Changes between Version 123 and Version 124 of DevWikiWinMingW64


Ignore:
Timestamp:
Mar 19, 2012, 5:25:35 AM (12 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiWinMingW64

    v123 v124  
    362362
    363363== Compiling PostGIS 2.0 ==
    364  * There is a problem at least for my Mingw64 that prevents functions like ST_AsText and ST_AsKML that makes it leave out digitis randomly
    365  * This probably also causes issues for shp2pgsql.  The issue is the fact that the MingW64 chain uses the
     364 ** There is a problem at least for my Mingw64 that prevents functions like ST_AsText and ST_AsKML that makes it leave out digits randomly
     365 * This also causes issues for shp2pgsql.  The issue is the fact that the MingW64 chain uses
    366366 * Microsoft's vsprintf version instead of the C99 one. This version when space is not enough returns an error code instead of length of output the write
    367367 * To work around this issue, I put in this pretty ugly hack in the liblwgeom/string_buffer.c around line 210