February 05, 2006
Q: Didn't /usr/include/d used to be in the
default GDC search path for import modules ?

Found I had to add a -I/usr/include/d, in
order for the compiler to find my stuff...


I would rather *not* have to install things
in different directories depending on which
GCC/GDC version or system configuration, but
to make it possible to distribute as packages.

So for me it would have been just great if the
GDC-internal stuff was in /usr/include/d/3.3.6
and I could put my version-agnostic modules in
/usr/include/d (such as: OpenGL and SDL, etc...)


Am I missing something here ?
(Could we have both, please?)

--anders