I've been working on this, and I finally installed zlib correctly from http://www.gzip.org/zlib/zlib_faq.html-->
15. Why does "make test" fail on Mac OS X? Mac OS X already includes zlib as a shared library, and so -lz links the shared library instead of the one that the "make" compiled. For zlib 1.1.3, the two are incompatible due to different compile-time options. Simply change the -lz in the Makefile to libz.a, and it will use the compiled library instead of the shared one and the "make test" will succeed.
Well, I installed zlib correctly, and then I tried re-installing xmms. ./configure works fine, but in make it ends with:
titlestring.c:1317: bad macro argument list
cpp-precomp: warning: errors during smart preprocessing, retrying in basic mode
*** Error code 1
Stop in /Users/austinp/x11/xmms-1.2.7/libxmms.
*** Error code 1
Stop in /Users/austinp/x11/xmms-1.2.7.
*** Error code 1
Stop in /Users/austinp/x11/xmms-1.2.7.
Whatever that means, I don't know, but how do I fix this??? Any ideas?? Thanks javascript: x()