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

via D.gnu d.gnu at puremagic.com
Mon Oct 3 09:30:12 PDT 2016


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

--- Comment #3 from Iain Buclaw <ibuclaw at gdcproject.org> ---
(In reply to Chalix from comment #2)
> 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?
> 
> Or did I do something wrong, so that I could fix this?
> 

Well, you'd need a version of gtkd library built with gdc, and another with
dmd.

DMD's install script is aware of both dmd and gdc, and will install them in
separate environments in very much the same way as python's virtualenv.

https://dlang.org/install.sh

If you need separation, this would be the best way to do it.  Rather than
installing libraries and interface files in /usr/local.

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


More information about the D.gnu mailing list