View Single Post
thp's Avatar
Posts: 1,391 | Thanked: 4,272 times | Joined on Sep 2007 @ Vienna, Austria
#9
Originally Posted by thopiekar View Post
The last days I tried to find the reason why I wasn't working and I think I've got a clue. I wondered why libGL.so.1 was needed after compiling Kivy against GLESv2. Well, it wasn't Kivy which wanted to load libGL.so.1 (even the -dev package was not installed on scratchbox), it is one of it's dependencies (I think SDL or even pygame) which needed libGL.so.1 and not libGLESv2. Thus, when importing Kivy to my code, OpenGL and OpenGL ES were loaded at the same time.
You don't want to (can't) have (Desktop) OpenGL on the N900, at least not accelerated. You want OpenGL ES (version 1 or version 2).

Originally Posted by thopiekar View Post
I decided now to rebuild everything (python, SDL, pygame and kivy) in a prefix. Got almost everything together, just smpeg is doing trouble, while ./configure'ing. It will be the last dependency for pygame which is missing in my prefix at the moment
Open Setup.in and comment out the module "movie", and it should happily build without smpeg.
 

The Following User Says Thank You to thp For This Useful Post: