Build failed Intrinsics.td no such file, it is there!

Hello, i am trying to build llvm 3.2 and early into the make proccess i am
getting this error:

llvm[1]: Building Intrinsics.gen.tmp from Intrinsics.td
Could not open input file '/src/llvm-3.2.src/include/llvm/Intrinsics.td': No
such file or directory
Makefile:23: recipe for target
`/src/llvm-3.2.src/build/lib/VMCore/Release+Asserts/Intrinsics.gen.tmp'
failed
make[1]: ***
[/src/llvm-3.2.src/build/lib/VMCore/Release+Asserts/Intrinsics.gen.tmp]
Error 1
make[1]: Leaving directory `/src/llvm-3.2.src/build/lib/VMCore'
/src/llvm-3.2.src/Makefile.rules:862: recipe for target `all' failed

I went to check for myself and the file
'/src/llvm-3.2.src/include/llvm/Intrinsics.td' does infact exist right there
so i don't understand what the problem is. Anyone seen something like this?

This looks like you're trying to have your build directory be inside the source directory. Don't do that.

-Jim

Of course, my apologies, its late.

Fixed now it seems mate thanks.

Excellent! Glad that fixed your problem.

Regards,
  Jim