Hi, Rizzen writes:
> Hi all, > > I am building OSG 2.9.6 with examples > > when I run in build/ > > cmake .. -DCMAKE_BUILD_TYPE=Release -DBUILD_OSG_EXAMPLES=1 > > I get this response in the console output > > -- checking for module > 'gtkglext-x11-1.0' > > > -- package 'gtkglext-x11-1.0' not > found > > > > yet checking for the library I find it located at > > file:///usr/lib64/libgtkglext-x11-1.0.so.0 links to > file:///usr/lib64/libgtkglext-x11-1.0.so.0.0.0 > > I am unable to find the cmake module to correct the search in order to > actually find the library. A quick look at CMakeLists.txt points at the command PKG_CHECK_MODULES(GTKGL gtkglext-x11-1.0) so it seems that pkg-config is not giving any results for that library. Either: 1. Verify that you have installed the *development* package for gtkglext. 2. Run the pkg-config query in order to see what is happening, pkg-config gtkglext-1.0 --libs --cflags -- Alberto _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

