LoginSignup
0
0

More than 5 years have passed since last update.

Xamarin StudioのD言語アドオンで生成されるソリューションがビルドできない

Posted at

以下のエラー

ビルド中: myapp (Debug)
Performing main compilation...
Current dictionary: /Users/ore/tmp/myapp/myapp
dmd -debug -gc "main.d"   "-odobj/Debug" "-of/Users/ore/tmp/myapp/myapp/bin/Debug/myapp" -w -vcolumns

---------------------- 完了 ----------------------

ビルドに失敗しました。. ApplicationName='dmd', CommandLine='-debug -gc "main.d"   "-odobj/Debug" "-of/Users/ore/tmp/myapp/myapp/bin/Debug/myapp" -w -vcolumns', CurrentDirectory='/Users/ore/tmp/myapp/myapp', Native error= Cannot find the specified file
ビルド: エラー 1件, 警告 0件

2.066以上じゃないと-vcolumnsオプションが効かないよう。
Homebrew経由でインストールしたdmd 2.065 だとダメだった。
http://dlang.org/download.html からインストーラーをダウンロードできる。

$ brew uninstall dmd
$ which dmd
/usr/bin/dmd
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0