Tiny Core Linux

Tiny Core Extensions => TCE Talk => Topic started by: jls on August 07, 2012, 07:56:06 PM

Title: gles?
Post by: jls on August 07, 2012, 07:56:06 PM
Hi
looking at the config.log of evas I see it is looking for a file called glesv2.pc which is missing in "our" repo. I've read that is fair enough to enable gles.
Title: Re: gles?
Post by: AbNoRMiS on August 07, 2012, 09:39:35 PM
ftp://ftp.freedesktop.org/pub/mesa/8.0.4/MesaLib-8.0.4.tar.gz
version 8.0.4 allegedly released june 10, 2012
but something this is missing in newswire
http://www.mesa3d.org/
Title: Re: gles?
Post by: curaga on August 08, 2012, 06:49:13 AM
It's not really useful on desktop systems right now. More of a mobile thing.
Title: Re: gles?
Post by: AbNoRMiS on August 08, 2012, 08:43:21 AM
sorry curaga due to disturb
but i would ask why do you think so
and where can find out more about this?
once i tried to build gambas3 but his gb.opengl module
also requires gles and glu which provided by mesalib
therefore i dally off it
Title: Re: gles?
Post by: curaga on August 08, 2012, 08:50:10 AM
The GLES drivers for the desktop are not really mature. The api is mainly used on mobile platforms (android, ios).

Read: if gambas uses gles (and only gles with no gl path), it likely won't run on your desktop.
Title: Re: gles?
Post by: AbNoRMiS on August 08, 2012, 09:05:02 AM
now unfortunately i already can not remember
which gles is required by gambas3 gb.opengl
but thank you very much for your helpful remarks
i will keep this in mind when back to this again :)
Title: Re: gles?
Post by: curaga on August 08, 2012, 09:05:15 AM
I just tried to configure gambas 3.2.1 (damn it loves recursive configuration, that took long). It uses regular opengl, not gles.
Title: Re: gles?
Post by: AbNoRMiS on August 08, 2012, 09:15:29 AM
i don't know why but i remember
that i could not make gb.opengl with regular opengl
therefore i thought that it requires mesalib

p.s.
i also remembered that i found it in gambas3 dependencies in debian
Title: Re: gles?
Post by: bullwinkle on August 12, 2012, 03:50:33 PM
I just tried to configure gambas 3.2.1 (damn it loves recursive configuration, that took long). It uses regular opengl, not gles.
Did you manage to get gambas working?  I'm interested in using tcl and gambas for a project.
Title: Re: gles?
Post by: curaga on August 12, 2012, 05:00:09 PM
I didn't build it, merely checked the configuration out of curiosity, sorry. I'm not really into basic, last I did that was over ten years ago.
Title: Re: gles?
Post by: AbNoRMiS on August 21, 2012, 10:03:45 PM
Did you manage to get gambas working?  I'm interested in using tcl and gambas for a project.
now i want to finish a2webd (http://code.google.com/p/a2webd/) and make release pkgbuilder (http://code.google.com/p/pkgbuilder/)
and later i back to gambas with fresh look due to helpful advices