Hi, After three weeks of trying to get this working I'm pretty much sure it doesn't work.
I tried to use Angstrom repository and install all IPK's from there but i get same error as in #4 when running any OpenGL example. QFactoryLoader:: QFactoryLoader() looking at "/usr/lib/qtopia/plugins/gfxdrivers/libqgfxpvregl.so" "Cannot load library /usr/lib/qtopia/plugins/gfxdrivers/libqgfxpvregl.so: (/usr/lib/qtopia/plugins/gfxdrivers/libqgfxpvregl.so: undefined symbol: _ZNK16QWSWindowSurface12directRegionEv)" Which mean that QT_CLIENT_BLIT constant is not defined when compiling QWSWindowSurface class. Constant is defined in recipe but looks like it is not passed further. Other issues i get when trying to compile my self: 1. You cannot get it compile. 2. It is compiling gles and non-gles version making race condition on those two 3. It is messing up versions. You compile qt4-openembeded-gles-4.7.3 and he is compiling this one as base qt4-native-4.5.2. 4. In some rare cases, you can get it compile, but after compilation, example opengla applcaition are unable to use powervr driver because of following error: QFactoryLoader:: QFactoryLoader() looking at "/usr/lib/qtopia/plugins/gfxdrivers/libqgfxpvregl.so" "Cannot load library /usr/lib/qtopia/plugins/gfxdrivers/libqgfxpvregl.so: (/usr/lib/qtopia/plugins/gfxdrivers/libqgfxpvregl.so: undefined symbol: _ZNK16QWSWindowSurface12directRegionEv)" Did anyone fixed this already? Machine: BeagleBoard C4 Regards Predrag _______________________________________________ Angstrom-distro-users mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users
