First, I built the following libraries on my PowerBook G4: FFTW
<http://www.fftw.org/>, libsndfile <http://www.mega-nerd.com/
libsndfile/>, libFLAC <http://flac.sourceforge.net/index.html> ,
libOGG <http://xiph.org/ogg/>, sqlite <http://www.sqlite.org/>, and
libmad <http://www.underbit.com/products/mad/>. I copied the static
library (.a) files and include (.h) files into the $XBAT_ROOT/Core/
Build/LIBS directory.
Then, I made code changes so that XBAT could be built on my PowerBook
G4. I have posted a subversion diff file with my code changes in the
Files section <http://groups.google.com/group/xbat-devel/files> with
the name PRE_5_MAC.diff. XBAT builds with no errors on my PowerBook
with these changes. It runs normally, but I have not tested it
extensively. I am working on applying these changes to the 'heart'
branch of XBAT.
I have been in touch with Harold and Matt, and these changes should
make it into an XBAT release after some more extensive testing.
-Mark