rainers / dlangvs

Visual Studio Solution for building DMD and its runtime library
1 stars 1 forks source link

Can't build without having dmd/bin being part of environment path variable. #2

Closed 12345swordy closed 4 years ago

12345swordy commented 4 years ago

This isn't ideal, as I rely on visual d to auto update the dmd compiler.

rainers commented 4 years ago

No sure what step you mean, dmd is built with the compiler configured in Visual D, and the rest with the generated compiler. The test suite might use the host compiler, too, but AFAICT that used to work, too.

12345swordy commented 4 years ago

When it attempts to build it without having dmd/bin part of the path variable, it complains about not finding object.d or that the import fails. Want me to post the error messages for you?

rainers commented 4 years ago

Not sure if it helps but I pushed some uncommitted local changes. If not, yes, please post the messages.

12345swordy commented 4 years ago

I think the recent changes fixes it. Thank you.