Changes between Version 152 and Version 153 of DevWikiWinMingW64
- Timestamp:
- 03/30/13 18:33:25 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevWikiWinMingW64
v152 v153 385 385 386 386 == Compiling PostGIS 2.0 == 387 * 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 387 388 == HACK only needed for PostGIS 2.0.3 and below (also not an issue if compiling 1.5 branche) (fixed in branch/2.0 and trunk already) == 389 * 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 388 390 * This also causes issues for shp2pgsql. The issue is the fact that the MingW64 chain uses 389 391 * 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