Installing the Library

Okay, so I am on OSX, I am trying to install the LLVM library. Trying to
compile their simple example (http://llvm.org/docs/tutorial/LangImpl7.html)
I keep on getting a host of errors, the source of which is its not finding
any of the included files (
#include "llvm/DerivedTypes.h"
#include "llvm/ExecutionEngine/ExecutionEngine.h"
#include "llvm/ExecutionEngine/JIT.h"
#include "llvm/LLVMContext.h"
#include "llvm/Module.h"
#include "llvm/PassManager.h"
#include "llvm/Analysis/Verifier.h"
#include "llvm/Target/TargetData.h"
#include "llvm/Target/TargetSelect.h"
#include "llvm/Transforms/Scalar.h"
#include "llvm/Support/IRBuilder.h" )

Any help?

Only if you tell us what you've done and how you've done it.

-eric