digitalmars.D - brew, dmd ship ithout phobos
- deadalnix (6/6) Feb 11 2015 Hi all,
- weaselcat (5/11) Feb 11 2015 The actual brew itself seems to install phobos, have you tried
- deadalnix (4/17) Feb 12 2015 Maybe then, dmd.conf is wrong. In any case, dmd seems unable to
- John Colvin (3/9) Feb 12 2015 Sorry, that's quite possibly my fault. I'll look in to it in a
- John Colvin (6/17) Feb 12 2015 I don't see any particular problems. Do you have a dmd.conf
- Vladimir Panteleev (3/5) Feb 12 2015 touch empty.d
- John Colvin (5/11) Feb 12 2015 cheers. It would be great if there was a simple switch for that,
- John Colvin (3/15) Feb 12 2015 Even better, dmd would list *all* the dmd.conf's it can find, in
- deadalnix (3/20) Feb 12 2015 Would that be possible to issue a warning at install time if a
- H. S. Teoh via Digitalmars-d (7/16) Feb 12 2015 Actually, in git HEAD, all you need to do is:
- Jacob Carlborg (4/9) Feb 13 2015 Just use DVM and everything works :)
- deadalnix (4/15) Feb 13 2015 I'm sorry, you'll take for the many people that did that to me
Hi all, I recently installed dmd from brew (a package manager for OSX). To my surprise, it ship without phobos, which makes it unusable. Additionally, phobos is nowhere to be found in the package manager. Can someone look into this ?
Feb 11 2015
On Thursday, 12 February 2015 at 03:19:59 UTC, deadalnix wrote:Hi all, I recently installed dmd from brew (a package manager for OSX). To my surprise, it ship without phobos, which makes it unusable. Additionally, phobos is nowhere to be found in the package manager. Can someone look into this ?The actual brew itself seems to install phobos, have you tried uninstalling/reinstalling or updating your homebrew program?(Sorry, I don't use OSX - I just had a quick look at the brew recipe : ) )
Feb 11 2015
On Thursday, 12 February 2015 at 07:01:08 UTC, weaselcat wrote:On Thursday, 12 February 2015 at 03:19:59 UTC, deadalnix wrote:Maybe then, dmd.conf is wrong. In any case, dmd seems unable to find phobos. Yes I tried to uninstall and reinstall. The problem remains.Hi all, I recently installed dmd from brew (a package manager for OSX). To my surprise, it ship without phobos, which makes it unusable. Additionally, phobos is nowhere to be found in the package manager. Can someone look into this ?The actual brew itself seems to install phobos, have you tried uninstalling/reinstalling or updating your homebrew program?(Sorry, I don't use OSX - I just had a quick look at the brew recipe : ) )
Feb 12 2015
On Thursday, 12 February 2015 at 03:19:59 UTC, deadalnix wrote:Hi all, I recently installed dmd from brew (a package manager for OSX). To my surprise, it ship without phobos, which makes it unusable. Additionally, phobos is nowhere to be found in the package manager. Can someone look into this ?Sorry, that's quite possibly my fault. I'll look in to it in a few hours.
Feb 12 2015
On Thursday, 12 February 2015 at 10:17:08 UTC, John Colvin wrote:On Thursday, 12 February 2015 at 03:19:59 UTC, deadalnix wrote:I don't see any particular problems. Do you have a dmd.conf hanging around in /etc by any chance? The one used by homebrew dmd is at /usr/local/etc/dmd.conf Does anyone know of a way to get dmd to print the path of the chosen dmd.conf?Hi all, I recently installed dmd from brew (a package manager for OSX). To my surprise, it ship without phobos, which makes it unusable. Additionally, phobos is nowhere to be found in the package manager. Can someone look into this ?Sorry, that's quite possibly my fault. I'll look in to it in a few hours.
Feb 12 2015
On Thursday, 12 February 2015 at 13:08:34 UTC, John Colvin wrote:Does anyone know of a way to get dmd to print the path of the chosen dmd.conf?touch empty.d dmd -o- -v empty.d | grep ^config
Feb 12 2015
On Thursday, 12 February 2015 at 13:23:59 UTC, Vladimir Panteleev wrote:On Thursday, 12 February 2015 at 13:08:34 UTC, John Colvin wrote:cheers. It would be great if there was a simple switch for that, dmd.conf misplacement/duplication is among the most common problem people have with dmd installations.Does anyone know of a way to get dmd to print the path of the chosen dmd.conf?touch empty.d dmd -o- -v empty.d | grep ^config
Feb 12 2015
On Thursday, 12 February 2015 at 13:27:52 UTC, John Colvin wrote:On Thursday, 12 February 2015 at 13:23:59 UTC, Vladimir Panteleev wrote:Even better, dmd would list *all* the dmd.conf's it can find, in order of preference.On Thursday, 12 February 2015 at 13:08:34 UTC, John Colvin wrote:cheers. It would be great if there was a simple switch for that, dmd.conf misplacement/duplication is among the most common problem people have with dmd installations.Does anyone know of a way to get dmd to print the path of the chosen dmd.conf?touch empty.d dmd -o- -v empty.d | grep ^config
Feb 12 2015
On Thursday, 12 February 2015 at 13:29:12 UTC, John Colvin wrote:On Thursday, 12 February 2015 at 13:27:52 UTC, John Colvin wrote:Would that be possible to issue a warning at install time if a dmd.conf is known is some location ?On Thursday, 12 February 2015 at 13:23:59 UTC, Vladimir Panteleev wrote:Even better, dmd would list *all* the dmd.conf's it can find, in order of preference.On Thursday, 12 February 2015 at 13:08:34 UTC, John Colvin wrote:cheers. It would be great if there was a simple switch for that, dmd.conf misplacement/duplication is among the most common problem people have with dmd installations.Does anyone know of a way to get dmd to print the path of the chosen dmd.conf?touch empty.d dmd -o- -v empty.d | grep ^config
Feb 12 2015
On Thu, Feb 12, 2015 at 06:08:30PM +0000, deadalnix via Digitalmars-d wrote:On Thursday, 12 February 2015 at 13:29:12 UTC, John Colvin wrote:Actually, in git HEAD, all you need to do is: dmd | grep ^Config No need for empty files. T -- Turning your clock 15 minutes ahead won't cure lateness---you're just making time go faster!On Thursday, 12 February 2015 at 13:27:52 UTC, John Colvin wrote:On Thursday, 12 February 2015 at 13:23:59 UTC, Vladimir Panteleev wrote:On Thursday, 12 February 2015 at 13:08:34 UTC, John Colvin wrote:Does anyone know of a way to get dmd to print the path of the chosen dmd.conf?touch empty.d dmd -o- -v empty.d | grep ^config
Feb 12 2015
On 2015-02-12 14:08, John Colvin wrote:I don't see any particular problems. Do you have a dmd.conf hanging around in /etc by any chance? The one used by homebrew dmd is at /usr/local/etc/dmd.conf Does anyone know of a way to get dmd to print the path of the chosen dmd.conf?Just use DVM and everything works :) -- /Jacob Carlborg
Feb 13 2015
On Friday, 13 February 2015 at 18:50:34 UTC, Jacob Carlborg wrote:On 2015-02-12 14:08, John Colvin wrote:I'm sorry, you'll take for the many people that did that to me before. I use what the fuck I want.I don't see any particular problems. Do you have a dmd.conf hanging around in /etc by any chance? The one used by homebrew dmd is at /usr/local/etc/dmd.conf Does anyone know of a way to get dmd to print the path of the chosen dmd.conf?Just use DVM and everything works :)
Feb 13 2015