Page 1 of 1

Mac Developer Wanted

Posted: Sun 23.12.2007, 20:09
by Jug
The MAngband Project Team needs you! :)

In the upcoming release of MAngband we are making significant changes which break compatibility with all existing client versions. New clients will be available for download for Windows and Linux, but we currently have no support for Mac OS.

If you are a Mac developer and fancy lending a hand with Mac compatibility we would be very happy to talk to you. You will also earn the eternal gratitude of the future Mac MAngband players around the world. :D. Please either send me a private message through the forum or better yet, simply drop into #mangband-dev on irc.freenode.net

Re: Mac Developer Wanted

Posted: Mon 15.09.2008, 01:01
by realhao
Just wanted to say that the X11 display for Mac seems to work fine. I think the Mac autoconf is broken, and it doesn't automatically detect the X11 libraries so the Makefile generated doesn't try to compile with X11. I just added -D"USE_X11", -L/usr/X11/lib, and -lX11 to the appropriate locations and everything worked. I also didn't define the system as Mac in h-config.h; when I did define Mac in h-config.h, the compilation didn't work.

Re: Mac Developer Wanted

Posted: Thu 23.12.2010, 00:24
by silicontrip
Is this still wanted?

I did manage to compile the SDL version of mangband. However the display updates were horrendously slow. I went back to the X11 version.

I have noticed that building the X11 version release 1.1.2 crashes on PPC machines but does not on intel. I'm guessing it's a byte alignment issue, PPC is much fussier about alignment of structs etc.

let me know.
Mark