Re: Mac OS installer

2013-01-26 Thread Elias Zamaria
I have been able to compile and run D programs for quite some time. I just thought I was using the 2.060 version of the compiler you gave me, until I checked what version I was actually using. My guess is that the 2.061 installer may have installed the new DMD, despite the error message.

Re: Mac OS installer

2013-01-26 Thread Jacob Carlborg
On 2013-01-26 03:50, Elias Zamaria wrote: I have GCC and I have used it to compile C programs. Anyway, I tried typing "dmd" at the terminal and it tells me I have version 2.061. I have no idea how that got there or if the whole thing got installed. Hehe, try a Hello World application: // main.

Re: Mac OS installer

2013-01-25 Thread Elias Zamaria
I have GCC and I have used it to compile C programs. Anyway, I tried typing "dmd" at the terminal and it tells me I have version 2.061. I have no idea how that got there or if the whole thing got installed.

Re: Mac OS installer

2013-01-25 Thread Jacob Carlborg
On 2013-01-25 04:35, Elias Zamaria wrote: I found my OS X DVD and tried to install Xcode, but I am getting a similar "The installation failed" error. If I manage to install it, I will post here about whether I still have problems installing DMD. I'm sorry your having so much trouble with this.

Re: Mac OS installer

2013-01-24 Thread Elias Zamaria
I found my OS X DVD and tried to install Xcode, but I am getting a similar "The installation failed" error. If I manage to install it, I will post here about whether I still have problems installing DMD. On Tuesday, 8 January 2013 at 04:58:00 UTC, Joshua Niehus wrote: On Tuesday, 8 January 20

Re: Mac OS installer

2013-01-24 Thread Elias Zamaria
I reported the issue with the installer text. It can be seen at http://d.puremagic.com/issues/show_bug.cgi?id=9392

Re: Mac OS installer

2013-01-21 Thread Jacob Carlborg
On 2013-01-22 04:19, Elias Zamaria wrote: I have another question: if the installer is made for 10.7 and later, then why does it say "This package is intended for Mac OS X Leopard (10.5) only."? Maybe that is a mistake but a lot of people, including me before I asked about this issue, are probabl

Re: Mac OS installer

2013-01-21 Thread Elias Zamaria
I have another question: if the installer is made for 10.7 and later, then why does it say "This package is intended for Mac OS X Leopard (10.5) only."? Maybe that is a mistake but a lot of people, including me before I asked about this issue, are probably confused seeing the message saying tha

Re: Mac OS installer

2013-01-21 Thread Jacob Carlborg
On 2013-01-21 09:41, Elias Zamaria wrote: If Xcode is required to run DMD, then how did you make that custom installer for 2.060 that I installed without Xcode? If I already have GCC installed, why doesn't the installer work? What does that have to do with Xcode? Xcode is not needed to run the

Re: Mac OS installer

2013-01-21 Thread Elias Zamaria
If Xcode is required to run DMD, then how did you make that custom installer for 2.060 that I installed without Xcode? If I already have GCC installed, why doesn't the installer work? What does that have to do with Xcode?

Re: Mac OS installer

2013-01-20 Thread Jacob Carlborg
On 2013-01-21 06:42, Elias Zamaria wrote: I have been somewhat reluctant to create an Apple developer account just to be able to download and install the version of Xcode I need to be able to install DMD. I will try it when I feel like spending the time. Out of curiosity, why is Xcode required to

Re: Mac OS installer

2013-01-20 Thread Elias Zamaria
I have been somewhat reluctant to create an Apple developer account just to be able to download and install the version of Xcode I need to be able to install DMD. I will try it when I feel like spending the time. Out of curiosity, why is Xcode required to install DMD?

Re: Mac OS installer

2013-01-14 Thread Russel Winder
On Mon, 2013-01-14 at 09:51 +0100, Jacob Carlborg wrote: […] > > Because it's not available for Snow Leopard. > That'll be why then. I spent some money getting a Lion flash drive, we'll see if I can upgrade to it. If not … -- Russel. ===

Re: Mac OS installer

2013-01-14 Thread Jacob Carlborg
On 2013-01-14 09:28, Russel Winder wrote: On Mon, 2013-01-14 at 09:11 +0100, Jacob Carlborg wrote: […] Xcode is not available on Snow Leopard. Perhaps that's what you're saying. I have Xcode 3, but cannot find a way of getting Xcode 4 for Snow Leopard. Because it's not available for Snow Leo

Re: Mac OS installer

2013-01-14 Thread Russel Winder
On Mon, 2013-01-14 at 09:11 +0100, Jacob Carlborg wrote: […] > Xcode is not available on Snow Leopard. Perhaps that's what you're saying. I have Xcode 3, but cannot find a way of getting Xcode 4 for Snow Leopard. -- Russel.

Re: Mac OS installer

2013-01-14 Thread Jacob Carlborg
On 2013-01-14 08:38, Russel Winder wrote: I am having a similar problem trying to get Xcode 4 for Snow Leopard. Clearly Apple's policy is that anything other than currently purchasable hardware is out-of-date legacy and should be immediately disposed of, to be replaced with something new and shi

Re: Mac OS installer

2013-01-13 Thread Jacob Carlborg
On 2013-01-14 06:40, Elias Zamaria wrote: Jacob, can I just run the commands or do I need to be in a specific directory (/usr or /usr/bin or something like that)? Do I need to replace the ${MAKER} string? If so, with what? You first need to install Xcode. Which you will need regardless of how

