Chris Hanson wrote: > That's not one I've built for, but we've built for the iMX6 and the NVidia > Jetson TK1. > > Technically most of those dependencies are optional (though it's hard to get > much done without JPEG, PNG, and zlib) but this one: > > > -- Could NOT find OpenGL (missing: OPENGL_gl_LIBRARY) > > > will be a showstopper. > > > Do you have the OGL headers and libs SDK pieces installed ahead of time?
Well, my SDK sysroot (built using yocto) contains these headers and libraries (although I am not sure if they are exactly what is searched for): Code: /usr/lib -> -rw-r--r-- 1 root root 2658703 Jun 11 10:13 lib/libGLESv2.so.1.9.6.0 lrwxrwxrwx 1 root root 20 Aug 11 18:26 lib/libGLESv2.so.2 -> libGLESv2.so.1.9.6.0 /usr/include/GLES2 -> -rw-r--r-- 1 root root 44143 Jun 11 10:13 gl2ext.h -rw-r--r-- 1 root root 31666 Jun 11 10:13 gl2.h -rw-r--r-- 1 root root 898 Jun 11 10:13 gl2platform.h Any idea where I could "debug" the cmake process to figure what it is looking for exactly? Good to know about those other dependencies, will make sure I get these in. thx for your feedback so far ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=60827#60827 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

