The SDL version of VBA-M does not compile out of the box on OS X, even if the machine has cmake installed (cmake does not come standard on OS X). I have added two files and modified the CMakeLists.txt so that the SDL version compiles on OS X. I attached a patch to this topic, which is current as of revision 671.
Â
I have only tested this on an Intel Mac running 10.5.3 (the latest version) as of this date. To get it to compile, first install cmake on the machine, either through MacPorts, fink, or by downloading and compiling it from the official cmake site, then cd into the vbam directory and run:
Â
cmake .
make
sudo make install
Â
(Obviously, keep in mind all the usual security stuff involving sudo.)
Â
This will install vbam in /usr/local/bin and the configuration file in /etc
Â
As of the current revision, sound does not seem to be working, so don't be alarmed if you get no sound.