Re: Mac OS installer

2013-01-13 Thread Jacob Carlborg
On 2013-01-14 06:28, Elias Zamaria wrote: I don't have Xcode. I will try installing it and seeing how it influences the D installer. You do need Xcode regardless of how you install D. You can download older versions here: https://developer.apple.com/downloads/index.action Search for "Xcode"

Re: Mac OS installer

2013-01-13 Thread Russel Winder
On Mon, 2013-01-14 at 06:32 +0100, Elias Zamaria wrote: > I tried getting it from the app store and got an error dialog > saying "Xcode can't be installed on Macintosh HD because Mac OS X > version 10.7.4 or later is required.". I am trying to find an > older version that will work on 10.6 but s

Re: Mac OS installer

2013-01-13 Thread Elias Zamaria
Jacob, can I just run the commands or do I need to be in a specific directory (/usr or /usr/bin or something like that)? Do I need to replace the ${MAKER} string? If so, with what? On Tuesday, 8 January 2013 at 07:57:46 UTC, Jacob Carlborg wrote: On 2013-01-08 05:00, Elias Zamaria wrote: I am

Re: Mac OS installer

2013-01-13 Thread Elias Zamaria
I tried getting it from the app store and got an error dialog saying "Xcode can't be installed on Macintosh HD because Mac OS X version 10.7.4 or later is required.". I am trying to find an older version that will work on 10.6 but so far I haven't found a way to get it without creating an Apple

Re: Mac OS installer

2013-01-13 Thread Elias Zamaria
I don't have Xcode. I will try installing it and seeing how it influences the D installer. On Tuesday, 8 January 2013 at 04:58:00 UTC, Joshua Niehus wrote: On Tuesday, 8 January 2013 at 04:00:25 UTC, Elias Zamaria wrote: Can anyone help me with this? Do you have Xcode installed? If so, do yo

Re: Mac OS installer

2013-01-08 Thread Jacob Carlborg
On 2013-01-08 05:00, Elias Zamaria wrote: I am trying to upgrade to DMD 2.061. What am I supposed to do? I tried running the installer but I got the same error I got the last time (see http://forum.dlang.org/thread/yrcyfaalimocuovsv...@forum.dlang.org or http://forum.dlang.org/thread/bug-868...@h

Re: Mac OS installer

2013-01-08 Thread Russel Winder
On Tue, 2013-01-08 at 13:33 +0100, Mengu wrote: […] > there is a homebrew recipe. > > brew install dmd Has anyone got a port into MacPorts? -- Russel. = Dr Russel Winder t: +44 20 7585 2200 voip: sip:russel.win..

Re: Mac OS installer

2013-01-08 Thread Mengu
On Monday, 22 October 2012 at 13:45:10 UTC, Adam D. Ruppe wrote: I was recently involved in a stack overflow question about mac os: http://stackoverflow.com/questions/12832241/cant-install-dmd-2-060-on-os-x-10-6-8/12897850 I gave my usual answer of "just use the zip" which solved the problem

Re: Mac OS installer

2013-01-08 Thread Jacob Carlborg
On 2013-01-08 05:00, Elias Zamaria wrote: I am trying to upgrade to DMD 2.061. What am I supposed to do? I tried running the installer but I got the same error I got the last time (see http://forum.dlang.org/thread/yrcyfaalimocuovsv...@forum.dlang.org or http://forum.dlang.org/thread/bug-868...@h

Re: Mac OS installer

2013-01-07 Thread Jacob Carlborg
On 2013-01-08 05:57, Joshua Niehus wrote: On Tuesday, 8 January 2013 at 04:00:25 UTC, Elias Zamaria wrote: Can anyone help me with this? Do you have Xcode installed? If so, do you have "Command Line Tools" installed? Otherwise, you'll need to install Xcode (free from app store), then: Open Xco

Re: Mac OS installer

2013-01-07 Thread Joshua Niehus
On Tuesday, 8 January 2013 at 04:00:25 UTC, Elias Zamaria wrote: Can anyone help me with this? Do you have Xcode installed? If so, do you have "Command Line Tools" installed? Otherwise, you'll need to install Xcode (free from app store), then: Open Xcode -> Preferences -> Downloads -> Componen

Re: Mac OS installer

2012-10-23 Thread Adam D. Ruppe
On Tuesday, 23 October 2012 at 09:15:37 UTC, Jacob Carlborg wrote: Could you try this installer (or relay the information to stackoverflow): Thanks! I don't have a mac so can't test myself, but I forwarded it to the SO person.

Re: Mac OS installer

2012-10-23 Thread Jacob Carlborg
On 2012-10-22 15:45, Adam D. Ruppe wrote: I was recently involved in a stack overflow question about mac os: http://stackoverflow.com/questions/12832241/cant-install-dmd-2-060-on-os-x-10-6-8/12897850 I gave my usual answer of "just use the zip" which solved the problem there, but perhaps there

Re: Mac OS installer

2012-10-22 Thread Jacob Carlborg
On 2012-10-22 15:45, Adam D. Ruppe wrote: I was recently involved in a stack overflow question about mac os: http://stackoverflow.com/questions/12832241/cant-install-dmd-2-060-on-os-x-10-6-8/12897850 I gave my usual answer of "just use the zip" which solved the problem there, but perhaps there