Re: rc3 does not build on Mac
From: Jakob Schroeter <js@xxxxxxxxxx>
Date: Tue, 13 Oct 2009 21:11:06 +0200 (CEST)
Quoting Rob Napier <rnapier@xxxxxxxxx>:


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.

Thanks, fixed in svn.
I had an old config.h lying around in the top-level directory so things compiled ok for me.


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?

Not currently, I'm afraid (other than manually removing them from src/Makefile.am).

cheers,
Jakob