Tagged Questions

6
votes
5answers
2k views

Compiling Bochs on Mac os x Snow Leopard

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... Ok, some more information ...
0
votes
0answers
60 views

Compiling Bochs on OSX, no target to make -lltdl

Like I said in the title, I'm trying to compile bochs on OSX. I'm using "custom" configure flags to mac it OSX "compatible" for the build, but in the makefile it calls to make -lltdl which I have ...
0
votes
1answer
356 views

InitCursor(), CreateStandardAlert(), RunStandardAlert() not declared in scope while compiling bochs

I was trying to compile bochs the sh .conf.macosx worked but the make command resulted in InitCursor(), CreateStandardAlert(), RunStandardAlert() not declared in scope is there something obvious ...