Changes between Version 123 and Version 124 of DevWikiWinMingW64
- Timestamp:
- 03/19/12 05:25:35 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified DevWikiWinMingW64
v123 v124 362 362 363 363 == 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 randomly365 * This probably also causes issues for shp2pgsql. The issue is the fact that the MingW64 chain uses the364 ** 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 366 366 * 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 367 367 * To work around this issue, I put in this pretty ugly hack in the liblwgeom/string_buffer.c around line 210