D.gnu - GDC with Xcode - Mac GUI
- =?ISO-8859-1?Q?Anders_F_Bj=F6rklund?= (18/18) Jan 18 2005 I put a small webpage up with GDC running under Xcode:
I put a small webpage up with GDC running under Xcode: http://www.algonet.se/~afb/d/xcode/ Haven't done any real integration of the compiler and linker yet, so I just hacked in an invocation for the main application binary: gdc main.d -g -o $(BUILD_DIR)/$(EXECUTABLE_PATH) -Wl,-framework,Carbon But it does do syntax coloring, error reporting and also debugging - even if linking and name mangling is not exactly perfect at the moment. The sample project expects GDC to be installed under the dir "/opt/gdc", you can do a symbolic link if needed: ln -s /usr/local/gcc-3.4 /opt/gdc More stuff about getting started with the Carbon framework found here: http://developer.apple.com/referencelibrary/GettingStarted/GS_Carbon/index.html I also have a DMG for installing GDC 0.10 with GCC-3.4.3, which is about 30 megs after compacting with regular gzip. Looks like: http://www.algonet.se/~afb/d/gdc-installer.jpg After installing, the two packages requires about 120 MB. (gdc-0.10-3 and gdc-c++-0.10-3, built from the source RPM) SRPM: http://www.algonet.se/~afb/d/gdc-0.10-3.nosrc.rpm --anders
Jan 18 2005