The cmake scripts are hardcoded to 10.8 so it will not find the right framework files if you're running any other os.
Do a string search for 10.8 and you'll find where it's hardcoded.
I just cut the variable name out of the script and replaced it with my path to the native frameworks and it fixed the problem.