Was someone able to compile the Bochs simulator under Snow Leopard. Leopard worked fine for me but under Snow Leopard I get alot of problems related to the Carbon library...
If you want to run Bochs on a 64-bit Mac, you will need to use a different GUI library. I recommend using X or SDL.
SDL: To do so, first download and install the LibSDL from http://www.libsdl.org/download-1.2.php, you will need the binaries and development libraries.
After extracting the Bochs source files, run ./configure --with-sdl=path-to-libsdl-dev-files
.
X11:
It should build out of the box: ./configure --with-x11 && make