A couple quick updates:
UnixImageIO framework 1.0.21 – updated to latest libpng.
SQLite3 framework 3.5.4-1.
A couple quick updates:
UnixImageIO framework 1.0.21 – updated to latest libpng.
SQLite3 framework 3.5.4-1.
Squashed a bug in pgRouting that caused driving distance to fail to load.
Something happened in the last build that disabled GD, and thus GIF, PNG and JPEG support. Oops. Fixed.
Latest MapServer is now available.
The post-processing script missed a library and Python support would not start. Fixed (I didn’t bother to bump the version number).
Qgis 0.9.2rc1 is available. Just a reminder for those that didn’t see it on the download page or in the readme (and I forgot I had already documented it) – when running the Leopard version when the python.org Python is installed, Qgis WILL crash.
I need to work on a post-processing script – again I forgot one step with the embedded Postgres library. Fixed.
Fixed problem in GRASS Leopard installer where nothing seems to get installed, though it says it was successful. It’s a Leopard “feature” that it will search for other GRASS.app binaries that may have been moved, OR built copies in the GRASS source.
GDAL was having problems with GeoTIFFs in 64bit mode. I tracked it down to an optimization problem, probably bugs in Apple’s GCC. The only solution I could find was to enable minimal optimization (-O1 for those that know what that means). Hopefully Apple will address this and other Xcode problems soon. Until then, GDAL may be a bit slower than usual.
Another 64bit problem is with the HDF4 format. Corrupt reading, and segfaults on writing. I was able to get writing to work, but there are still corrupt reads. The HDF4 libraries apparently have some known 64bit issues, which will hopefully be addressed in the next version.
The SQL for the TSP and DD extras used the wrong name for their libraries, and wouldn’t load. Fixed.