[Issue 15105] paths never work

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Nov 1 05:33:54 PST 2015


https://issues.dlang.org/show_bug.cgi?id=15105

--- Comment #4 from Rainer Schuetze <r.sagitario at gmx.de> ---
> Sounds like quite a bit of work, but it might make this entire class of problem disappear once and for all :)

Although it sounds like a feasible idea I'm a bit hesitent to build a framework
for specifying a new tool chain. Each one has its special cases not easily
mapped to a simple definition file.
It also means that a project won't compile correctly on another system without
also transferring the tool chain setup (which is not part of the project).

I'll have a closer look at how QtCreator is dealing with this...

I was also considering allowing to build through msbuild, but that needs people
to write support assemblies for the specific tool chains.

--


More information about the Digitalmars-d-bugs mailing list