Distributor's whishlist and questions for D
Marco Leise via Digitalmars-d
digitalmars-d at puremagic.com
Thu Apr 21 10:52:45 PDT 2016
> > You can only install headers for one library version with this
> > approach! A versioned approach is nicer
> > /usr/include/d/libfoo/1.0.0 but requires explicit compiler
> > support and it's unlikely this will happen (or explicit dub
> > support and you compile everything through dub).
>
> Would be nice, but since we - most of the time - only allow one
> version of a specific software package to be present in
> distributions, it isn't a huge issue.
For gtkd 2.4.2 and 3.2.3 I have these directories:
/usr/include/dlang/gtkd-2
/usr/include/dlang/gtkd-3
It makes sense, since Gtk2 can be installed in parallel with
Gtk3 and the major version suffix ensures both packages wont
overwrite each other's imports.
--
Marco
More information about the Digitalmars-d
mailing list