Skip to content
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

Open
kr15h opened this issue Jul 25, 2013 · 5 comments
Open

Missing ofGLES2Renderer.h in raspberrypi_hello_world_gles2 example #159

kr15h opened this issue Jul 25, 2013 · 5 comments

Comments

@kr15h
Copy link

kr15h commented Jul 25, 2013

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

@jvcleave
Copy link
Member

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

@kr15h
Copy link
Author

kr15h commented Jul 25, 2013

Yes, I'm cloning from git and using the develop-raspberrypi branch. git clone https://github.com/openFrameworks-RaspberryPi/openFrameworks/

@jvcleave
Copy link
Member

Cool - if you want to use the ofGLES2Renderer you will create a branch from this commit 9aa292b and check it out

git branch gles2renderer 9aa292b00f1825e7654e231e1fe5370d04be08cf
git checkout gles2renderer

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

@kr15h
Copy link
Author

kr15h commented Jul 25, 2013

Great! Recompiling now... Thanks for the workshop at Resonate btw.

@jvcleave
Copy link
Member

Awesome to see you still working with it post-workshop!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants