aBothe / Mono-D

D Add-In for MonoDevelop
http://wiki.dlang.org/Mono-D
Other
113 stars 26 forks source link

No dub support on mac os #569

Open gedaiu opened 9 years ago

gedaiu commented 9 years ago

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?

aBothe commented 9 years ago

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?

gedaiu commented 9 years ago

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

aBothe commented 9 years ago

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.