rc3 does not build on Mac
From: Rob Napier <rnapier@xxxxxxxxx>
Date: Tue, 13 Oct 2009 20:32:39 +0200 (CEST)
When trying to build rc3 (and top-of-tree on the 1.0 branch), I get errors building some of the test and examples include config.h from the top-level directory. On unix (such as Mac), this file doesn't exist. Only config.h.unix and config.h.win exist. config.h does exist in the src/ directory.

For now I'm copying config.h.unix to config.h and that seems to work.

BTW, is there a way to avoid building the test and examples?

-Rob