Mono-D icon indicating copy to clipboard operation
Mono-D copied to clipboard

No dub support on mac os

Open gedaiu opened this issue 11 years ago • 3 comments

I can not set up a project to work with dub.. there is something that I should do to see dub in the compiler list?

gedaiu avatar Dec 12 '14 14:12 gedaiu

Please define 'set up' a bit more. Did you manage to open the dub.json in Xamarin Studio? Does it compile your project? Is it not finding the 'dub' executable because it hasn't taken /usr/local/bin into the environment variable, as said in the installation instructions?

aBothe avatar Dec 12 '14 15:12 aBothe

Hi,

I built dub from sources and created a symlink to /usr/local/bin. My $PATH variable is: echo $PATH /usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/gedaiu/.local/bin:/opt/X11/bin

and in Xamarin studio I can not select any other compiler beacause the combo box is disabled: screen shot 2014-12-13 at 09 42 56

and I have to use dub like this:

screen shot 2014-12-13 at 09 45 50

gedaiu avatar Dec 13 '14 07:12 gedaiu

Please consider rtfm again - you can set the dub executable's path explicitly in the settings. In the link I've posted it's explained what to do, despite there's no graphic showing it.

aBothe avatar Dec 13 '14 10:12 aBothe