Donate Share

GCC D Compiler for Mac OS X

Code

Programming Languages: D, C++

License: GNU General Public License (GPL)

Show:

What's happening?

  • Comment: Install in custom directory is missing a directory

    This issue should be addressed with GDC 0.25, since it also affects installing the package on Leopard (it doesn't have i686-apple-darwin8, but rather i686-apple-darwin9 - even though the compiler works fine)

    2008-02-05 11:10:39 UTC by afb

  • Comment: Licence

    The only goal was to show the license to the user, to inform them of their freedoms... (also serves as a convenient place to show the disclaimer from damages and no warranty) That the Installer quits if not "accepting it" was a shortcoming/bug in Installer.app Any pointers for how to disable the "Disagree/Agree" popup dialog cheerfully accepted. It's possible that the 0.25 package will...

    2008-02-05 11:08:41 UTC by afb

  • Licence

    Installer requires you to agree to GPL2 to install - GPL only concerns distribution. This should be removed - it is against Stallman's Freedom 0. Relevant link: http://forum.soft32.com/linux2/Clickthrough-GPL-ftopict250159.html.

    2008-02-05 10:55:27 UTC by nobody

  • Comment: how to install

    If you download the gcc-5363 tarball directly, you should look at README.apple for building instructions. Assumingly you also want to download the gdc tarball and patch that in before... This project is mostly about the ready-to-run binaries in the Installer packages/disk images. But the details on adding GDC to GCC are all at http://dgcc.sourceforge.net/gdc/install.html.

    2008-01-31 10:36:38 UTC by afb

  • how to install

    i downloaded the GCC-5363 and was tryin to install it on my MacBook Pro i tried all the files, GNUmake couldn't figure out how it works, in the install directory a README says point to index.html i coulnd't find that neither. Appreciate your assistance My email address is Mohaned@gmail.com.

    2008-01-30 19:55:15 UTC by nobody

  • OS 10.5

    When can we expect a working build for Leopard/XCode 3.0? max DOT kaufmann AT gmail DOT com.

    2007-11-09 05:16:46 UTC by nobody

  • Comment: Cannot find Object.d

    I have no clue how that fix can possibly work but it did :) thanks (hope the bug is fixed for next released)

    2007-10-07 14:19:48 UTC by auria

  • Comment: Cannot find Object.d

    Sorry, this is a bug in the installer that it doesn't create the required GCC paths when installing to something other than the default "/usr" location. GDC tries to find the files by using a relative path, but that only works when the original starting point actually exists on file (but it being empty is OK) i.e. it looks in something like /usr/local/lib/gcc/../../include/d, when installing...

    2007-10-07 08:44:56 UTC by afb

  • Cannot find Object.d

    Hi, I installed gdc 0.24 on my computer. When trying to build D code, however, i get the following error: object.d: module object cannot read file 'object.d' this is quite easily fixed with flags: -I/usr/local/include/d/4.0.1/ -I/usr/local/include/d/4.0.1/powerpc-apple-darwin8 However, when building D apps from makefiles or DSSS i get this same error, and then it is really...

    2007-10-06 23:24:14 UTC by auria

  • Install in custom directory is missing a directory

    If you choose a directory other than /usr to install in, the compiler doesn't work; it spits out object.d: module object cannot read file 'object.d' The problem turns out to be that the default include directory isn't /include/d/4.0.1; rather, it's /lib/gcc/i686-apple-darwin8/4.0.1/../../../../include/d/4.0.1 -- and the installer does not create lib/gcc or anything under it,

    2007-09-22 18:47:55 UTC by koreth

Our Numbers