The SDL forums have moved to discourse.libsdl.org.
This is just a read-only archive of the previous forums, to keep old links working.


SDL Forum Index
SDL
Simple Directmedia Layer Forums
Fire TV / android opengles
divad


Joined: 09 Jun 2015
Posts: 15
I'm trying to run my SDL app (which works on most android devices) on an Amazon Fire TV and I get:

Quote:
SDL Error

An error occurred while trying to start the application. Please try again and/or reinstall.

Error: dlopen failed: cannot locate symbol "glBindFramebufferOES"


Anyone run into this or know how to fix it?
Fire TV / android opengles
slvn


Joined: 06 Oct 2012
Posts: 88
I think my apps run fine on Amazon Fire TV (no issue was reported).


Is glBindFramebufferOES opengles1 ? do you force a specific renderer ?






On 22 June 2016 at 19:37, divad wrote:
Quote:
I'm trying to run my SDL app (which works on most android devices) on an Amazon Fire TV and I get:




Quote:

SDL Error

An error occurred while trying to start the application. Please try again and/or reinstall.

Error: dlopen failed: cannot locate symbol "glBindFramebufferOES"





Anyone run into this or know how to fix it?


_______________________________________________
SDL mailing list

http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org




--
Sylvain Becker
divad


Joined: 09 Jun 2015
Posts: 15
I fixed it. Had to run configure with:
Code:
--enable-video-opengles1=no
Fire TV / android opengles
slvn


Joined: 06 Oct 2012
Posts: 88
Ok.
For android you don't need to compile with autotools. Just the ndk-build, and "ant release" or "gradle".


On 22 June 2016 at 21:32, divad wrote:
Quote:
I fixed it. Had to run configure with:


Code:

--enable-video-opengles1=no





_______________________________________________
SDL mailing list

http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org




--
Sylvain Becker