Philip Lowman
Tue, 17 Feb 2009 05:36:29 -0800
On Mon, Feb 16, 2009 at 11:48 AM, Norman Vine <n...@cape.com> wrote: > Cory Riddell writes: > > > > A couple of notes: > > 1. I don't run as administrator all the time (it still amazes > > me how many Windows users always operate as an admin) > > 2. I untarred with cygwin's tar. Perhaps that does something > > funky with the permissions? > > My guess is you don't have the sp1 runtime > > http://www.microsoft.com/downloads/details.aspx?familyid=200b2fd9-ae1a-4a14- > 984d-389c36f85647&displaylang=en<http://www.microsoft.com/downloads/details.aspx?familyid=200b2fd9-ae1a-4a14-%0A984d-389c36f85647&displaylang=en> >
Yeah, those ZIP releases of the OSG 2.8.0 prebuilts should really have the following files placed in the "bin" folder so they work out-of-the-box on Windows 2000, Windows XP, or Windows Vista without anyone having to install the MSVC runtime crap. *C:\Program Files\Microsoft Visual Studio 8\VC\Redist\x86\Microsoft.VC80.CRT *\* See: http://www.codeproject.com/KB/cpp/vcredists_x86.aspx The debug prebuilts can't have the debug runtime included with them for legal reasons. Also, adding the following should cause the Visual Studio 7, 7.1, 8 or 9 runtime libraries to be copied to the "bin" folder when someone runs the "INSTALL" target in Visual Studio. I can't test this at the moment since I don't own VS at home, only VS Express. This should make packaging up distributions of the OSG easier: INCLUDE(InstallRequiredSystemLibraries.cmake OPTIONAL) -- Philip Lowman
_______________________________________________ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org