If anyone was hesitating, I thought it might help to tell you
that I just compiled version 0.133 from the subversion
repo with absolutely no issues, and I'm using it to post
this message. I'm on a Linux system (Fedora 6) with some updates,
and I had previously been using version 0.132 with a couple of
the more important fixes some of you have devised.
The command for checking out the code, assuming you have
the subversion program "svn" is:
svn checkout http://svn.gnome.org/svn/pan2/trunk pan2
On my 64 bit AMD system, I then use
cd pan2
./autogen.sh --prefix=/usr --libdir=/usr/lib64
to construct the "configure" program and to run it. Then
make
and sudo make install
-Greg