Re: sdlang-d can not link after updating to dmd 2.066

2014-08-29 Thread Uranuz via Digitalmars-d-learn
On Thursday, 28 August 2014 at 10:16:15 UTC, Puming wrote: I updated dub to 0.9.22 and still got the same error... THis is the output of `dub build --force`: --- output --- ## Warning for package sdlang-d ## The following compiler flags have been specified in the package description file. Th

Re: sdlang-d can not link after updating to dmd 2.066

2014-08-28 Thread Puming via Digitalmars-d-learn
I updated dub to 0.9.22 and still got the same error... THis is the output of `dub build --force`: --- output --- ## Warning for package sdlang-d ## The following compiler flags have been specified in the package description file. They are handled by DUB and direct use in packages is discour

Re: sdlang-d can not link after updating to dmd 2.066

2014-08-27 Thread Israel via Digitalmars-d-learn
It looks fine here, OSX 10.9.4 "sdlang-d": ">=0.8.4" Im using DUB RC2 though

Re: sdlang-d can not link after updating to dmd 2.066

2014-08-27 Thread Dicebot via Digitalmars-d-learn
May be dub issue not taken updated compiler into consideration and not rebuilding the deps. Try forcing it.