Fixed a problem with compiling extensions on Tiger.
Category: Software
GDAL 1.5.1-3
Fixing the previous optimization problem revealed another. Apparently with the Xcode 3.1 beta, because the same day (after my GDAL update) the next beta was released, and the newly revealed bug was fixed. Yes, yet another GDAL update… this affects Leopard only (both 32bit and 64bit).
GDAL 1.5.1-2
I forgot about the optimization bug, and apparently it isn’t fixed in the Xcode 3.1 beta. GDAL 1.5.1 fixed to work around this – this update only affects those on 64bit Leopard (ie Core 2 Duo processors).
GEOS dev update
Another missing header due to project cleanup, fixed. This only affects those compiling software to use GEOS.
UnixImageIO Dev Update
I left out the libtiff headers in the Tiger build – fixed. This update only affects those compiling software to use UnixImageIO.
Big Batch of Updates, again
GDAL framework 1.5.1. I also removed the GDAL 1.4 copy from the Tiger installation – I had left that for compatibility with old software, but there were some linking problems with other old frameworks. This will break GRASS 6.2 for Tiger, unless the old Panther frameworks are installed, which will break newer apps, sorry.
UnixImageIO – updated libpng and libtiff.
GEOS framework 3.0.0 – I keep forgetting this one.
SQLite3 framework 3.5.7.
Postgres 8.3.1. Also PostGIS SVN to get some important fixes for using PostGIS with Postgres 8.3.
GRASS 6.3RC6.
Small Postgres update
I corrected some local build stuff in the PGXS configuration. This only affects those trying to compile extensions from source. Nothing has changed in the Postgres binaries.
Postgres 8.3.0
Postgres 8.3.0 is finally ready, along with rebuilt PostGIS and pgRouting extensions. Besides 8.3.0 itself, there are a few other changes in the distribution:
- Startup changed to a launch daemon. It is included in the installer (not separate), and the old startupitem will be deleted by the installer.
- Restored PL/Python language (I got it to build 64bits). But I’m permanently dropping PL/Perl because Apple’s Perl is simply not meant for 3rd-party use (while Apple has renewed interest in Python as much as to provide application templates in Xcode).
- Added locale support (translations for messages, separate from character encoding support which it always had).
- Data cluster is now initialized with UTF8 encoding.
- Expanded help files for some common questions and features, such as initializing a cluster for other locales and encodings.
PostGIS updated
Fixed non-functioning shp2pgsql and pgsql2shp tools in 32bit Leopard. Everything else is unchanged, you only need this on 32bit Leopard (that is, a Core Duo).
GRASS 6.3RC5
I tried to get the vdigit Python binary compiled, but no go. So here is RC5 without digitizing in the Python GUI.