-
Notifications
You must be signed in to change notification settings - Fork 27
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
trying to compile sample undefined OES_framebuffer_object #26
Comments
I have a similar problem while trying to compile https://github.com/Cirrus-Minor/witchblast
|
Hello. Works? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello
I'm trying to make this work with yocto on intel platform, i compile sfml pi with no problem
-DSFML_DRM=1 -DSFML_OPENGL_ES=1
Later i create a simple sample
That i compile
main.cpp -o sfml-app -lsfml-graphics -lsfml-window -lsfml-system -lsfml-window -lGLESv1_CM -lGLESv2
And i get sereval undefinded methods..
Any clue? Thanks
The text was updated successfully, but these errors were encountered: