Thread overview
wxD (GUI) and Code::Blocks (IDE)
Jan 03, 2007
Mark Wrenn
January 03, 2007
wxD GUI should use GDC 0.21 and wxWidgets 2.8.0 before wxD 1.0,
so there will be a Alpha 9 release with GDC 0.20 and wx 2.6.3:

http://wxd.sourceforge.net/ (CVS/Alpha)

Code::Blocks IDE supports using DMD and GDC as C/C++ compilers,
full D language support will come after the 1.0 release of CB:

http://www.codeblocks.org/ (SVN/Nightly)

Both support all three targets: Windows, Linux and Macintosh.
(using the precompiled packages at gdcwin, gdcgnu and gdcmac)

--anders

PS.
Should also work (but is unsupported) on FreeBSD and Solaris.
You will have to compile from source code on those platforms.
January 03, 2007
On Wed, 03 Jan 2007 14:04:48 +0100, Anders F Björklund wrote:

> wxD GUI should use GDC 0.21 and wxWidgets 2.8.0 before wxD 1.0, so there will be a Alpha 9 release with GDC 0.20 and wx 2.6.3:
> 
> http://wxd.sourceforge.net/ (CVS/Alpha)
> 
> Code::Blocks IDE supports using DMD and GDC as C/C++ compilers, full D language support will come after the 1.0 release of CB:
> 
> http://www.codeblocks.org/ (SVN/Nightly)
> 
> Both support all three targets: Windows, Linux and Macintosh. (using the precompiled packages at gdcwin, gdcgnu and gdcmac)
> 
> --anders
> 
> PS.
> Should also work (but is unsupported) on FreeBSD and Solaris.
> You will have to compile from source code on those platforms.

Anders,
Is there a version of CodeBlocks that runs on MacOS?  I took a quick look
at the website but only saw mention of Windows and Linux.

Mark
January 03, 2007
Mark Wrenn wrote:

> Anders,
> Is there a version of CodeBlocks that runs on MacOS?

Yes, see the codeblocks.org site and the BerliOS project:
http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks#Mac_OS_X
http://developer.berlios.de/project/showfiles.php?group_id=5358&release_id=9217

> I took a quick look
> at the website but only saw mention of Windows and Linux.

Just as with D, Mac OS X is not officially supported...
It's available for Panther (PPC) and Tiger (Universal)
If you want, you can also run the wxGTK version in X11.

--anders