google / usd_from_gltf

Apache License 2.0
547 stars 85 forks source link

Error installing - issues with boost #104

Open CraigLaMorte opened 7 months ago

CraigLaMorte commented 7 months ago

getting errors can find the boost/any.hpp. I have the latest openUSD version out right now

image

-------- Installing USD_FROM_GLTF -------- USD_FROM_GLTF: CWD: C:\Users\craig.lamorte\GitHub\ufg\build\usd_from_gltf USD_FROM_GLTF: Run: cmake C:\Users\craig.lamorte\GitHub\usd_from_gltf -DCMAKE_INSTALL_PREFIX=C:\Users\craig.lamorte\GitHub\ufg -DCMAKE_PREFIX_PATH=C:\Users\craig.lamorte\GitHub\ufg -DUSD_DIR=C:\USD -DCMAKE_GENERATOR_PLATFORM=x64 USD_FROM_GLTF: CWD: C:\Users\craig.lamorte\GitHub\ufg\build\usd_from_gltf USD_FROM_GLTF: Run: cmake --build . --config Release --target install -- /m MSBuild version 17.8.5+b5265ef37 for .NET Framework

1>Checking Build System Building Custom Rule C:/Users/craig.lamorte/GitHub/usd_from_gltf/gltf/CMakeLists.txt internal_util.cc load.cc memory_stream.cc message.cc stream.cc validate.cc cache.cc disk_stream.cc disk_util.cc glb_stream.cc gltf.cc image_parsing.cc Generating Code... gltf.vcxproj -> C:\Users\craig.lamorte\GitHub\ufg\build\usd_from_gltf\gltf\Release\gltf.lib Building Custom Rule C:/Users/craig.lamorte/GitHub/usd_from_gltf/common/CMakeLists.txt config.cc C:\USD\include\pxr\base\tf\diagnosticHelper.h(35,10): error C1083: Cannot open include file: 'boost/any.hpp': No such file or directory [C:\Users\craig.lamorte\GitHub\ufg\build\usd_from_gltf\common\common.vcxproj] (compiling source file '../../../../usd_from_gltf/common/config.cc')

logging.cc C:\USD\include\pxr\base\tf\diagnosticHelper.h(35,10): error C1083: Cannot open include file: 'boost/any.hpp': No such file or directory [C:\Users\craig.lamorte\GitHub\ufg\build\usd_from_gltf\common\common.vcxproj] (compiling source file '../../../../usd_from_gltf/common/logging.cc')

platform.cc Generating Code...

USD_FROM_GLTF: ERROR: Command failed: cmake --build . --config Release --target install -- /m USD_FROM_GLTF: See log at: C:\Users\craig.lamorte\GitHub\ufg\build\usd_from_gltf\log.txt

meshula commented 7 months ago

I wonder if https://github.com/pablode/guc might work for you? guc has been updated much more recently to track the current version of OpenUSD.