digitalmars.D.learn - [dvm] Can't install compilers on Mac
- Chris (9/9) Apr 28 2015 I keep getting this message. Why?
- Jacob Carlborg (6/15) Apr 28 2015 Have you installed DVM itself, running "./dvm install dvm"? Can you
- Chris (3/20) Apr 29 2015 Yes. Doesn't work. Maybe I should just download it and compile it
- Jacob Carlborg (10/12) Apr 30 2015 What happens when you run "./dvm install dvm"? What is the output? If
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
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.3Have 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
On Wednesday, 29 April 2015 at 06:41:30 UTC, Jacob Carlborg wrote:On 2015-04-28 19:46, Chris wrote:Yes. Doesn't work. Maybe I should just download it and compile it myself?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.3Have you installed DVM itself, running "./dvm install dvm"? Can you please add the verbose flag, "-v", when installing a compiler and posting the output.
Apr 29 2015
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