PDA

View Full Version : Help, I need a compiler :/


Last Wrath
2006.09.02, 01:58 PM
Hi guys,

Im searching a compiler... now for a longer time, but I didnt found one. Im making a modification from the "Cubegameenigne", but I need a comp... Im working with "SubEthaEdit". Can anyone help me? Im using OS 10.3.9 (developer tools are installed) and I need a compiled compiler (not a source from a compiler).


Greets, LW :D

sealfin
2006.09.02, 03:17 PM
What language are you looking for a compiler for? If the developer tools are installed and you're working in C, C++, Objective-C, or Java, why don't you just use Xcode?

Last Wrath
2006.09.02, 05:13 PM
What language are you looking for a compiler for? If the developer tools are installed and you're working in C, C++, Objective-C, or Java, why don't you just use Xcode?


Im using C/C++. But I havent got Xcode, if I reinstall my OS, I havent it, too. It isnt on the install/ additional software CD.

Cochrane
2006.09.02, 05:30 PM
You can always download Xcode after free registration from http://connect.apple.com

akb825
2006.09.02, 05:46 PM
Just FYI, if XCode isn't installed, you don't have the developer tools installed. To use the compiler after installing the developer tools, you have 2 options: use the compiler directly from the command line or use a program (such as XCode) that interfaces with the compiler.

KittyMac
2006.09.02, 08:23 PM
XCode is in /Developer/Applications/XCode... just in case you're looking for it in the standard applications directy.