www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - [dvm] Can't install compilers on Mac

reply "Chris" <wendlec tcd.ie> writes:
I keep getting this message. Why?

Fetching: http://ftp.digitalmars.com/dmd.2.067.0.zip
[========================================>] 56256/54884 KB

Installing: dmd-2.067.0
An unknown error occurred:
tango.core.Exception.IOException /Users/doob/development/d/tango/tango/c
re/Exception.d(59): 
/Users/name/.dvm/bin/dmd-2.067.0 :: No such file or directory

OS X

Version 0.4.3
Apr 28 2015
parent reply Jacob Carlborg <doob me.com> writes:
On 2015-04-28 19:46, Chris wrote:
 I keep getting this message. Why?

 Fetching: http://ftp.digitalmars.com/dmd.2.067.0.zip
 [========================================>] 56256/54884 KB

 Installing: dmd-2.067.0
 An unknown error occurred:
 tango.core.Exception.IOException /Users/doob/development/d/tango/tango/core/Exception.d(59):
 /Users/name/.dvm/bin/dmd-2.067.0 :: No such file or directory

 OS X

 Version 0.4.3
Have you installed DVM itself, running "./dvm install dvm"? Can you please add the verbose flag, "-v", when installing a compiler and posting the output. -- /Jacob Carlborg
Apr 28 2015
parent reply "Chris" <wendlec tcd.ie> writes:
On Wednesday, 29 April 2015 at 06:41:30 UTC, Jacob Carlborg wrote:
 On 2015-04-28 19:46, Chris wrote:
 I keep getting this message. Why?

 Fetching: http://ftp.digitalmars.com/dmd.2.067.0.zip
 [========================================>] 56256/54884 KB

 Installing: dmd-2.067.0
 An unknown error occurred:
 tango.core.Exception.IOException /Users/doob/development/d/tango/tango/core/Exception.d(59):
 /Users/name/.dvm/bin/dmd-2.067.0 :: No such file or directory

 OS X

 Version 0.4.3
Have you installed DVM itself, running "./dvm install dvm"? Can you please add the verbose flag, "-v", when installing a compiler and posting the output.
Yes. Doesn't work. Maybe I should just download it and compile it myself?
Apr 29 2015
parent Jacob Carlborg <doob me.com> writes:
On 2015-04-29 23:24, Chris wrote:

 Yes. Doesn't work.
What happens when you run "./dvm install dvm"? What is the output? If the installation of DVM itself fails you will not be able to install compilers. You can verify the installation of DVM by opening a new shell session (a new tab or window in Terminal) and run "type dvm | head -1". It should print "dvm is a function".
 Maybe I should just download it and compile it myself?
No, should not be necessary and would most likely not make a difference. -- /Jacob Carlborg
Apr 30 2015