[bind10-dev] config experiment 2

JINMEI Tatuya / 神明達哉 jinmei at isc.org
Fri Oct 2 00:46:56 UTC 2009


At Sun, 20 Sep 2009 21:52:10 +0200,
Jelte Jansen <jelte at isc.org> wrote:

> after the phonecall on thursday I've been working on a new
> configuration manager experiment. It is far from finished, but since
> I'm leaving tomorrow and don't think i'll be near any computer for
> at least the next 10 days, i thought i'd commit what i have so far
> so people can take a look at it and hopefully be a bit less blocked
> :)

I tried to play with it but the committed code didn't work on my
environment (MacOS 10.6 g++ 4.2.1).  This compiler initializes class
member variables with a non NULL value in constructors, so the
following check failed:

        if (node) {
            throw ConfigError("Configuration already read");
        }

I've made the most trivial fix and committed it.

I've also introduced autoconf + Makefile.in (renamed from the original
Makefile) so that I could specify a path to xerces header files and
library object.  I hope this change is acceptable.

---
JINMEI, Tatuya



More information about the bind10-dev mailing list