Hi, I've got osgViewer running, but when I try "osgviewer --image osg256.png" (pg. 8 of the Quick Start Guide) I get an error, failing to load the PNG viewer plugin. I looked at the plugins folder and can't find anything with "png" in the name. I opened CMake-gui and inspected the configuration output and see these three lines:
Could NOT find JPEG (missing: JPEG_LIBRARY JPEG_INCLUDE_DIR) Could NOT find PNG (missing: PNG_LIBRARY PNG_PNG_INCLUDE_DIR) Could NOT find TIFF (missing: TIFF_LIBRARY TIFF_INCLUDE_DIR) So I dutifully added the six missing values, pointing them to what I think might be correct folders and paths, and click Configure. The six new entries that I made disappear and the three lines of output are still there. So what do I need to do to get plugins for those filetypes? I'm doing all this on a MinGW/MSYS system. I haven't tried it yet on my MacOSX system. Cheers, Daryl ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=31884#31884 _______________________________________________ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org