digitalmars.D - Where the F*** is phobos on OSX nowadays ?
- deadalnix (5/5) Aug 10 2015 And why does it keep moving ? Why isn't it in some place where
- Brad Anderson (6/11) Aug 10 2015 The problem, as usual, is Apple just breaking things willy nilly.
- deadalnix (2/15) Aug 11 2015 Slow clap...
- John Colvin (4/9) Aug 11 2015 well if you're sane, then you had homebrew install it to
- Sebastiaan Koppe (2/12) Aug 11 2015 Does homebrew install to those folders by default?
- John Colvin (3/17) Aug 11 2015 yes
- Jacob Carlborg (4/6) Aug 11 2015 If you're sane you'll be using DVM ;)
- Daniel Kozak via Digitalmars-d (8/18) Aug 11 2015 Not at all, I am using dvm and I like it. But OTOH it makes things=20
- Jacob Carlborg (4/9) Aug 12 2015 Not sure I understand the problem.
- Daniel =?UTF-8?B?S296w6Fr?= (3/12) Aug 12 2015 Ok, I find out whats wrong. I use -d parameter. So it was my fault.
And why does it keep moving ? Why isn't it in some place where linker will find it ? Is that really worth it to have every build system to have to jump through hoops to find it, and to break it on a regular basis ?
Aug 10 2015
On Tuesday, 11 August 2015 at 04:51:03 UTC, deadalnix wrote:And why does it keep moving ? Why isn't it in some place where linker will find it ? Is that really worth it to have every build system to have to jump through hoops to find it, and to break it on a regular basis ?The problem, as usual, is Apple just breaking things willy nilly. https://issues.dlang.org/show_bug.cgi?id=14801 Say what you will about Microsoft but at least with them you don't have to fix a handful of new bugs with every minor OS or IDE upgrade.
Aug 10 2015
On Tuesday, 11 August 2015 at 05:40:01 UTC, Brad Anderson wrote:On Tuesday, 11 August 2015 at 04:51:03 UTC, deadalnix wrote:Slow clap...And why does it keep moving ? Why isn't it in some place where linker will find it ? Is that really worth it to have every build system to have to jump through hoops to find it, and to break it on a regular basis ?The problem, as usual, is Apple just breaking things willy nilly. https://issues.dlang.org/show_bug.cgi?id=14801 Say what you will about Microsoft but at least with them you don't have to fix a handful of new bugs with every minor OS or IDE upgrade.
Aug 11 2015
On Tuesday, 11 August 2015 at 04:51:03 UTC, deadalnix wrote:And why does it keep moving ? Why isn't it in some place where linker will find it ? Is that really worth it to have every build system to have to jump through hoops to find it, and to break it on a regular basis ?well if you're sane, then you had homebrew install it to /usr/local/lib/ and /usr/local/include/d2/ :p
Aug 11 2015
On Tuesday, 11 August 2015 at 08:01:53 UTC, John Colvin wrote:On Tuesday, 11 August 2015 at 04:51:03 UTC, deadalnix wrote:Does homebrew install to those folders by default?And why does it keep moving ? Why isn't it in some place where linker will find it ? Is that really worth it to have every build system to have to jump through hoops to find it, and to break it on a regular basis ?well if you're sane, then you had homebrew install it to /usr/local/lib/ and /usr/local/include/d2/ :p
Aug 11 2015
On Tuesday, 11 August 2015 at 16:12:12 UTC, Sebastiaan Koppe wrote:On Tuesday, 11 August 2015 at 08:01:53 UTC, John Colvin wrote:yesOn Tuesday, 11 August 2015 at 04:51:03 UTC, deadalnix wrote:Does homebrew install to those folders by default?And why does it keep moving ? Why isn't it in some place where linker will find it ? Is that really worth it to have every build system to have to jump through hoops to find it, and to break it on a regular basis ?well if you're sane, then you had homebrew install it to /usr/local/lib/ and /usr/local/include/d2/ :p
Aug 11 2015
On 2015-08-11 10:01, John Colvin wrote:well if you're sane, then you had homebrew install it to /usr/local/lib/ and /usr/local/include/d2/If you're sane you'll be using DVM ;) -- /Jacob Carlborg
Aug 11 2015
Not at all, I am using dvm and I like it. But OTOH it makes things=20 sometimes wierd. My common habit is to do something like this: dmd somefile && ./somefile. But without dvm I use latest (current=20 installed vesion of dmd) but with dvm I use last setup vesion. And=20 often I do not know which version of dmd I am using. Jacob Carlborg via Digitalmars-d <digitalmars-d puremagic.com> napsal=20 =C3=9At, srp 11, 2015 v 11=E2=88=B604 :On 2015-08-11 10:01, John Colvin wrote: =20=well if you're sane, then you had homebrew install it to=20 /usr/local/lib/ and /usr/local/include/d2/=20 If you're sane you'll be using DVM ;) =20 -- /Jacob Carlborg
Aug 11 2015
On 2015-08-11 23:55, Daniel Kozak via Digitalmars-d wrote:Not at all, I am using dvm and I like it. But OTOH it makes things sometimes wierd. My common habit is to do something like this: dmd somefile && ./somefile. But without dvm I use latest (current installed vesion of dmd) but with dvm I use last setup vesion. And often I do not know which version of dmd I am using.Not sure I understand the problem. -- /Jacob Carlborg
Aug 12 2015
On Wed, 12 Aug 2015 11:16:55 +0200 Jacob Carlborg <doob me.com> wrote:On 2015-08-11 23:55, Daniel Kozak via Digitalmars-d wrote:Ok, I find out whats wrong. I use -d parameter. So it was my fault.Not at all, I am using dvm and I like it. But OTOH it makes things sometimes wierd. My common habit is to do something like this: dmd somefile && ./somefile. But without dvm I use latest (current installed vesion of dmd) but with dvm I use last setup vesion. And often I do not know which version of dmd I am using.Not sure I understand the problem.
Aug 12 2015