(Well, new to me at least, maybe other have seen this?) While trying to set up a new build dir, I obtained 3rdParty dependencies for both VS8 and VS9 and made them siblings to my OpenSceneGraph directory, and named one of them "3rdParty-VS8" and the other "3rdParty-VS9". While running CMake for OSG, I set the ACTUAL_3RDPARTY_DIR to "3rdParty-VS8", configured, and went into Visual Studio. Oddly, the FreeType plugin project was missing - CMake didn't create it, as if it couldn't find the FreeType library or include dir. I went back into CMake and verified it had found the FreeType library and include, but for some reason it refused to create the VS project file. I resolved the issue by renaming "3rdParty-VS8" to simply "3rdParty". Any idea why the non-standard name for the 3rdParty dir would cause this failure? Paul Martz Skew Matrix Software LLC http://www.skew-matrix.com <http://www.skew-matrix.com/> +1 303 859 9466
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

