Hi,

During the first "Build solution" procedure of OpenSceneGraph-2.9.10, using 
MSVS2008, there is this same error for two plugins:


Code:
39>Plugins osg serializer osgmanipulator : error PRJ0020 : Tool 'Linker', 
Property 'Manifest File' contains invalid file name 
'osgdb_serializers_osgmanipulator.dir\Debug\osgdb_serializers_osgmanipulatord.dll.intermediate.manifest'.

81>Plugins osg deprecated osganimation : error PRJ0020 : Tool 'Linker', 
Property 'Manifest File' contains invalid file name 
'osgdb_deprecated_osganimation.dir\Debug\osgdb_deprecated_osganimationd.dll.intermediate.manifest'.



I am guessing the reason might be the long path. But if it was, it should have 
been a problem for more people!! 

However, as a result, the "dll.intermediate.manifest" files are not generated, 
and hence the dll's themselves; and this naturally causes another error during 
the build of the INSTALL project, since it can't find the dll's. 

Any suggested workarounds for this issue are quite appreciated. 

I am thinking of disabling the manifest generation to be able to create the 
dlls, osgdb_serializers_osgmanipulatord.dll and 
osgdb_deprecated_osganimationd.dll,  but I don't know if it will be a 
compromise for the integrity of the library or a potential cause for errors may 
be when I have to use these plugins..

Thank you!

Cheers,
Can[/code]

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=35607#35607





_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to