Hello, Short version: I have the source for a cross-platform program. It comes with a make file for Linux, and the files for Xcode, (for compiling on Mac and Linux respectively). I want to compile the program for Mac OS X, from Linux. Is this possible? I need a .app file, not just an executable.
Long version: I use Linux at home (duh), and the school I go to uses Mac OS X (some Intel, some PPC), and I want to be able to use this program at the school, but it would be a pain to compile it on the school computers (mainly because I would have to puzzle out Xcode), also if I need a new feature or bug fix in a new version, I would have to go through this all again. So if I could compile this program for Mac, from Linux, that would save a lot of time. Thanks, Aidan
