<div dir="ltr">Your compiler seems to be complaining about the paths being too long. Move the source tree to a shorter path before running cmake again.<div>Laurens.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Apr 19, 2018 at 8:39 PM, Ravi Mathur <span dir="ltr"><<a href="mailto:ravidavi@utexas.edu" target="_blank">ravidavi@utexas.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Things you are doing wrong in CMake:<div><ul><li>Do NOT change CMAKE_INCLUDE_PATH or CMAKE_LIBRARY_PATH.</li><li>Set ACTUAL_3RDPARTY_DIR to the path to 3rd-party x64 folder (containing bin, include, lib, etc). It will be something like C:\path\to\3rdParty_x64\x64</li><li>If your ACTUAL_3RDPARTY_DIR is set correctly, then all the dependencies should be found automatically. You shouldn't have to mess with CMAKE_* variables to find them.</li><li>Set CMAKE_INSTALL_PREFIX to some location you have access to. Your INSTALL step says "file cannot create directory: C:/ProgramFiles/<wbr>OpenSceneGraph/lib/pkgconfig. Maybe need administrative privileges." You clearly don't have Admin privileges.</li><li>If you really do want to install OSG to C:\ProgramFiles, then run Visual Studio in Administrator mode.</li></ul>Things you *might* be doing wrong in CMake:<br><ul><li>Make sure you are building out-of-source, e.g. "Where is the source code" and "Where to build the binaries" should not be the same folder in CMake-GUI. I always make the build folder a sub-directory of the source folder.</li></ul>Make sure you delete your current build folder, since you've already messed with things too much to fix. Delete the folder, start CMake from scratch, and follow the above guidelines.</div><span class="HOEnZb"><font color="#888888"><div><br></div><div>Ravi</div></font></span><div><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Apr 19, 2018 at 12:44 PM, André Martins <span dir="ltr"><<a href="mailto:andre.calixto.martins@gmail.com" target="_blank">andre.calixto.martins@gmail.<wbr>com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
I would like to request some help since I've been unable to build the project using CMake and VS2017.<br>
It's my first time building such a huge project and seems overwhelming at first.<br>
I tried searching online, in the forum and in the openscenegraph website but none of the options worked...<br>
<br>
What I've done:<br>
<br>
Downloaded the source code from:<br>
github .com/openscenegraph/OpenSceneG<wbr>raph/tree/OpenSceneGraph-3.6.0<br>
<br>
Downloaded dependencies from:<br>
download.osgvisual .org/3rdParty_VS2017_v141_x64_<wbr>V11_full.7z<br>
<br>
CmakeSetup on Cmake 3.11.1:<br>
Visual Studio 15 2014 Win64<br>
Use default native compilers<br>
<br>
<br>
<br>
Upon CMake Generation I edited CMAKE_INCLUDE_PATH and CMAKE_LIBRARY_PATH to match the dependencies include and lib folders, respectively.<br>
I also updated SLD2_INCLUDE_DIR AND SDL2_LIBRARY_LIB sinca I had already compiled SDL2 previously.<br>
Here's the output:<br>
<br>
<br>
<br>
Code:<br>
CMake Deprecation Warning at CMakeLists.txt:40 (cmake_policy):<br>
  The OLD behavior for policy CMP0008 will be removed from a future version<br>
  of CMake.<br>
<br>
  The cmake-policies(7) manual explains that the OLD behaviors of all<br>
  policies are deprecated and that a policy should be set to OLD only under<br>
  specific short-term circumstances.  Projects should be ported to the NEW<br>
  behavior and not rely on setting a policy to OLD.<br>
