http://bugzilla.gdcproject.org/show_bug.cgi?id=243
--- Comment #5 from Johannes Pfau <johannesp...@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.