-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing ofGLES2Renderer.h in raspberrypi_hello_world_gles2 example #159
Comments
are you installing by cloning from git? Right now the project is in a bit of flux as we are merging with the main repo for openFrameworks 0.8 |
Yes, I'm cloning from git and using the develop-raspberrypi branch. git clone https://github.com/openFrameworks-RaspberryPi/openFrameworks/ |
Cool - if you want to use the ofGLES2Renderer you will create a branch from this commit 9aa292b and check it out
you will then need to recompile OF. If you try and recompile your project it should pick up that OF needs recompiled and go ahead and do it |
Great! Recompiling now... Thanks for the workshop at Resonate btw. |
Awesome to see you still working with it post-workshop! |
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
The text was updated successfully, but these errors were encountered: