PDA

View Full Version : MAC cross compilers for windows.


Nikster
10-18-2006, 03:54 AM
Anyone know of any MAC compilers for windows ? It's no biggy but I'd like to keep my development on my windows machine as I currently have 5 platforms already setup there for cross compiling, it would just be nice to add MAC so I can do a one shot build for all platforms.

Cheers,

Nik

esmelon
10-18-2006, 05:33 AM
Look at REALbasic 2006 Professional Edition
http://www.realbasic.com/

Nikster
10-18-2006, 05:59 AM
Maybe I should have added, I code C/C++ :D

Cheers.

esmelon
10-18-2006, 06:24 AM
I know that :D

For information visit this page:
http://www.maccompanion.com/archives/september2005/Columns/According_to_Hoyle_1.htm

I don’t think situation was cardinally changed.

princec
10-18-2006, 07:17 AM
Time to learn another language eh?

Cas :)

Nikster
10-18-2006, 07:19 AM
Well, that link mainly focussed on cross platform libraries and the like, I'm not concerned about that, I'm mainly wanting a way to compile on a windows machine. Like I say, it's not life threatening, but would be nice to build all SKU's with once click :)

Ps:- back off Javakid ;)

princec
10-18-2006, 07:24 AM
:P Couldn't resist!
GCC not do the trick?

Cas :)

Nikster
10-18-2006, 07:27 AM
Good point, will check that out. Cheers.

zoombapup
10-18-2006, 07:54 AM
Hmm, about 12 years ago, I toyed with a windows cross compiler that built mac executables directly from devstudio. Or was it directly from that other IDE that everyone used to have to compile on macs..

Why did I even post this? :)

Erm.. dunno.

Sillysoft
10-18-2006, 09:35 PM
GCC is the (only?) compiler that gets used for building universal binary apps for Macs. So it's surely your best bet.