Hi! I have installed openFrameworks on 4 Raspbery Pi's so far, but I can't get the raspberrypi_hello_world_gles2 example working.
The compiler throws the following message while compiling main.cpp:
src/main.cpp:3:29: fatal error: ofGLES2Renderer.h: No such file or directory
compilation terminated.
make[1]: *** [obj/linuxarmv6l/Release/src/main.o] Error 1
make: *** [Release] Error 2