trabitboy
Still Fresh
- Joined
- Oct 24, 2008
- Messages
- 38
Hello!
After porting a rather big sdl project to sdl2 and the raspberry,
fully through ssh / nano / gdb / etc, I thought " WHAT THE HELL , let's get the pandora out and get some use out of it " B)
but using the CDevtools and trying to build SDL2 at the root of my sd after
./autogen.sh
./configure
make
I get no member named on 'GLES2_DriverContext', ( attached screen , can't ssh here to the pando to cut paste )
which make me wonder if the gles stuff is in the pnd?
actually, greping through /usr in the pnd, I could find no definition of this object .
Any idea?
Anybody interested in SDL2.0.3 around here ?
Thanks for your time !
edit: the struct that has pb is in SDL2 src , which is weird.
since I could build the exact same archive on raspberry, probably something is in the platform specific .h ?
Taking any advice here , including RTFM .
After porting a rather big sdl project to sdl2 and the raspberry,
fully through ssh / nano / gdb / etc, I thought " WHAT THE HELL , let's get the pandora out and get some use out of it " B)
but using the CDevtools and trying to build SDL2 at the root of my sd after
./autogen.sh
./configure
make
I get no member named on 'GLES2_DriverContext', ( attached screen , can't ssh here to the pando to cut paste )
which make me wonder if the gles stuff is in the pnd?
actually, greping through /usr in the pnd, I could find no definition of this object .
Any idea?
Anybody interested in SDL2.0.3 around here ?
Thanks for your time !
edit: the struct that has pb is in SDL2 src , which is weird.
since I could build the exact same archive on raspberry, probably something is in the platform specific .h ?
Taking any advice here , including RTFM .
Last edited by a moderator: