bochs can't compile in mac (solved)

bochs can't compile in mac because the configure always set gui_debugger=1, just set this variable to 0 in line 22459. Bochs can be compile in mac with "./configure --enable-disasm --with-sdl --enable-debugger"