Compiling Bochs on Mac os x Snow Leopard

后端 未结 8 1383
耶瑟儿~
耶瑟儿~ 2021-02-05 23:42

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...

8条回答
  •  后悔当初
    2021-02-06 00:04

    @user6779

    Make sure you do not use the flat unix binary that is created, but rather the Mac OS bundle (called bochs.app).

    Eg from the terminal:

    ./bochs.app/Contents/MacOS/bochs
    

    And you will no longer receive that assertation.

提交回复
热议问题