openFrameworks-RaspberryPi / openFrameworks

This repo has migrated into the openFramworks core! Please go to http://github.com/openFrameworks/openFrameworks for the latest!
http://github.com/openFrameworks/openFrameworks
Other
104 stars 11 forks source link

Missing ofGLES2Renderer.h in raspberrypi_hello_world_gles2 example #159

Open kr15h opened 10 years ago

kr15h commented 10 years ago

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 commented 10 years ago

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 commented 10 years ago

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

jvcleave commented 10 years ago

Cool - if you want to use the ofGLES2Renderer you will create a branch from this commit 9aa292b00f1825e7654e231e1fe5370d04be08cf 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 commented 10 years ago

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

jvcleave commented 10 years ago

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