[Bug 243] Module std.array is already defined in...

via D.gnu d.gnu at puremagic.com
Mon Oct 3 10:32:03 PDT 2016


http://bugzilla.gdcproject.org/show_bug.cgi?id=243

--- Comment #5 from Johannes Pfau <johannespfau at gmail.com> ---
> Does this mean, I can't include libraries in my gdc project, which are complied 
> with dmd, because they use different implementations of the same standard 
> library? [...] My understanding of a compiler is, that I can use them
> independent of each other.

Ideally that should be that case, but right now none of the compilers are ABI
compatible. I hope we'll solve this problem at some point, but as long as the
DMD developers are not interested in this topic it's unlikely the GDC team can
solve this problem with our limited resources.

So for now you'll have to compile all your dependencies with the same compiler.
DUB can automatically handle this, though it is more difficult when using gtkD
as a shared library.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the D.gnu mailing list