Serge & Robert, If I understand the question, the cmake windows script installs all of the example executables into a share folder under the main install location that the user defines with cmake. The default install location is "c:\program files\OpenSceneGraph" with the share folder coming under that directory (c:\program files\OpenSceneGraph\Share\OpenSceneGraph\bin).
Not sure of the exact reason for installing examples in this directory but I do like that it is separate so that if I need to redistribute the dll's, lib's, and include files I don't then have to go through and remove all of the example executables. I just don't include the share folder and I have all that I need to redistribute osg. Mike Hartman -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Osfield Sent: Thursday, June 07, 2007 5:28 AM To: osg users Subject: Re: [osg-users] Here22 debug message and Cmake example installation Hi Serge, On 6/7/07, Serge Lages <[EMAIL PROTECTED]> wrote: > Since yesterday, in the NOTICE verbose mode, I have a "Here22" output > message each time I launch an application, is it normal ? > The message is in Viewer.cpp, line 598, in the viewer constructor. And this is why we have dev releases :-) Now removed the debug message and checked in. > On an other topic, I noticed that under Windows, when we choose to build the > examples and launch the INSTALL process, the examples are not installed with > the other binaries, is it the wanted behaviour ? In general the examples are a bit different than the applications in that their only functions are to educate the developer and help do testing, they aren't something that a general user will user. This raises the issue of to install and if so where to? I haven't tried the windows build for a number of years, let alone with CMake so can't comment on what is happening there right now w.r.t installs, I didn't even know that there was a VS install now support :-) _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/ _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
