<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi.<br>
<br>
The next 3 emails you're about the read detail my endeavors to get
SDL_sound working on OSX Panther. The cliff's notes version is that I
tried a million things, but I couldn't get it to work. It is my hope
that detailing precisely what I did will lead to a solution.<br>
<br>
---<br>
<br>
The official SDL page indicates the SDL_sound works very well under OSX:<br>
<br>
<a
 href="http://www.libsdl.org/libraries.php?start=90&amp;order=name&amp;category=any&amp;completed=0&amp;os=any&amp;match_name=&amp;perpage=1">http://www.libsdl.org/libraries.php?start=90&amp;order=name&amp;category=any&amp;completed=0&amp;os=any&amp;match_name=&amp;perpage=1</a><br>
<br>
The official SDL_Sound page, <a
 href="http://www.icculus.org/SDL_sound/">http://www.icculus.org/SDL_sound</a>,
doesn't supply any OSX packages.<br>
<br>
Fink, the apt-get interface for OSX, doesn't have SDL_sound binaries in
its repositories according to their page:<br>
<br>
<a href="http://fink.sourceforge.net/pdb/package.php/sdl-sound-shlibs">http://fink.sourceforge.net/pdb/package.php/sdl-sound-shlibs</a><br>
<br>
A google search for SDL_sound OSX packages or fink binaries doesn't
give any useful results.<br>
<br>
I'm running OSX Panther, and I'm trying to compile SDL_sound 1.01 (both
the stable and svn branch). Basically, it's a mess, and I feel like I
can get really close to a successful compile, but tiny things are in my
way.<br>
<br>
I've already installed SDL 1.2.8, libogg, libvorbis, and smpeg from the
following locations:<br>
<ul>
  <li>libsdl: <a href="http://www.libsdl.org/release/SDL-1.2.8.tar.gz">http://www.libsdl.org/release/SDL-1.2.8.tar.gz</a><br>
  </li>
  <li>libogg: <a
 href="http://downloads.xiph.org/releases/ogg/libogg-1.1.2.tar.gz">http://downloads.xiph.org/releases/ogg/libogg-1.1.2.tar.gz</a><br>
  </li>
  <li>libvorbis: <a
 href="http://downloads.xiph.org/releases/vorbis/libvorbis-1.1.0.tar.gz">http://downloads.xiph.org/releases/vorbis/libvorbis-1.1.0.tar.gz</a></li>
  <li>smpeg: cvs -z3 -d:pserver:anonymous@cvs.icculus.org:/cvs/cvsroot
co smpeg<br>
  </li>
</ul>
<br>
I'll send separate emails with my experiences of the svn trunk, and
v1.01, so read on...<br>
<br>
<br>
</body>
</html>