'const float' : cannot declare arrays of this qualifier
in relation to "const float kernel[KERNEL_SIZE]" in emboss.h
Simple solution would be to remove const, however it decreases performance on better cards, where const actually works.
Edit: GTX 260 (2008) - no problems. Might be just Intel's shitty drivers.