-
Notifications
You must be signed in to change notification settings - Fork 106
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
Build on/for armv7 with only OpenGL ES #121
Comments
It's likely that there is a hard dependency on a full OpenGL implementation, but I'm honestly not 100% sure. Could you post the full output of the error(s) you're getting? |
Sure, please see below:
|
Ok thank you, I see now. Do you know what version of OpenGL ES you have available on this device? |
Of course ;) Running
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to build it on Linux on an old Chromebook, and got complaints from
gcc
about missingGL_*
(GL_LINE
vsGL_LINES
, etc.) symbols and a few functions.I am wondering, whether I am missing something obvious or it's just a case of a hard dependency on a full OpenGL implementation.
The text was updated successfully, but these errors were encountered: