google / usd_from_gltf

Apache License 2.0
547 stars 85 forks source link

Build Error - Could not load cache. #75

Open felipe-dap opened 3 years ago

felipe-dap commented 3 years ago

Hello everyone! Maybe someone stumbled on something like this? Windows 10 x64 Visual Studio 2017 USD 21.02 Build with Python 2.7

After some issues I ran into this and I could not find anything related to this issue: Command: H:\usd_from_gltf-master>python ./tools/ufginstall/ufginstall.py H:/UFG-CP37 H:/USD-CP27

Install Settings: Source Directory: H:\usd_from_gltf-master Install Directory: H:\UFG-CP37 USD Directory: H:\USD-CP27 Download Directory: H:\UFG-CP37\src Build Directory: H:\UFG-CP37\build Build Config: Release CMake Generator: Default Already Installed: DRACO, GIF, JPG, JSON, ZLIB, PNG, STB_IMAGE, TCLAP Installing: USD_FROM_GLTF

-------- Installing USD_FROM_GLTF -------- USD_FROM_GLTF: CWD: H:\UFG-CP37\build\usd_from_gltf-master USD_FROM_GLTF: Run: cmake H:\usd_from_gltf-master -DCMAKE_INSTALL_PREFIX=H:\UFG-CP37 -DCMAKE_PREFIX_PATH=H:\UFG-CP37 -DUSD_DIR=H:\USD-CP27 -DCMAKE_GENERATOR_PLATFORM=x64 USD_FROM_GLTF: CWD: H:\UFG-CP37\build\usd_from_gltf-master USD_FROM_GLTF: Run: cmake --build . --config Release --target install -- /m Error: could not load cache

USD_FROM_GLTF: ERROR: Command failed: cmake --build . --config Release --target install -- /m USD_FROM_GLTF: See log at: H:\UFG-CP37\build\usd_from_gltf-master\log.txt

------------------ Log File Attached ----------------

Thanks in advance! Cheers, Felipe. log.txt

methot-ilya-3ds commented 3 years ago

I have this same problem

dodorian92 commented 1 year ago

I get the same problem. Is there any update on this?