[bind10-dev] Include files, python, etc.

Michael Graff mgraff at isc.org
Thu Jan 28 18:32:31 UTC 2010


Right now, we have:

  src/lib/cc/<lang>

and we think this is a good thing as it keeps packages easy to find and
move out as needed.  However, it causes many problems.

What was proposed is to have a "make includes" or "make python-setup" or
something that builds a directory/tree structure that makes it easy to do

  #include <isc/cc/message.h>

rather than

  #include <cc/cpp/message.h>

and make python work at all.

(quick brain-dump is all here :)



More information about the bind10-dev mailing list