for the record, with OpenGLES and OF 0.8.4 on Raspberry Pi, I have to add
#ifdef TARGET_OPENGLES
ofSetCurrentRenderer(ofGLProgrammableRenderer::TYPE);
#endif
in main() (main.cpp) to make shader compile on that platform.
hope this helps
cheers