I’m getting the following error building from the v3.0.x branch checked out just a few moments ago: CC jlibtool.c CC src/lib/cbuff.c In file included from src/lib/cbuff.c:26: /Users/ahurt/Projects/freeradius-server-upstream/src/freeradius-devel/libradius.h:60:10: fatal error: 'talloc.h' file not found #include <talloc.h> ^ 1 error generated. make: *** [build/objs/src/lib/cbuff.lo] Error 1 Branch state information: charlie:freeradius-server-upstream ahurt$ git log|head -3 commit 2f6c0a4ad8cca4f8bead2de3db3bc6000527aa05 Author: Arran Cudbard-Bell <a.cudbardb@freeradius.org> Date: Thu May 1 23:23:02 2014 +0100 System Information: charlie:freeradius-server-upstream ahurt$ uname -a Darwin charlie.anbcs.com 13.1.0 Darwin Kernel Version 13.1.0: Wed Apr 2 23:52:02 PDT 2014; root:xnu-2422.92.1~2/RELEASE_X86_64 x86_64 I can build the ‘master’ branch checked out at the same time without any issue. I can reproduce this same issue on three different OSX machines. -- Aaron