March 21, 2012 Re: [dmd-internals] Compiling DMD on Lion with the Xcode 4.3 SDK | ||||
---|---|---|---|---|
| ||||
Posted in reply to David Nadlinger Attachments:
| On Mar 21, 2012, at 10:42 AM, David Nadlinger <code@klickverbot.at> wrote:
> Nope, compiling it with the Makefile from Git doesn't work for me either (standard headers are not found due, presumably to the invalid -isysroot). I just meant that I can't really test if the code compiles on a »vanilla« Lion/Xcode 4.3 install.
>
> David
Of course it won't work on a default (if that what you're meaning with "vanilla") installation of Xcode 4.3. The command line tools are not installed by default, IIRC.
--
/Jacob Carlborg
|
April 20, 2012 Re: [dmd-internals] Compiling DMD on Lion with the Xcode 4.3 SDK | ||||
---|---|---|---|---|
| ||||
Posted in reply to Sean Kelly | I've just had to upgrade, so I'll be looking into this if it's still an issue. On Mar 21, 2012, at 7:26 AM, Sean Kelly wrote: > Yeah, this is why I've avoided installing 4.3. Testing for the directory should work though. > > On Mar 21, 2012, at 2:42 AM, "David Nadlinger" <code@klickverbot.at> wrote: > >> On 21 Mar 2012, at 10:28, Jacob Carlborg wrote: >>> On Mar 20, 2012, at 07:05 PM, David Nadlinger <code@klickverbot.at> wrote: >>>> Is there an easy way to uninstall the additional command line tools? I'm running 4.3 and could work on a fix, but I already installed said package which restores /usr/bin/gcc and friends. >>> >>> I have the command line tools installed and it's not working. It can't find crt1.o when linking DMD. Can you compiler DMD properly? >> >> Nope, compiling it with the Makefile from Git doesn't work for me either (standard headers are not found due, presumably to the invalid -isysroot). I just meant that I can't really test if the code compiles on a »vanilla« Lion/Xcode 4.3 install. >> >> David >> _______________________________________________ >> dmd-internals mailing list >> dmd-internals@puremagic.com >> http://lists.puremagic.com/mailman/listinfo/dmd-internals > _______________________________________________ > dmd-internals mailing list > dmd-internals@puremagic.com > http://lists.puremagic.com/mailman/listinfo/dmd-internals _______________________________________________ dmd-internals mailing list dmd-internals@puremagic.com http://lists.puremagic.com/mailman/listinfo/dmd-internals |
April 20, 2012 Re: [dmd-internals] Compiling DMD on Lion with the Xcode 4.3 SDK | ||||
---|---|---|---|---|
| ||||
Posted in reply to Sean Kelly | https://github.com/D-Programming-Language/dmd/pull/895 On Apr 20, 2012, at 10:35 AM, Sean Kelly wrote: > I've just had to upgrade, so I'll be looking into this if it's still an issue. > > On Mar 21, 2012, at 7:26 AM, Sean Kelly wrote: > >> Yeah, this is why I've avoided installing 4.3. Testing for the directory should work though. >> >> On Mar 21, 2012, at 2:42 AM, "David Nadlinger" <code@klickverbot.at> wrote: >> >>> On 21 Mar 2012, at 10:28, Jacob Carlborg wrote: >>>> On Mar 20, 2012, at 07:05 PM, David Nadlinger <code@klickverbot.at> wrote: >>>>> Is there an easy way to uninstall the additional command line tools? I'm running 4.3 and could work on a fix, but I already installed said package which restores /usr/bin/gcc and friends. >>>> >>>> I have the command line tools installed and it's not working. It can't find crt1.o when linking DMD. Can you compiler DMD properly? >>> >>> Nope, compiling it with the Makefile from Git doesn't work for me either (standard headers are not found due, presumably to the invalid -isysroot). I just meant that I can't really test if the code compiles on a »vanilla« Lion/Xcode 4.3 install. >>> >>> David >>> _______________________________________________ >>> dmd-internals mailing list >>> dmd-internals@puremagic.com >>> http://lists.puremagic.com/mailman/listinfo/dmd-internals >> _______________________________________________ >> dmd-internals mailing list >> dmd-internals@puremagic.com >> http://lists.puremagic.com/mailman/listinfo/dmd-internals > > _______________________________________________ > dmd-internals mailing list > dmd-internals@puremagic.com > http://lists.puremagic.com/mailman/listinfo/dmd-internals _______________________________________________ dmd-internals mailing list dmd-internals@puremagic.com http://lists.puremagic.com/mailman/listinfo/dmd-internals |
Copyright © 1999-2021 by the D Language Foundation