<br>
<br>
Could NOT find EGL (missing: EGL_LIBRARY EGL_INCLUDE_DIR) <br>
Checking windows version...<br>
64 bit architecture detected<br>
Could NOT find Freetype (missing: FREETYPE_LIBRARY) (found version "2.7.1")<br>
Could NOT find Jasper (missing: JASPER_LIBRARIES JASPER_INCLUDE_DIR) <br>
Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) <br>
Trying to find DCMTK expecting DCMTKConfig.cmake<br>
Trying to find DCMTK expecting DCMTKConfig.cmake - failed<br>
Trying to find DCMTK relying on FindDCMTK.cmake<br>
Please set DCMTK_DIR and re-run configure (missing: DCMTK_config_INCLUDE_DIR DCMTK_dcmdata_INCLUDE_DIR DCMTK_dcmimage_INCLUDE_DIR DCMTK_dcmimgle_INCLUDE_DIR DCMTK_dcmjpeg_INCLUDE_DIR DCMTK_dcmjpls_INCLUDE_DIR DCMTK_dcmnet_INCLUDE_DIR DCMTK_dcmpstat_INCLUDE_DIR DCMTK_dcmqrdb_INCLUDE_DIR DCMTK_dcmsign_INCLUDE_DIR DCMTK_dcmsr_INCLUDE_DIR DCMTK_dcmtls_INCLUDE_DIR DCMTK_ofstd_INCLUDE_DIR DCMTK_oflog_INCLUDE_DIR) <br>
Trying to find DCMTK relying on FindDCMTK.cmake - ok<br>
Could NOT find GStreamer (missing: GSTREAMER_INCLUDE_DIRS GSTREAMER_LIBRARIES GSTREAMER_VERSION GSTREAMER_BASE_INCLUDE_DIRS GSTREAMER_BASE_LIBRARIES GSTREAMER_APP_INCLUDE_DIRS GSTREAMER_APP_LIBRARIES GSTREAMER_PBUTILS_INCLUDE_DIRS GSTREAMER_PBUTILS_LIBRARIES) <br>
Could NOT find SDL (missing: SDL_LIBRARY SDL_INCLUDE_DIR) <br>
Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) <br>
Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) <br>
Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) <br>
Configuring done<br>
Generating done<br>
<br>
<br>
<br>
<br>
<br>
After that I opened the solution on VS2017 and built ALL_BUILD<br>
<br>
Heres the result:<br>
<br>
Code:<br>
<br>
1>------ Compilação iniciada: Projeto: ZERO_CHECK, Configuração: Debug x64 ------<br>
2>------ Compilação iniciada: Projeto: osgDB, Configuração: Debug x64 ------<br>
2>ObjectWrapper.cpp<br>
2>InputStream.cpp<br>
2>OutputStream.cpp<br>
2>Compressors.cpp<br>
2>Archive.cpp<br>
2>AuthenticationMap.cpp<br>
2>Callbacks.cpp<br>
2>ClassInterface.cpp<br>
2>ConvertBase64.cpp<br>
2>ConvertUTF.cpp<br>
2>DatabasePager.cpp<br>
2>DatabaseRevisions.cpp<br>
2>DotOsgWrapper.cpp<br>
2>DynamicLibrary.cpp<br>
2>ExternalFileWriter.cpp<br>
2>Field.cpp<br>
2>FieldReader.cpp<br>
2>FieldReaderIterator.cpp<br>
2>FileCache.cpp<br>
2>FileNameUtils.cpp<br>
2>Gerando Código...<br>
2>Compilando...<br>
2>FileUtils.cpp<br>
2>fstream.cpp<br>
2>ImageOptions.cpp<br>
2>ImagePager.cpp<br>
2>Input.cpp<br>
2>MimeTypes.cpp<br>
2>ObjectCache.cpp<br>
2>Output.cpp<br>
2>Options.cpp<br>
2>PluginQuery.cpp<br>
2>ReaderWriter.cpp<br>
2>ReadFile.cpp<br>
2>Registry.cpp<br>
2>SharedStateManager.cpp<br>
2>StreamOperator.cpp<br>
2>Version.cpp<br>
2>WriteFile.cpp<br>
2>XmlParser.cpp<br>
2>Gerando Código...<br>
2>   Criando biblioteca C:/Users/AFCM_/source/repos/Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0/OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0/build/lib/osgDBd.lib e objeto C:/Users/AFCM_/source/repos/Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0/OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0/build/lib/osgDBd.exp<br>
2>osgDB.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\osg156-<wbr>osgDBd.dll<br>
3>------ Compilação iniciada: Projeto: osgText, Configuração: Debug x64 ------<br>
4>------ Compilação iniciada: Projeto: osgGA, Configuração: Debug x64 ------<br>
5>------ Compilação iniciada: Projeto: osgFX, Configuração: Debug x64 ------<br>
6>------ Compilação iniciada: Projeto: osgParticle, Configuração: Debug x64 ------<br>
7>------ Compilação iniciada: Projeto: osgShadow, Configuração: Debug x64 ------<br>
8>------ Compilação iniciada: Projeto: osgTerrain, Configuração: Debug x64 ------<br>
9>------ Compilação iniciada: Projeto: Plugins trk, Configuração: Debug x64 ------<br>
10>------ Compilação iniciada: Projeto: Plugins vtf, Configuração: Debug x64 ------<br>
5>   Criando biblioteca C:/Users/AFCM_/source/repos/Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0/OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0/build/lib/osgFXd.lib e objeto C:/Users/AFCM_/source/repos/Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0/OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0/build/lib/osgFXd.exp<br>
3>   Criando biblioteca C:/Users/AFCM_/source/repos/Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0/OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0/build/lib/osgTextd.<wbr>lib e objeto C:/Users/AFCM_/source/repos/Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0/OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0/build/lib/osgTextd.<wbr>exp<br>
4>   Criando biblioteca C:/Users/AFCM_/source/repos/Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0/OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0/build/lib/osgGAd.lib e objeto C:/Users/AFCM_/source/repos/Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0/OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0/build/lib/osgGAd.exp<br>
8>   Criando biblioteca C:/Users/AFCM_/source/repos/Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0/OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0/build/lib/<wbr>osgTerraind.lib e objeto C:/Users/AFCM_/source/repos/Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0/OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0/build/lib/<wbr>osgTerraind.exp<br>
6>   Criando biblioteca C:/Users/AFCM_/source/repos/Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0/OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0/build/lib/<wbr>osgParticled.lib e objeto C:/Users/AFCM_/source/repos/Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0/OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0/build/lib/<wbr>osgParticled.exp<br>
7>   Criando biblioteca C:/Users/AFCM_/source/repos/Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0/OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0/build/lib/<wbr>osgShadowd.lib e objeto C:/Users/AFCM_/source/repos/Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0/OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0/build/lib/<wbr>osgShadowd.exp<br>
5>osgFX.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\osg156-<wbr>osgFXd.dll<br>
11>------ Compilação iniciada: Projeto: Plugins x, Configuração: Debug x64 ------<br>
3>osgText.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\osg156-<wbr>osgTextd.dll<br>
9>osgdb_trk.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_trkd.<wbr>dll<br>
4>osgGA.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\osg156-<wbr>osgGAd.dll<br>
10>osgdb_vtf.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_vtfd.<wbr>dll<br>
8>osgTerrain.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\osg156-<wbr>osgTerraind.dll<br>
6>osgParticle.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\osg156-<wbr>osgParticled.dll<br>
11>osgdb_x.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_xd.dll<br>
7>osgShadow.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\osg156-<wbr>osgShadowd.dll<br>
12>------ Compilação iniciada: Projeto: Applications osgversion, Configuração: Debug x64 ------<br>
13>------ Compilação iniciada: Projeto: osgViewer, Configuração: Debug x64 ------<br>
14>------ Compilação iniciada: Projeto: osgVolume, Configuração: Debug x64 ------<br>
15>------ Compilação iniciada: Projeto: osgSim, Configuração: Debug x64 ------<br>
16>------ Compilação iniciada: Projeto: Plugins txf, Configuração: Debug x64 ------<br>
17>------ Compilação iniciada: Projeto: Plugins zip, Configuração: Debug x64 ------<br>
18>------ Compilação iniciada: Projeto: Plugins 3dc, Configuração: Debug x64 ------<br>
19>------ Compilação iniciada: Projeto: Plugins 3ds, Configuração: Debug x64 ------<br>
17>Building Custom Rule C:/Users/AFCM_/source/repos/Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0/OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0/src/osgPlugins/zip/<wbr>CMakeLists.txt<br>
17>CMake does not need to re-run because C:/Users/AFCM_/source/repos/Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0/OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0/build/src/<wbr>osgPlugins/zip/CMakeFiles/gene<wbr>rate.stamp is up-to-date.<br>
15>   Criando biblioteca C:/Users/AFCM_/source/repos/Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0/OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0/build/lib/osgSimd.<wbr>lib e objeto C:/Users/AFCM_/source/repos/Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0/OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0/build/lib/osgSimd.<wbr>exp<br>
14>   Criando biblioteca C:/Users/AFCM_/source/repos/Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0/OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0/build/lib/<wbr>osgVolumed.lib e objeto C:/Users/AFCM_/source/repos/Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0/OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0/build/lib/<wbr>osgVolumed.exp<br>
17>unzip.cpp<br>
13>   Criando biblioteca C:/Users/AFCM_/source/repos/Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0/OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0/build/lib/<wbr>osgViewerd.lib e objeto C:/Users/AFCM_/source/repos/Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0/OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0/build/lib/<wbr>osgViewerd.exp<br>
12>application_osgversion.vcxp<wbr>roj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgversiond.exe<br>
20>------ Compilação iniciada: Projeto: Plugins ac, Configuração: Debug x64 ------<br>
17>ZipArchive.cpp<br>
16>osgdb_txf.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_txfd.<wbr>dll<br>
21>------ Compilação iniciada: Projeto: Plugins bmp, Configuração: Debug x64 ------<br>
18>osgdb_3dc.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_3dcd.<wbr>dll<br>
22>------ Compilação iniciada: Projeto: Plugins bsp, Configuração: Debug x64 ------<br>
14>osgVolume.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\osg156-<wbr>osgVolumed.dll<br>
19>osgdb_3ds.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_3dsd.<wbr>dll<br>
23>------ Compilação iniciada: Projeto: Plugins curl, Configuração: Debug x64 ------<br>
24>------ Compilação iniciada: Projeto: Plugins dds, Configuração: Debug x64 ------<br>
23>Building Custom Rule C:/Users/AFCM_/source/repos/Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0/OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0/src/osgPlugins/curl/<wbr>CMakeLists.txt<br>
23>CMake does not need to re-run because C:/Users/AFCM_/source/repos/Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0/OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0/build/src/<wbr>osgPlugins/curl/CMakeFiles/<wbr>generate.stamp is up-to-date.<br>
20>osgdb_ac.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_acd.dll<br>
15>osgSim.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\osg156-<wbr>osgSimd.dll<br>
21>osgdb_bmp.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_bmpd.<wbr>dll<br>
25>------ Compilação iniciada: Projeto: Plugins osg deprecated osg, Configuração: Debug x64 ------<br>
26>------ Compilação iniciada: Projeto: Plugins txp, Configuração: Debug x64 ------<br>
13>osgViewer.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\osg156-<wbr>osgViewerd.dll<br>
27>------ Compilação iniciada: Projeto: Plugins osg deprecated osgfx, Configuração: Debug x64 ------<br>
23>ReaderWriterCURL.cpp<br>
28>------ Compilação iniciada: Projeto: osgManipulator, Configuração: Debug x64 ------<br>
22>osgdb_bsp.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_bspd.<wbr>dll<br>
29>------ Compilação iniciada: Projeto: osgUI, Configuração: Debug x64 ------<br>
24>osgdb_dds.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_ddsd.<wbr>dll<br>
30>------ Compilação iniciada: Projeto: osgWidget, Configuração: Debug x64 ------<br>
28>   Criando biblioteca C:/Users/AFCM_/source/repos/Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0/OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0/build/lib/<wbr>osgManipulatord.lib e objeto C:/Users/AFCM_/source/repos/Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0/OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0/build/lib/<wbr>osgManipulatord.exp<br>
29>   Criando biblioteca C:/Users/AFCM_/source/repos/Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0/OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0/build/lib/osgUId.lib e objeto C:/Users/AFCM_/source/repos/Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0/OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0/build/lib/osgUId.exp<br>
27>osgdb_deprecated_osgfx.vcxp<wbr>roj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_depreca<wbr>ted_osgfxd.dll<br>
31>------ Compilação iniciada: Projeto: osgAnimation, Configuração: Debug x64 ------<br>
30>   Criando biblioteca C:/Users/AFCM_/source/repos/Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0/OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0/build/lib/<wbr>osgWidgetd.lib e objeto C:/Users/AFCM_/source/repos/Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0/OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0/build/lib/<wbr>osgWidgetd.exp<br>
28>osgManipulator.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\osg156-<wbr>osgManipulatord.dll<br>
32>------ Compilação iniciada: Projeto: Applications osgarchive, Configuração: Debug x64 ------<br>
29>osgUI.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\osg156-<wbr>osgUId.dll<br>
33>------ Compilação iniciada: Projeto: Applications osgconv, Configuração: Debug x64 ------<br>
31>   Criando biblioteca C:/Users/AFCM_/source/repos/Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0/OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0/build/lib/<wbr>osgAnimationd.lib e objeto C:/Users/AFCM_/source/repos/Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0/OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0/build/lib/<wbr>osgAnimationd.exp<br>
30>osgWidget.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\osg156-<wbr>osgWidgetd.dll<br>
34>------ Compilação iniciada: Projeto: osgPresentation, Configuração: Debug x64 ------<br>
25>osgdb_deprecated_osg.vcxpro<wbr>j -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_depreca<wbr>ted_osgd.dll<br>
32>application_osgarchive.vcxp<wbr>roj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgarchived.exe<br>
35>------ Compilação iniciada: Projeto: Applications osgfilecache, Configuração: Debug x64 ------<br>
36>------ Compilação iniciada: Projeto: Applications osgviewer, Configuração: Debug x64 ------<br>
33>application_osgconv.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\osgconvd.<wbr>exe<br>
37>------ Compilação iniciada: Projeto: Plugins cfg, Configuração: Debug x64 ------<br>
34>   Criando biblioteca C:/Users/AFCM_/source/repos/Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0/OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0/build/lib/<wbr>osgPresentationd.lib e objeto C:/Users/AFCM_/source/repos/Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0/OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0/build/lib/<wbr>osgPresentationd.exp<br>
31>osgAnimation.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\osg156-<wbr>osgAnimationd.dll<br>
38>------ Compilação iniciada: Projeto: Plugins bvh, Configuração: Debug x64 ------<br>
36>application_osgviewer.vcxpr<wbr>oj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgviewerd.exe<br>
39>------ Compilação iniciada: Projeto: Plugins osg deprecated osganimation, Configuração: Debug x64 ------<br>
39>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\<wbr>IDE\VC\VCTargets\Microsoft.Cpp<wbr>Build.targets(321,5): error MSB3491: Não foi possível gravar linhas no arquivo "osgdb_deprecated_osganimation<wbr>.dir\Debug\Plugins .C844942A.tlog\Plugins osg deprecated osganimation.lastbuildstate". O caminho e nome de ficheiro especificados, ou ambos, são demasiado grandes. O nome de ficheiro totalmente qualificado tem de ser inferior a 260 caracteres e o nome do directório tem de ser inferior a 248 caracteres.<br>
39>Projeto de compilação pronto "osgdb_deprecated_osganimation<wbr>.vcxproj" -- FALHA.<br>
40>------ Compilação iniciada: Projeto: Plugins osg deprecated osgparticle, Configuração: Debug x64 ------<br>
40>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\<wbr>IDE\VC\VCTargets\Microsoft.Cpp<wbr>Build.targets(321,5): error MSB3491: Não foi possível gravar linhas no arquivo "osgdb_deprecated_osgparticle.<wbr>dir\Debug\Plugins .AF305535.tlog\Plugins osg deprecated osgparticle.lastbuildstate". O caminho e nome de ficheiro especificados, ou ambos, são demasiado grandes. O nome de ficheiro totalmente qualificado tem de ser inferior a 260 caracteres e o nome do directório tem de ser inferior a 248 caracteres.<br>
40>Projeto de compilação pronto "osgdb_deprecated_osgparticle.<wbr>vcxproj" -- FALHA.<br>
41>------ Compilação iniciada: Projeto: Plugins osg deprecated osgshadow, Configuração: Debug x64 ------<br>
34>osgPresentation.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\osg156-<wbr>osgPresentationd.dll<br>
37>osgdb_cfg.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_cfgd.<wbr>dll<br>
42>------ Compilação iniciada: Projeto: Plugins osg deprecated osgsim, Configuração: Debug x64 ------<br>
17>ReaderWriterZIP.cpp<br>
38>osgdb_bvh.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_bvhd.<wbr>dll<br>
43>------ Compilação iniciada: Projeto: Plugins osg deprecated osgterrain, Configuração: Debug x64 ------<br>
43>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\<wbr>IDE\VC\VCTargets\Microsoft.Cpp<wbr>Build.targets(321,5): error MSB3491: Não foi possível gravar linhas no arquivo "osgdb_deprecated_osgterrain.d<wbr>ir\Debug\Plugins .E950791E.tlog\Plugins osg deprecated osgterrain.lastbuildstate". O caminho e nome de ficheiro especificados, ou ambos, são demasiado grandes. O nome de ficheiro totalmente qualificado tem de ser inferior a 260 caracteres e o nome do directório tem de ser inferior a 248 caracteres.<br>
43>Projeto de compilação pronto "osgdb_deprecated_osgterrain.v<wbr>cxproj" -- FALHA.<br>
44>------ Compilação iniciada: Projeto: Plugins osg deprecated osgtext, Configuração: Debug x64 ------<br>
41>osgdb_deprecated_osgshadow.<wbr>vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_depreca<wbr>ted_osgshadowd.dll<br>
45>------ Compilação iniciada: Projeto: Plugins osg deprecated osgviewer, Configuração: Debug x64 ------<br>
35><a href="http://application_osgfilecache.vc">application_osgfilecache.vc</a><wbr>xproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgfilecached.exe<br>
42>osgdb_deprecated_osgsim.vcx<wbr>proj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_depreca<wbr>ted_osgsimd.dll<br>
46>------ Compilação iniciada: Projeto: Plugins osg deprecated osgvolume, Configuração: Debug x64 ------<br>
44><a href="http://osgdb_deprecated_osgtext.vc">osgdb_deprecated_osgtext.vc</a><wbr>xproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_depreca<wbr>ted_osgtextd.dll<br>
47>------ Compilação iniciada: Projeto: Plugins osg deprecated osgwidget, Configuração: Debug x64 ------<br>
26>osgdb_txp.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_txpd.<wbr>dll<br>
45>osgdb_deprecated_osgviewer.<wbr>vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_depreca<wbr>ted_osgviewerd.dll<br>
48>------ Compilação iniciada: Projeto: Plugins dot, Configuração: Debug x64 ------<br>
49>------ Compilação iniciada: Projeto: Applications present3D, Configuração: Debug x64 ------<br>
50>------ Compilação iniciada: Projeto: Plugins dxf, Configuração: Debug x64 ------<br>
46>osgdb_deprecated_osgvolume.<wbr>vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_depreca<wbr>ted_osgvolumed.dll<br>
51>------ Compilação iniciada: Projeto: Plugins gdal, Configuração: Debug x64 ------<br>
52>------ Compilação iniciada: Projeto: Plugins gles, Configuração: Debug x64 ------<br>
51>Building Custom Rule C:/Users/AFCM_/source/repos/Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0/OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0/src/osgPlugins/gdal/<wbr>CMakeLists.txt<br>
51>CMake does not need to re-run because C:/Users/AFCM_/source/repos/Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0/OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0/build/src/<wbr>osgPlugins/gdal/CMakeFiles/<wbr>generate.stamp is up-to-date.<br>
47>osgdb_deprecated_osgwidget.<wbr>vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_depreca<wbr>ted_osgwidgetd.dll<br>
48>osgdb_dot.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_dotd.<wbr>dll<br>
53>------ Compilação iniciada: Projeto: Plugins glsl, Configuração: Debug x64 ------<br>
51>ReaderWriterGDAL.cpp<br>
54>------ Compilação iniciada: Projeto: Plugins gz, Configuração: Debug x64 ------<br>
54>Building Custom Rule C:/Users/AFCM_/source/repos/Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0/OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0/src/osgPlugins/gz/<wbr>CMakeLists.txt<br>
54>CMake does not need to re-run because C:/Users/AFCM_/source/repos/Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0/OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0/build/src/<wbr>osgPlugins/gz/CMakeFiles/gener<wbr>ate.stamp is up-to-date.<br>
23>osgdb_curl.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_curld.<wbr>dll<br>
55>------ Compilação iniciada: Projeto: Plugins hdr, Configuração: Debug x64 ------<br>
54>ReaderWriterGZ.cpp<br>
50>osgdb_dxf.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_dxfd.<wbr>dll<br>
56>------ Compilação iniciada: Projeto: Plugins ive, Configuração: Debug x64 ------<br>
53>osgdb_glsl.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_glsld.<wbr>dll<br>
57>------ Compilação iniciada: Projeto: Plugins jpeg, Configuração: Debug x64 ------<br>
57>Building Custom Rule C:/Users/AFCM_/source/repos/Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0/OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0/src/osgPlugins/jpeg/<wbr>CMakeLists.txt<br>
57>CMake does not need to re-run because C:/Users/AFCM_/source/repos/Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0/OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0/build/src/<wbr>osgPlugins/jpeg/CMakeFiles/<wbr>generate.stamp is up-to-date.<br>
57>EXIF_Orientation.cpp<br>
56>AlphaFunc.cpp<br>
55>osgdb_hdr.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_hdrd.<wbr>dll<br>
58>------ Compilação iniciada: Projeto: Plugins ktx, Configuração: Debug x64 ------<br>
57>ReaderWriterJPEG.cpp<br>
49>application_present3D.vcxpr<wbr>oj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>present3Dd.exe<br>
52>osgdb_gles.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_glesd.<wbr>dll<br>
59>------ Compilação iniciada: Projeto: Plugins logo, Configuração: Debug x64 ------<br>
58>osgdb_ktx.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_ktxd.<wbr>dll<br>
60>------ Compilação iniciada: Projeto: Plugins lua, Configuração: Debug x64 ------<br>
17>Gerando Código...<br>
59>osgdb_logo.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_logod.<wbr>dll<br>
61>------ Compilação iniciada: Projeto: Plugins lwo, Configuração: Debug x64 ------<br>
62>------ Compilação iniciada: Projeto: Plugins lws, Configuração: Debug x64 ------<br>
60>osgdb_lua.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_luad.<wbr>dll<br>
63>------ Compilação iniciada: Projeto: Plugins md2, Configuração: Debug x64 ------<br>
62>osgdb_lws.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_lwsd.<wbr>dll<br>
64>------ Compilação iniciada: Projeto: Plugins mdl, Configuração: Debug x64 ------<br>
61>osgdb_lwo.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_lwod.<wbr>dll<br>
65>------ Compilação iniciada: Projeto: Plugins normals, Configuração: Debug x64 ------<br>
66>------ Compilação iniciada: Projeto: Plugins nvtt, Configuração: Debug x64 ------<br>
66>Building Custom Rule C:/Users/AFCM_/source/repos/Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0/OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0/src/osgPlugins/nvtt/<wbr>CMakeLists.txt<br>
66>CMake does not need to re-run because C:/Users/AFCM_/source/repos/Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0/OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0/build/src/<wbr>osgPlugins/nvtt/CMakeFiles/<wbr>generate.stamp is up-to-date.<br>
66>NVTTImageProcessor.cpp<br>
64>osgdb_mdl.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_mdld.<wbr>dll<br>
67>------ Compilação iniciada: Projeto: Plugins obj, Configuração: Debug x64 ------<br>
51>DataSetLayer.cpp<br>
65>osgdb_normals.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_normals<wbr>d.dll<br>
68>------ Compilação iniciada: Projeto: Plugins ogr, Configuração: Debug x64 ------<br>
67>osgdb_obj.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_objd.<wbr>dll<br>
69>------ Compilação iniciada: Projeto: Plugins openflight, Configuração: Debug x64 ------<br>
54>osgdb_gz.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_gzd.dll<br>
70>------ Compilação iniciada: Projeto: Plugins osc, Configuração: Debug x64 ------<br>
56>AnimationPathCallback.cpp<br>
57>Gerando Código...<br>
57>jpeg.lib(jerror.obj) : MSIL .netmodule ou módulo compilado com /GL encontrado; reiniciando link com /LTCG; adicione /LTCG ao link da linha de comando para melhorar performance do vinculador<br>
57>LINK : warning LNK4075: ignorando '/INCREMENTAL' devido a especificaþÒo '/LTCG'<br>
57>LINK : warning LNK4098: defaultlib 'MSVCRT' conflita com uso de outras bibliotecas; use /NODEFAULTLIB:library<br>
57>Gerando c¾digo<br>
71>------ Compilação iniciada: Projeto: Plugins osg, Configuração: Debug x64 ------<br>
57>Finalizada a geraþÒo de c¾digo<br>
57>jpeg.lib(jerror.obj) : warning LNK4099: PDB 'jpeg.pdb' nÒo foi encontrado 'jpeg.lib(jerror.obj)' ou no 'C:\Users\AFCM_\source\repos\O<wbr>penSceneGraph-OpenSceneGraph-3<wbr>.6.0\OpenSceneGraph-OpenSceneG<wbr>raph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\jpeg.pdb'; vinculando objeto quando quando sem nenhuma informaþÒo de depuraþÒo<br>
69>osgdb_openflight.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_openfli<wbr>ghtd.dll<br>
72>------ Compilação iniciada: Projeto: Plugins osga, Configuração: Debug x64 ------<br>
57>jpeg.lib(jcapimin.obj) : warning LNK4099: PDB 'jpeg.pdb' nÒo foi encontrado 'jpeg.lib(jcapimin.obj)' ou no 'C:\Users\AFCM_\source\repos\O<wbr>penSceneGraph-OpenSceneGraph-3<wbr>.6.0\OpenSceneGraph-OpenSceneG<wbr>raph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\jpeg.pdb'; vinculando objeto quando quando sem nenhuma informaþÒo de depuraþÒo<br>
57>jpeg.lib(jdapimin.obj) : warning LNK4099: PDB 'jpeg.pdb' nÒo foi encontrado 'jpeg.lib(jdapimin.obj)' ou no 'C:\Users\AFCM_\source\repos\O<wbr>penSceneGraph-OpenSceneGraph-3<wbr>.6.0\OpenSceneGraph-OpenSceneG<wbr>raph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\jpeg.pdb'; vinculando objeto quando quando sem nenhuma informaþÒo de depuraþÒo<br>
57>jpeg.lib(jcparam.obj) : warning LNK4099: PDB 'jpeg.pdb' nÒo foi encontrado 'jpeg.lib(jcparam.obj)' ou no 'C:\Users\AFCM_\source\repos\O<wbr>penSceneGraph-OpenSceneGraph-3<wbr>.6.0\OpenSceneGraph-OpenSceneG<wbr>raph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\jpeg.pdb'; vinculando objeto quando quando sem nenhuma informaþÒo de depuraþÒo<br>
57>jpeg.lib(jcapistd.obj) : warning LNK4099: PDB 'jpeg.pdb' nÒo foi encontrado 'jpeg.lib(jcapistd.obj)' ou no 'C:\Users\AFCM_\source\repos\O<wbr>penSceneGraph-OpenSceneGraph-3<wbr>.6.0\OpenSceneGraph-OpenSceneG<wbr>raph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\jpeg.pdb'; vinculando objeto quando quando sem nenhuma informaþÒo de depuraþÒo<br>
57>jpeg.lib(jdapistd.obj) : warning LNK4099: PDB 'jpeg.pdb' nÒo foi encontrado 'jpeg.lib(jdapistd.obj)' ou no 'C:\Users\AFCM_\source\repos\O<wbr>penSceneGraph-OpenSceneGraph-3<wbr>.6.0\OpenSceneGraph-OpenSceneG<wbr>raph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\jpeg.pdb'; vinculando objeto quando quando sem nenhuma informaþÒo de depuraþÒo<br>
57>jpeg.lib(jdmarker.obj) : warning LNK4099: PDB 'jpeg.pdb' nÒo foi encontrado 'jpeg.lib(jdmarker.obj)' ou no 'C:\Users\AFCM_\source\repos\O<wbr>penSceneGraph-OpenSceneGraph-3<wbr>.6.0\OpenSceneGraph-OpenSceneG<wbr>raph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\jpeg.pdb'; vinculando objeto quando quando sem nenhuma informaþÒo de depuraþÒo<br>
57>jpeg.lib(jcomapi.obj) : warning LNK4099: PDB 'jpeg.pdb' nÒo foi encontrado 'jpeg.lib(jcomapi.obj)' ou no 'C:\Users\AFCM_\source\repos\O<wbr>penSceneGraph-OpenSceneGraph-3<wbr>.6.0\OpenSceneGraph-OpenSceneG<wbr>raph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\jpeg.pdb'; vinculando objeto quando quando sem nenhuma informaþÒo de depuraþÒo<br>
57>jpeg.lib(jutils.obj) : warning LNK4099: PDB 'jpeg.pdb' nÒo foi encontrado 'jpeg.lib(jutils.obj)' ou no 'C:\Users\AFCM_\source\repos\O<wbr>penSceneGraph-OpenSceneGraph-3<wbr>.6.0\OpenSceneGraph-OpenSceneG<wbr>raph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\jpeg.pdb'; vinculando objeto quando quando sem nenhuma informaþÒo de depuraþÒo<br>
57>jpeg.lib(jmemmgr.obj) : warning LNK4099: PDB 'jpeg.pdb' nÒo foi encontrado 'jpeg.lib(jmemmgr.obj)' ou no 'C:\Users\AFCM_\source\repos\O<wbr>penSceneGraph-OpenSceneGraph-3<wbr>.6.0\OpenSceneGraph-OpenSceneG<wbr>raph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\jpeg.pdb'; vinculando objeto quando quando sem nenhuma informaþÒo de depuraþÒo<br>
57>jpeg.lib(jcmarker.obj) : warning LNK4099: PDB 'jpeg.pdb' nÒo foi encontrado 'jpeg.lib(jcmarker.obj)' ou no 'C:\Users\AFCM_\source\repos\O<wbr>penSceneGraph-OpenSceneGraph-3<wbr>.6.0\OpenSceneGraph-OpenSceneG<wbr>raph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\jpeg.pdb'; vinculando objeto quando quando sem nenhuma informaþÒo de depuraþÒo<br>
57>jpeg.lib(jdinput.obj) : warning LNK4099: PDB 'jpeg.pdb' nÒo foi encontrado 'jpeg.lib(jdinput.obj)' ou no 'C:\Users\AFCM_\source\repos\O<wbr>penSceneGraph-OpenSceneGraph-3<wbr>.6.0\OpenSceneGraph-OpenSceneG<wbr>raph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\jpeg.pdb'; vinculando objeto quando quando sem nenhuma informaþÒo de depuraþÒo<br>
57>jpeg.lib(jcinit.obj) : warning LNK4099: PDB 'jpeg.pdb' nÒo foi encontrado 'jpeg.lib(jcinit.obj)' ou no 'C:\Users\AFCM_\source\repos\O<wbr>penSceneGraph-OpenSceneGraph-3<wbr>.6.0\OpenSceneGraph-OpenSceneG<wbr>raph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\jpeg.pdb'; vinculando objeto quando quando sem nenhuma informaþÒo de depuraþÒo<br>
57>jpeg.lib(jdmaster.obj) : warning LNK4099: PDB 'jpeg.pdb' nÒo foi encontrado 'jpeg.lib(jdmaster.obj)' ou no 'C:\Users\AFCM_\source\repos\O<wbr>penSceneGraph-OpenSceneGraph-3<wbr>.6.0\OpenSceneGraph-OpenSceneG<wbr>raph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\jpeg.pdb'; vinculando objeto quando quando sem nenhuma informaþÒo de depuraþÒo<br>
57>jpeg.lib(jmemnobs.obj) : warning LNK4099: PDB 'jpeg.pdb' nÒo foi encontrado 'jpeg.lib(jmemnobs.obj)' ou no 'C:\Users\AFCM_\source\repos\O<wbr>penSceneGraph-OpenSceneGraph-3<wbr>.6.0\OpenSceneGraph-OpenSceneG<wbr>raph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\jpeg.pdb'; vinculando objeto quando quando sem nenhuma informaþÒo de depuraþÒo<br>
57>jpeg.lib(jcarith.obj) : warning LNK4099: PDB 'jpeg.pdb' nÒo foi encontrado 'jpeg.lib(jcarith.obj)' ou no 'C:\Users\AFCM_\source\repos\O<wbr>penSceneGraph-OpenSceneGraph-3<wbr>.6.0\OpenSceneGraph-OpenSceneG<wbr>raph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\jpeg.pdb'; vinculando objeto quando quando sem nenhuma informaþÒo de depuraþÒo<br>
57>jpeg.lib(jcprepct.obj) : warning LNK4099: PDB 'jpeg.pdb' nÒo foi encontrado 'jpeg.lib(jcprepct.obj)' ou no 'C:\Users\AFCM_\source\repos\O<wbr>penSceneGraph-OpenSceneGraph-3<wbr>.6.0\OpenSceneGraph-OpenSceneG<wbr>raph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\jpeg.pdb'; vinculando objeto quando quando sem nenhuma informaþÒo de depuraþÒo<br>
57>jpeg.lib(jcsample.obj) : warning LNK4099: PDB 'jpeg.pdb' nÒo foi encontrado 'jpeg.lib(jcsample.obj)' ou no 'C:\Users\AFCM_\source\repos\O<wbr>penSceneGraph-OpenSceneGraph-3<wbr>.6.0\OpenSceneGraph-OpenSceneG<wbr>raph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\jpeg.pdb'; vinculando objeto quando quando sem nenhuma informaþÒo de depuraþÒo<br>
57>jpeg.lib(jcmainct.obj) : warning LNK4099: PDB 'jpeg.pdb' nÒo foi encontrado 'jpeg.lib(jcmainct.obj)' ou no 'C:\Users\AFCM_\source\repos\O<wbr>penSceneGraph-OpenSceneGraph-3<wbr>.6.0\OpenSceneGraph-OpenSceneG<wbr>raph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\jpeg.pdb'; vinculando objeto quando quando sem nenhuma informaþÒo de depuraþÒo<br>
57>jpeg.lib(jcmaster.obj) : warning LNK4099: PDB 'jpeg.pdb' nÒo foi encontrado 'jpeg.lib(jcmaster.obj)' ou no 'C:\Users\AFCM_\source\repos\O<wbr>penSceneGraph-OpenSceneGraph-3<wbr>.6.0\OpenSceneGraph-OpenSceneG<wbr>raph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\jpeg.pdb'; vinculando objeto quando quando sem nenhuma informaþÒo de depuraþÒo<br>
57>jpeg.lib(jccoefct.obj) : warning LNK4099: PDB 'jpeg.pdb' nÒo foi encontrado 'jpeg.lib(jccoefct.obj)' ou no 'C:\Users\AFCM_\source\repos\O<wbr>penSceneGraph-OpenSceneGraph-3<wbr>.6.0\OpenSceneGraph-OpenSceneG<wbr>raph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\jpeg.pdb'; vinculando objeto quando quando sem nenhuma informaþÒo de depuraþÒo<br>
57>jpeg.lib(jccolor.obj) : warning LNK4099: PDB 'jpeg.pdb' nÒo foi encontrado 'jpeg.lib(jccolor.obj)' ou no 'C:\Users\AFCM_\source\repos\O<wbr>penSceneGraph-OpenSceneGraph-3<wbr>.6.0\OpenSceneGraph-OpenSceneG<wbr>raph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\jpeg.pdb'; vinculando objeto quando quando sem nenhuma informaþÒo de depuraþÒo<br>
57>jpeg.lib(jchuff.obj) : warning LNK4099: PDB 'jpeg.pdb' nÒo foi encontrado 'jpeg.lib(jchuff.obj)' ou no 'C:\Users\AFCM_\source\repos\O<wbr>penSceneGraph-OpenSceneGraph-3<wbr>.6.0\OpenSceneGraph-OpenSceneG<wbr>raph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\jpeg.pdb'; vinculando objeto quando quando sem nenhuma informaþÒo de depuraþÒo<br>
57>jpeg.lib(jcdctmgr.obj) : warning LNK4099: PDB 'jpeg.pdb' nÒo foi encontrado 'jpeg.lib(jcdctmgr.obj)' ou no 'C:\Users\AFCM_\source\repos\O<wbr>penSceneGraph-OpenSceneGraph-3<wbr>.6.0\OpenSceneGraph-OpenSceneG<wbr>raph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\jpeg.pdb'; vinculando objeto quando quando sem nenhuma informaþÒo de depuraþÒo<br>
57>jpeg.lib(jquant1.obj) : warning LNK4099: PDB 'jpeg.pdb' nÒo foi encontrado 'jpeg.lib(jquant1.obj)' ou no 'C:\Users\AFCM_\source\repos\O<wbr>penSceneGraph-OpenSceneGraph-3<wbr>.6.0\OpenSceneGraph-OpenSceneG<wbr>raph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\jpeg.pdb'; vinculando objeto quando quando sem nenhuma informaþÒo de depuraþÒo<br>
57>jpeg.lib(jdmerge.obj) : warning LNK4099: PDB 'jpeg.pdb' nÒo foi encontrado 'jpeg.lib(jdmerge.obj)' ou no 'C:\Users\AFCM_\source\repos\O<wbr>penSceneGraph-OpenSceneGraph-3<wbr>.6.0\OpenSceneGraph-OpenSceneG<wbr>raph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\jpeg.pdb'; vinculando objeto quando quando sem nenhuma informaþÒo de depuraþÒo<br>
57>jpeg.lib(jdsample.obj) : warning LNK4099: PDB 'jpeg.pdb' nÒo foi encontrado 'jpeg.lib(jdsample.obj)' ou no 'C:\Users\AFCM_\source\repos\O<wbr>penSceneGraph-OpenSceneGraph-3<wbr>.6.0\OpenSceneGraph-OpenSceneG<wbr>raph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\jpeg.pdb'; vinculando objeto quando quando sem nenhuma informaþÒo de depuraþÒo<br>
57>jpeg.lib(jdhuff.obj) : warning LNK4099: PDB 'jpeg.pdb' nÒo foi encontrado 'jpeg.lib(jdhuff.obj)' ou no 'C:\Users\AFCM_\source\repos\O<wbr>penSceneGraph-OpenSceneGraph-3<wbr>.6.0\OpenSceneGraph-OpenSceneG<wbr>raph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\jpeg.pdb'; vinculando objeto quando quando sem nenhuma informaþÒo de depuraþÒo<br>
57>jpeg.lib(jquant2.obj) : warning LNK4099: PDB 'jpeg.pdb' nÒo foi encontrado 'jpeg.lib(jquant2.obj)' ou no 'C:\Users\AFCM_\source\repos\O<wbr>penSceneGraph-OpenSceneGraph-3<wbr>.6.0\OpenSceneGraph-OpenSceneG<wbr>raph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\jpeg.pdb'; vinculando objeto quando quando sem nenhuma informaþÒo de depuraþÒo<br>
57>jpeg.lib(jdarith.obj) : warning LNK4099: PDB 'jpeg.pdb' nÒo foi encontrado 'jpeg.lib(jdarith.obj)' ou no 'C:\Users\AFCM_\source\repos\O<wbr>penSceneGraph-OpenSceneGraph-3<wbr>.6.0\OpenSceneGraph-OpenSceneG<wbr>raph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\jpeg.pdb'; vinculando objeto quando quando sem nenhuma informaþÒo de depuraþÒo<br>
57>jpeg.lib(jdcoefct.obj) : warning LNK4099: PDB 'jpeg.pdb' nÒo foi encontrado 'jpeg.lib(jdcoefct.obj)' ou no 'C:\Users\AFCM_\source\repos\O<wbr>penSceneGraph-OpenSceneGraph-3<wbr>.6.0\OpenSceneGraph-OpenSceneG<wbr>raph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\jpeg.pdb'; vinculando objeto quando quando sem nenhuma informaþÒo de depuraþÒo<br>
57>jpeg.lib(jdcolor.obj) : warning LNK4099: PDB 'jpeg.pdb' nÒo foi encontrado 'jpeg.lib(jdcolor.obj)' ou no 'C:\Users\AFCM_\source\repos\O<wbr>penSceneGraph-OpenSceneGraph-3<wbr>.6.0\OpenSceneGraph-OpenSceneG<wbr>raph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\jpeg.pdb'; vinculando objeto quando quando sem nenhuma informaþÒo de depuraþÒo<br>
57>jpeg.lib(jdmainct.obj) : warning LNK4099: PDB 'jpeg.pdb' nÒo foi encontrado 'jpeg.lib(jdmainct.obj)' ou no 'C:\Users\AFCM_\source\repos\O<wbr>penSceneGraph-OpenSceneGraph-3<wbr>.6.0\OpenSceneGraph-OpenSceneG<wbr>raph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\jpeg.pdb'; vinculando objeto quando quando sem nenhuma informaþÒo de depuraþÒo<br>
57>jpeg.lib(jddctmgr.obj) : warning LNK4099: PDB 'jpeg.pdb' nÒo foi encontrado 'jpeg.lib(jddctmgr.obj)' ou no 'C:\Users\AFCM_\source\repos\O<wbr>penSceneGraph-OpenSceneGraph-3<wbr>.6.0\OpenSceneGraph-OpenSceneG<wbr>raph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\jpeg.pdb'; vinculando objeto quando quando sem nenhuma informaþÒo de depuraþÒo<br>
57>jpeg.lib(jdpostct.obj) : warning LNK4099: PDB 'jpeg.pdb' nÒo foi encontrado 'jpeg.lib(jdpostct.obj)' ou no 'C:\Users\AFCM_\source\repos\O<wbr>penSceneGraph-OpenSceneGraph-3<wbr>.6.0\OpenSceneGraph-OpenSceneG<wbr>raph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\jpeg.pdb'; vinculando objeto quando quando sem nenhuma informaþÒo de depuraþÒo<br>
57>jpeg.lib(jaricom.obj) : warning LNK4099: PDB 'jpeg.pdb' nÒo foi encontrado 'jpeg.lib(jaricom.obj)' ou no 'C:\Users\AFCM_\source\repos\O<wbr>penSceneGraph-OpenSceneGraph-3<wbr>.6.0\OpenSceneGraph-OpenSceneG<wbr>raph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\jpeg.pdb'; vinculando objeto quando quando sem nenhuma informaþÒo de depuraþÒo<br>
57>jpeg.lib(jfdctint.obj) : warning LNK4099: PDB 'jpeg.pdb' nÒo foi encontrado 'jpeg.lib(jfdctint.obj)' ou no 'C:\Users\AFCM_\source\repos\O<wbr>penSceneGraph-OpenSceneGraph-3<wbr>.6.0\OpenSceneGraph-OpenSceneG<wbr>raph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\jpeg.pdb'; vinculando objeto quando quando sem nenhuma informaþÒo de depuraþÒo<br>
57>jpeg.lib(jfdctfst.obj) : warning LNK4099: PDB 'jpeg.pdb' nÒo foi encontrado 'jpeg.lib(jfdctfst.obj)' ou no 'C:\Users\AFCM_\source\repos\O<wbr>penSceneGraph-OpenSceneGraph-3<wbr>.6.0\OpenSceneGraph-OpenSceneG<wbr>raph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\jpeg.pdb'; vinculando objeto quando quando sem nenhuma informaþÒo de depuraþÒo<br>
57>jpeg.lib(jfdctflt.obj) : warning LNK4099: PDB 'jpeg.pdb' nÒo foi encontrado 'jpeg.lib(jfdctflt.obj)' ou no 'C:\Users\AFCM_\source\repos\O<wbr>penSceneGraph-OpenSceneGraph-3<wbr>.6.0\OpenSceneGraph-OpenSceneG<wbr>raph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\jpeg.pdb'; vinculando objeto quando quando sem nenhuma informaþÒo de depuraþÒo<br>
57>jpeg.lib(jidctint.obj) : warning LNK4099: PDB 'jpeg.pdb' nÒo foi encontrado 'jpeg.lib(jidctint.obj)' ou no 'C:\Users\AFCM_\source\repos\O<wbr>penSceneGraph-OpenSceneGraph-3<wbr>.6.0\OpenSceneGraph-OpenSceneG<wbr>raph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\jpeg.pdb'; vinculando objeto quando quando sem nenhuma informaþÒo de depuraþÒo<br>
57>jpeg.lib(jidctfst.obj) : warning LNK4099: PDB 'jpeg.pdb' nÒo foi encontrado 'jpeg.lib(jidctfst.obj)' ou no 'C:\Users\AFCM_\source\repos\O<wbr>penSceneGraph-OpenSceneGraph-3<wbr>.6.0\OpenSceneGraph-OpenSceneG<wbr>raph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\jpeg.pdb'; vinculando objeto quando quando sem nenhuma informaþÒo de depuraþÒo<br>
57>jpeg.lib(jidctflt.obj) : warning LNK4099: PDB 'jpeg.pdb' nÒo foi encontrado 'jpeg.lib(jidctflt.obj)' ou no 'C:\Users\AFCM_\source\repos\O<wbr>penSceneGraph-OpenSceneGraph-3<wbr>.6.0\OpenSceneGraph-OpenSceneG<wbr>raph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\jpeg.pdb'; vinculando objeto quando quando sem nenhuma informaþÒo de depuraþÒo<br>
71>osgdb_osg.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_osgd.<wbr>dll<br>
73>------ Compilação iniciada: Projeto: Plugins osgjs, Configuração: Debug x64 ------<br>
57>osgdb_jpeg.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_jpegd.<wbr>dll<br>
57>Projeto de compilação pronto "osgdb_jpeg.vcxproj".<br>
74>------ Compilação iniciada: Projeto: Plugins osgshadow, Configuração: Debug x64 ------<br>
51>Gerando Código...<br>
72>osgdb_osga.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_osgad.<wbr>dll<br>
75>------ Compilação iniciada: Projeto: Plugins osgterrain, Configuração: Debug x64 ------<br>
74>osgdb_osgshadow.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_osgshad<wbr>owd.dll<br>
76>------ Compilação iniciada: Projeto: Plugins osgtgz, Configuração: Debug x64 ------<br>
73>osgdb_osgjs.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_osgjsd.<wbr>dll<br>
77>------ Compilação iniciada: Projeto: Plugins osgviewer, Configuração: Debug x64 ------<br>
75>osgdb_osgterrain.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_osgterr<wbr>aind.dll<br>
78>------ Compilação iniciada: Projeto: Plugins p3d, Configuração: Debug x64 ------<br>
66>osgdb_nvtt.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_nvttd.<wbr>dll<br>
79>------ Compilação iniciada: Projeto: Plugins pic, Configuração: Debug x64 ------<br>
76>osgdb_osgtgz.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_osgtgzd<wbr>.dll<br>
80>------ Compilação iniciada: Projeto: Plugins ply, Configuração: Debug x64 ------<br>
77>osgdb_osgviewer.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_osgview<wbr>erd.dll<br>
81>------ Compilação iniciada: Projeto: Plugins png, Configuração: Debug x64 ------<br>
81>Building Custom Rule C:/Users/AFCM_/source/repos/Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0/OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0/src/osgPlugins/png/<wbr>CMakeLists.txt<br>
81>CMake does not need to re-run because C:/Users/AFCM_/source/repos/Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0/OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0/build/src/<wbr>osgPlugins/png/CMakeFiles/gene<wbr>rate.stamp is up-to-date.<br>
51>   Criando biblioteca C:/Users/AFCM_/source/repos/Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0/OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0/build/lib/<wbr>osgPlugins-3.6.0/osgdb_gdald.<wbr>lib e objeto C:/Users/AFCM_/source/repos/Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0/OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0/build/lib/<wbr>osgPlugins-3.6.0/osgdb_gdald.<wbr>exp<br>
81>ReaderWriterPNG.cpp<br>
56>AnimationPath.cpp<br>
79>osgdb_pic.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_picd.<wbr>dll<br>
78>osgdb_p3d.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_p3dd.<wbr>dll<br>
82>------ Compilação iniciada: Projeto: Plugins pnm, Configuração: Debug x64 ------<br>
83>------ Compilação iniciada: Projeto: Plugins pov, Configuração: Debug x64 ------<br>
80>osgdb_ply.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_plyd.<wbr>dll<br>
84>------ Compilação iniciada: Projeto: Plugins pvr, Configuração: Debug x64 ------<br>
51>osgdb_gdal.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_gdald.<wbr>dll<br>
85>------ Compilação iniciada: Projeto: Plugins revisions, Configuração: Debug x64 ------<br>
82>osgdb_pnm.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_pnmd.<wbr>dll<br>
84>osgdb_pvr.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_pvrd.<wbr>dll<br>
86>------ Compilação iniciada: Projeto: Plugins rgb, Configuração: Debug x64 ------<br>
87>------ Compilação iniciada: Projeto: Plugins rot, Configuração: Debug x64 ------<br>
85>osgdb_revisions.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_revisio<wbr>nsd.dll<br>
88>------ Compilação iniciada: Projeto: Plugins scale, Configuração: Debug x64 ------<br>
89>------ Compilação iniciada: Projeto: Plugins osg serializer osg, Configuração: Debug x64 ------<br>
90>------ Compilação iniciada: Projeto: Plugins osg serializer osganimation, Configuração: Debug x64 ------<br>
90>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\<wbr>IDE\VC\VCTargets\Microsoft.Cpp<wbr>Build.targets(321,5): error MSB3491: Não foi possível gravar linhas no arquivo "osgdb_serializers_osganimatio<wbr>n.dir\Debug\Plugins .BC34A2F6.tlog\Plugins osg serializer osganimation.lastbuildstate". O caminho e nome de ficheiro especificados, ou ambos, são demasiado grandes. O nome de ficheiro totalmente qualificado tem de ser inferior a 260 caracteres e o nome do directório tem de ser inferior a 248 caracteres.<br>
90>Projeto de compilação pronto "osgdb_serializers_osganimatio<wbr>n.vcxproj" -- FALHA.<br>
91>------ Compilação iniciada: Projeto: Plugins osg serializer osgfx, Configuração: Debug x64 ------<br>
86>osgdb_rgb.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_rgbd.<wbr>dll<br>
92>------ Compilação iniciada: Projeto: Plugins osg serializer osgga, Configuração: Debug x64 ------<br>
87>osgdb_rot.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_rotd.<wbr>dll<br>
93>------ Compilação iniciada: Projeto: Plugins osg serializer osgmanipulator, Configuração: Debug x64 ------<br>
93>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\<wbr>IDE\VC\VCTargets\Microsoft.Cpp<wbr>Build.targets(321,5): error MSB3491: Não foi possível gravar linhas no arquivo "osgdb_serializers_osgmanipula<wbr>tor.dir\Debug\Plugins .D2061F02.tlog\Plugins osg serializer osgmanipulator.lastbuildstate"<wbr>. O caminho e nome de ficheiro especificados, ou ambos, são demasiado grandes. O nome de ficheiro totalmente qualificado tem de ser inferior a 260 caracteres e o nome do directório tem de ser inferior a 248 caracteres.<br>
93>Projeto de compilação pronto "osgdb_serializers_osgmanipula<wbr>tor.vcxproj" -- FALHA.<br>
88>osgdb_scale.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_scaled.<wbr>dll<br>
94>------ Compilação iniciada: Projeto: Plugins osg serializer osgparticle, Configuração: Debug x64 ------<br>
95>------ Compilação iniciada: Projeto: Plugins osg serializer osgshadow, Configuração: Debug x64 ------<br>
91>osgdb_serializers_osgfx.vcx<wbr>proj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_seriali<wbr>zers_osgfxd.dll<br>
96>------ Compilação iniciada: Projeto: Plugins osg serializer osgsim, Configuração: Debug x64 ------<br>
92>osgdb_serializers_osgga.vcx<wbr>proj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_seriali<wbr>zers_osggad.dll<br>
97>------ Compilação iniciada: Projeto: Plugins osg serializer osgterrain, Configuração: Debug x64 ------<br>
95>osgdb_serializers_osgshadow<wbr>.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_seriali<wbr>zers_osgshadowd.dll<br>
98>------ Compilação iniciada: Projeto: Plugins osg serializer osgtext, Configuração: Debug x64 ------<br>
96><a href="http://osgdb_serializers_osgsim.vc">osgdb_serializers_osgsim.vc</a><wbr>xproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_seriali<wbr>zers_osgsimd.dll<br>
99>------ Compilação iniciada: Projeto: Plugins osg serializer osgui, Configuração: Debug x64 ------<br>
94>osgdb_serializers_osgpartic<wbr>le.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_seriali<wbr>zers_osgparticled.dll<br>
97>osgdb_serializers_osgterrai<wbr>n.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_seriali<wbr>zers_osgterraind.dll<br>
100>------ Compilação iniciada: Projeto: Plugins osg serializer osgutil, Configuração: Debug x64 ------<br>
101>------ Compilação iniciada: Projeto: Plugins osg serializer osgviewer, Configuração: Debug x64 ------<br>
102>------ Compilação iniciada: Projeto: Plugins osg serializer osgvolume, Configuração: Debug x64 ------<br>
99>osgdb_serializers_osgui.vcx<wbr>proj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_seriali<wbr>zers_osguid.dll<br>
103>------ Compilação iniciada: Projeto: Plugins shp, Configuração: Debug x64 ------<br>
100>osgdb_serializers_osgutil.<wbr>vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_seriali<wbr>zers_osgutild.dll<br>
104>------ Compilação iniciada: Projeto: Plugins stl, Configuração: Debug x64 ------<br>
101>osgdb_serializers_osgviewe<wbr>r.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_seriali<wbr>zers_osgviewerd.dll<br>
105>------ Compilação iniciada: Projeto: Plugins tf, Configuração: Debug x64 ------<br>
106>------ Compilação iniciada: Projeto: Plugins tga, Configuração: Debug x64 ------<br>
56>AnisotropicLighting.cpp<br>
102>osgdb_serializers_osgvolum<wbr>e.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_seriali<wbr>zers_osgvolumed.dll<br>
107>------ Compilação iniciada: Projeto: Plugins tgz, Configuração: Debug x64 ------<br>
103>osgdb_shp.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_shpd.<wbr>dll<br>
108>------ Compilação iniciada: Projeto: Plugins tiff, Configuração: Debug x64 ------<br>
104>osgdb_stl.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_stld.<wbr>dll<br>
81>osgdb_png.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_pngd.<wbr>dll<br>
106>osgdb_tga.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_tgad.<wbr>dll<br>
105>osgdb_tf.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_tfd.dll<br>
109>------ Compilação iniciada: Projeto: Plugins trans, Configuração: Debug x64 ------<br>
108>Building Custom Rule C:/Users/AFCM_/source/repos/Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0/OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0/src/osgPlugins/tiff/<wbr>CMakeLists.txt<br>
108>CMake does not need to re-run because C:/Users/AFCM_/source/repos/Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0/OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0/build/src/<wbr>osgPlugins/tiff/CMakeFiles/<wbr>generate.stamp is up-to-date.<br>
108>ReaderWriterTIFF.cpp<br>
107>osgdb_tgz.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_tgzd.<wbr>dll<br>
109>osgdb_trans.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_transd.<wbr>dll<br>
56>AutoTransform.cpp<br>
108>osgdb_tiff.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_tiffd.<wbr>dll<br>
56>AzimElevationSector.cpp<br>
56>AzimSector.cpp<br>
56>Billboard.cpp<br>
56>BlendColor.cpp<br>
56>BlendEquation.cpp<br>
56>BlendFunc.cpp<br>
56>BlinkSequence.cpp<br>
56>BumpMapping.cpp<br>
56>Camera.cpp<br>
56>CameraView.cpp<br>
56>Cartoon.cpp<br>
56>ClipNode.cpp<br>
56>ClipPlane.cpp<br>
56>ClusterCullingCallback.cpp<br>
56>ColorMask.cpp<br>
56>Gerando Código...<br>
56>Compilando...<br>
56>CompositeLayer.cpp<br>
56>ConeSector.cpp<br>
56>ConvexPlanarOccluder.cpp<br>
56>ConvexPlanarPolygon.cpp<br>
56>CoordinateSystemNode.cpp<br>
56>CullFace.cpp<br>
56>DataInputStream.cpp<br>
56>DataOutputStream.cpp<br>
56>Depth.cpp<br>
56>DirectionalSector.cpp<br>
56>DOFTransform.cpp<br>
56>Drawable.cpp<br>
56>DrawArrayLengths.cpp<br>
56>DrawArrays.cpp<br>
56>DrawElementsUByte.cpp<br>
56>DrawElementsUInt.cpp<br>
56>DrawElementsUShort.cpp<br>
56>Effect.cpp<br>
56>ElevationSector.cpp<br>
56>EllipsoidModel.cpp<br>
56>Gerando Código...<br>
56>Compilando...<br>
56>Exception.cpp<br>
56>FadeText.cpp<br>
56>Fog.cpp<br>
56>FragmentProgram.cpp<br>
56>FrontFace.cpp<br>
56>Geode.cpp<br>
56>Geometry.cpp<br>
56>Group.cpp<br>
56>HeightFieldLayer.cpp<br>
56>Image.cpp<br>
56>ImageLayer.cpp<br>
56>ImageSequence.cpp<br>
56>Impostor.cpp<br>
56>Layer.cpp<br>
56>Light.cpp<br>
56>LightModel.cpp<br>
56>LightPoint.cpp<br>
56>LightPointNode.cpp<br>
56>LightSource.cpp<br>
56>LineStipple.cpp<br>
56>Gerando Código...<br>
56>Compilando...<br>
56>LineWidth.cpp<br>
56>Locator.cpp<br>
56>LOD.cpp<br>
56>Material.cpp<br>
56>MatrixTransform.cpp<br>
56>Multisample.cpp<br>
56>MultiSwitch.cpp<br>
56>MultiTextureControl.cpp<br>
56>Node.cpp<br>
56>Object.cpp<br>
56>OccluderNode.cpp<br>
56>OcclusionQueryNode.cpp<br>
56>PagedLOD.cpp<br>
56>Point.cpp<br>
56>PointSprite.cpp<br>
56>PolygonMode.cpp<br>
56>PolygonOffset.cpp<br>
56>PolygonStipple.cpp<br>
56>PositionAttitudeTransform.c<wbr>pp<br>
56>PrimitiveSet.cpp<br>
56>Gerando Código...<br>
56>Compilando...<br>
56>Program.cpp<br>
56>ProxyNode.cpp<br>
56>ReaderWriterIVE.cpp<br>
56>Scissor.cpp<br>
56>Scribe.cpp<br>
56>Sequence.cpp<br>
56>ShadeModel.cpp<br>
56>Shader.cpp<br>
56>ShapeAttributeList.cpp<br>
56>Shape.cpp<br>
56>ShapeDrawable.cpp<br>
56>SpecularHighlights.cpp<br>
56>StateSet.cpp<br>
56>Stencil.cpp<br>
56>StencilTwoSided.cpp<br>
56>Switch.cpp<br>
56>SwitchLayer.cpp<br>
56>Terrain.cpp<br>
56>TerrainTile.cpp<br>
56>TexEnvCombine.cpp<br>
56>Gerando Código...<br>
56>Compilando...<br>
56>TexEnv.cpp<br>
56>TexGen.cpp<br>
56>TexGenNode.cpp<br>
56>TexMat.cpp<br>
56>Text3D.cpp<br>
56>Text.cpp<br>
56>Texture1D.cpp<br>
56>Texture2D.cpp<br>
56>Texture2DArray.cpp<br>
56>Texture3D.cpp<br>
56>Texture.cpp<br>
56>TextureCubeMap.cpp<br>
56>TextureRectangle.cpp<br>
56>Transform.cpp<br>
56>Uniform.cpp<br>
56>VertexProgram.cpp<br>
56>Viewport.cpp<br>
56>VisibilityGroup.cpp<br>
56>VolumeCompositeLayer.cpp<br>
56>VolumeCompositeProperty.cpp<br>
56>Gerando Código...<br>
56>Compilando...<br>
56>VolumeSwitchProperty.cpp<br>
56>VolumeScalarProperty.cpp<br>
56>VolumeTransferFunctionPrope<wbr>rty.cpp<br>
56>VolumePropertyAdjustmentCal<wbr>lback.cpp<br>
56>Volume.cpp<br>
56>VolumeImageLayer.cpp<br>
56>VolumeLayer.cpp<br>
56>VolumeLocator.cpp<br>
56>VolumeTile.cpp<br>
56>Gerando Código...<br>
17>osgdb_zip.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_zipd.<wbr>dll<br>
56>osgdb_ive.vcxproj -> C:\Users\AFCM_\source\repos\Op<wbr>enSceneGraph-OpenSceneGraph-3.<wbr>6.0\OpenSceneGraph-OpenSceneGr<wbr>aph-3.6.0\build\bin\<wbr>osgPlugins-3.6.0\osgdb_ived.<wbr>dll<br>
110>------ Compilação iniciada: Projeto: ALL_BUILD, Configuração: Debug x64 ------<br>
========== Compilar: 105 com êxito, 5 com falha, 3 atualizados, 0 ignorados ==========<br>
<br>
<br>
<br>
tl:dr<br>
<br>
39>Projeto de compilação pronto "osgdb_deprecated_osganimation<wbr>.vcxproj" -- FALHA.<br>
40>Projeto de compilação pronto "osgdb_deprecated_osgparticle.<wbr>vcxproj" -- FALHA.<br>
43>Projeto de compilação pronto "osgdb_deprecated_osgterrain.v<wbr>cxproj" -- FALHA.<br>
90>Projeto de compilação pronto "osgdb_serializers_osganimatio<wbr>n.vcxproj" -- FALHA.<br>
93>Projeto de compilação pronto "osgdb_serializers_osgmanipula<wbr>tor.vcxproj" -- FALHA.<br>
========== Compilar: 105 sucessfull, 5 failed, 3 updated, 0 ignored==========<br>
<br>
<br>
Afterwards I just built INSTALL<br>
<br>
Heres the result:<br>
<br>
Code:<br>
<br>
1>------ Compilação iniciada: Projeto: Plugins osg deprecated osganimation, Configuração: Debug x64 ------<br>
2>------ Compilação iniciada: Projeto: Plugins osg deprecated osgparticle, Configuração: Debug x64 ------<br>
3>------ Compilação iniciada: Projeto: Plugins osg deprecated osgterrain, Configuração: Debug x64 ------<br>
1>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\<wbr>IDE\VC\VCTargets\Microsoft.Cpp<wbr>Build.targets(321,5): error MSB3491: Não foi possível gravar linhas no arquivo "osgdb_deprecated_osganimation<wbr>.dir\Debug\Plugins .C844942A.tlog\Plugins osg deprecated osganimation.lastbuildstate". O caminho e nome de ficheiro especificados, ou ambos, são demasiado grandes. O nome de ficheiro totalmente qualificado tem de ser inferior a 260 caracteres e o nome do directório tem de ser inferior a 248 caracteres.<br>
1>Projeto de compilação pronto "osgdb_deprecated_osganimation<wbr>.vcxproj" -- FALHA.<br>
2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\<wbr>IDE\VC\VCTargets\Microsoft.Cpp<wbr>Build.targets(321,5): error MSB3491: Não foi possível gravar linhas no arquivo "osgdb_deprecated_osgparticle.<wbr>dir\Debug\Plugins .AF305535.tlog\Plugins osg deprecated osgparticle.lastbuildstate". O caminho e nome de ficheiro especificados, ou ambos, são demasiado grandes. O nome de ficheiro totalmente qualificado tem de ser inferior a 260 caracteres e o nome do directório tem de ser inferior a 248 caracteres.<br>
2>Projeto de compilação pronto "osgdb_deprecated_osgparticle.<wbr>vcxproj" -- FALHA.<br>
4>------ Compilação iniciada: Projeto: Plugins osg serializer osganimation, Configuração: Debug x64 ------<br>
5>------ Compilação iniciada: Projeto: Plugins osg serializer osgmanipulator, Configuração: Debug x64 ------<br>
3>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\<wbr>IDE\VC\VCTargets\Microsoft.Cpp<wbr>Build.targets(321,5): error MSB3491: Não foi possível gravar linhas no arquivo "osgdb_deprecated_osgterrain.d<wbr>ir\Debug\Plugins .E950791E.tlog\Plugins osg deprecated osgterrain.lastbuildstate". O caminho e nome de ficheiro especificados, ou ambos, são demasiado grandes. O nome de ficheiro totalmente qualificado tem de ser inferior a 260 caracteres e o nome do directório tem de ser inferior a 248 caracteres.<br>
3>Projeto de compilação pronto "osgdb_deprecated_osgterrain.v<wbr>cxproj" -- FALHA.<br>
4>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\<wbr>IDE\VC\VCTargets\Microsoft.Cpp<wbr>Build.targets(321,5): error MSB3491: Não foi possível gravar linhas no arquivo "osgdb_serializers_osganimatio<wbr>n.dir\Debug\Plugins .BC34A2F6.tlog\Plugins osg serializer osganimation.lastbuildstate". O caminho e nome de ficheiro especificados, ou ambos, são demasiado grandes. O nome de ficheiro totalmente qualificado tem de ser inferior a 260 caracteres e o nome do directório tem de ser inferior a 248 caracteres.<br>
4>Projeto de compilação pronto "osgdb_serializers_osganimatio<wbr>n.vcxproj" -- FALHA.<br>
5>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\<wbr>IDE\VC\VCTargets\Microsoft.Cpp<wbr>Build.targets(321,5): error MSB3491: Não foi possível gravar linhas no arquivo "osgdb_serializers_osgmanipula<wbr>tor.dir\Debug\Plugins .D2061F02.tlog\Plugins osg serializer osgmanipulator.lastbuildstate"<wbr>. O caminho e nome de ficheiro especificados, ou ambos, são demasiado grandes. O nome de ficheiro totalmente qualificado tem de ser inferior a 260 caracteres e o nome do directório tem de ser inferior a 248 caracteres.<br>
5>Projeto de compilação pronto "osgdb_serializers_osgmanipula<wbr>tor.vcxproj" -- FALHA.<br>
6>------ Compilação iniciada: Projeto: INSTALL, Configuração: Debug x64 ------<br>
6>-- Install configuration: "Debug"<br>
6>CMake Error at cmake_install.cmake:36 (file):<br>
6>  file cannot create directory: C:/Program<br>
6>  Files/OpenSceneGraph/lib/pkgco<wbr>nfig.  Maybe need administrative privileges.<br>
6><br>
6><br>
6>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\<wbr>IDE\VC\VCTargets\Microsoft.Cpp<wbr>Common.targets(133,5): error MSB3073: O comando "setlocal<br>
6>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\<wbr>IDE\VC\VCTargets\Microsoft.Cpp<wbr>Common.targets(133,5): error MSB3073: "C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=Debug -P cmake_install.cmake<br>
6>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\<wbr>IDE\VC\VCTargets\Microsoft.Cpp<wbr>Common.targets(133,5): error MSB3073: if %errorlevel% neq 0 goto :cmEnd<br>
6>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\<wbr>IDE\VC\VCTargets\Microsoft.Cpp<wbr>Common.targets(133,5): error MSB3073: :cmEnd<br>
6>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\<wbr>IDE\VC\VCTargets\Microsoft.Cpp<wbr>Common.targets(133,5): error MSB3073: endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone<br>
6>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\<wbr>IDE\VC\VCTargets\Microsoft.Cpp<wbr>Common.targets(133,5): error MSB3073: :cmErrorLevel<br>
6>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\<wbr>IDE\VC\VCTargets\Microsoft.Cpp<wbr>Common.targets(133,5): error MSB3073: exit /b %1<br>
6>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\<wbr>IDE\VC\VCTargets\Microsoft.Cpp<wbr>Common.targets(133,5): error MSB3073: :cmDone<br>
6>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\<wbr>IDE\VC\VCTargets\Microsoft.Cpp<wbr>Common.targets(133,5): error MSB3073: if %errorlevel% neq 0 goto :VCEnd<br>
6>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\<wbr>IDE\VC\VCTargets\Microsoft.Cpp<wbr>Common.targets(133,5): error MSB3073: :VCEnd" foi encerrado com o código 1.<br>
6>Projeto de compilação pronto "INSTALL.vcxproj" -- FALHA.<br>
========== Compilar: 0 com êxito, 6 com falha, 108 atualizados, 0 ignorados ==========<br>
<br>
<br>
<br>
<br>
<br>
<br>
I would love some kind of experienced input on this matter.<br>
<br>
Thank you<br>
<br>
------------------<br>
Read this topic online here:<br>
<a href="http://forum.openscenegraph.org/viewtopic.php?p=73448#73448" rel="noreferrer" target="_blank">http://forum.openscenegraph.or<wbr>g/viewtopic.php?p=73448#73448</a><br>
<br>
<br>
<br>
<br>
<br>
______________________________<wbr>_________________<br>
osg-users mailing list<br>
<a href="mailto:osg-users@lists.openscenegraph.org" target="_blank">osg-users@lists.openscenegraph<wbr>.org</a><br>
<a href="http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org" rel="noreferrer" target="_blank">http://lists.openscenegraph.or<wbr>g/listinfo.cgi/osg-users-opens<wbr>cenegraph.org</a><br>
</blockquote></div><br></div></div></div></div>
<br>______________________________<wbr>_________________<br>
osg-users mailing list<br>
<a href="mailto:osg-users@lists.openscenegraph.org">osg-users@lists.<wbr>openscenegraph.org</a><br>
<a href="http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org" rel="noreferrer" target="_blank">http://lists.openscenegraph.<wbr>org/listinfo.cgi/osg-users-<wbr>openscenegraph.org</a><br>
<br></blockquote></div><br></div>