On Dec 7, 2007, at 6:43 PM, Pierre d'Herbemont wrote:


On Dec 7, 2007, at 1:42 PM, Alexander Graf wrote:

Right now there is no graphical output available except for VNC, as the cocoa output depends on deprecated APIs that are no longer available in 64-bit mode and SDL does not compile on x86_64 Darwin yet.

This is the QuickDraw API? If so, it should be quite straight forward to use OpenGL or CoreGraphics instead... What about not disabling Cocoa, and simply print a nice #error or #warning that explains that the quickdraw part needs fixing?

Pierre.




Yes, it's the QuickDraw API. I'm currently looking into this, so if you know anything about the transition to CoreGraphics, please let me know or point me to some documentation on that.

I'd rather have a proper patch for the cocoa output than anything else. Disabling it is only a temporary workaround to have it build at all.

Cheers,

Alex


Reply via email to