I'm new to GitHub and this project, so I apologize if this isn't helpful. I have a new laptop with OS X and followed the instructions in doc/build-osx.md but can't get it to work.
There are some export issues, but I think they've already been reported in a pull request: http://fdecollibus.blogspot.com/2015/11/building-bitcoinlitecoin-on-mac-os-x.html
After following that, however, I have a new issue where build.h cannot be found (see below). I hesitated to report this because maybe I am just doing it wrong, but in that case maybe the instructions could be improved?
My-MacBook-Pro:bitcoin myuser$ make
Making all in src
../share/genbuild.sh: line 3: cd: Source/bitcoin/src/obj/build.h: No such file or directory
CXX libbitcoin_util_a-clientversion.o
clientversion.cpp:42:10: fatal error: 'build.h' file not found
#include "build.h"
^
1 error generated.
make[2]: *** [libbitcoin_util_a-clientversion.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1