[osg-users] [build] "INSTALL.vcxproj" -- FAILED

Eran Cohen ceranco at gmail.com
Mon Dec 18 09:37:29 PST 2017


For anyone interested, the build failed because of the place that the Cmake install script looked for the .pdb files of the examples. Cmake looked for them in build/examples/example_name, but all the examples built them to build/bin.
I manually changed the build location for the .pdb file for all of the examples projects to the macro: 
Code:
$(ProjectDir)$(AssemblyName)d.pdb

  and it fixed the problem.

Cheers,
Eran[/quote]

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







More information about the osg-users mailing list