Wannabe contributor frustrations

Steven Schveighoffer via Digitalmars-d digitalmars-d at puremagic.com
Wed Feb 10 17:39:37 PST 2016


On 2/10/16 6:40 PM, Chris Wright wrote:
> On Wed, 10 Feb 2016 23:30:03 +0000, Márcio Martins wrote:
>
>> So, I double check I actually did recompile druntime and look for the
>> output lib files, and immediately thought that it must be picking up the
>> system include and lib paths instead of this development env.
>
> I'm working on druntime stuff now, and I'm about to run into the same
> issue.
>
> I notice that the dmd 2.070 package does not contain libdruntime. I
> presume it's rolled into libphobos. And I notice that the phobos makefile
> references "../druntime". Try building phobos as well and see how that
> works?
>

Psst! libdruntime was never used.

It was always used as compiled in phobos. I don't know why it was ever 
included.

-Steve


More information about the Digitalmars-d mailing list