On Tue, May 7, 2013 at 12:38 PM, Mark Phippard <markp...@gmail.com> wrote: > Is this right? Specifying the root folder? I think it is because you > have a lib and include in it. However, it tells me that BDB is not > found and the fs will not be built when I run this. Everything else > seems OK.
It is but it looks like the windows build generator only knows about berkeley db versions up to 4.8. See _find_bdb() in build/generators/gen_win.py. Adding "53" to that list of version numbers should fix it. I'm testing it right now.