google / usd_from_gltf

Apache License 2.0
547 stars 85 forks source link

Installation error #94

Open bpedazur opened 2 years ago

bpedazur commented 2 years ago

On Ubuntu 20.04 and all dependencies installed, I'm getting this:

[ 78%] Building CXX object convert/CMakeFiles/convert.dir/converter.cc.o
[ 80%] Building CXX object convert/CMakeFiles/convert.dir/materializer.cc.o
[ 83%] Building CXX object convert/CMakeFiles/convert.dir/package.cc.o
[ 85%] Building CXX object convert/CMakeFiles/convert.dir/texturator.cc.o
[ 88%] Linking CXX static library libconvert.a
[ 88%] Built target convert
Scanning dependencies of target usd_from_gltf
[ 90%] Building CXX object usd_from_gltf/CMakeFiles/usd_from_gltf.dir/args.cc.o
[ 92%] Building CXX object usd_from_gltf/CMakeFiles/usd_from_gltf.dir/usd_from_gltf.cc.o
[ 95%] Linking CXX executable usd_from_gltf
/usr/bin/ld: cannot find -lgf
/usr/bin/ld: cannot find -lplug
/usr/bin/ld: cannot find -lsdf
/usr/bin/ld: cannot find -ltf
/usr/bin/ld: cannot find -lusd
/usr/bin/ld: cannot find -lusdGeom
/usr/bin/ld: cannot find -lusdShade
/usr/bin/ld: cannot find -lusdSkel
/usr/bin/ld: cannot find -lusdUtils
/usr/bin/ld: cannot find -lvt
collect2: error: ld returned 1 exit status
make[2]: *** [usd_from_gltf/CMakeFiles/usd_from_gltf.dir/build.make:109: usd_from_gltf/usd_from_gltf] Error 1
make[1]: *** [CMakeFiles/Makefile2:313: usd_from_gltf/CMakeFiles/usd_from_gltf.dir/all] Error 2
make: *** [Makefile:130: all] Error 2

  USD_FROM_GLTF: ERROR: Command failed: cmake --build . --config Release --target install --
  USD_FROM_GLTF: See log at: /opt/UFG_BUILD/build/usd_from_gltf/log.txt

Did anyone had anything like that? I couldn't find anything online.

migdall commented 2 years ago

I am getting this error. How did you get past the other errors? Did you change the code yourself?

cerfking commented 7 months ago

I am getting the same error, did you fix that? @migdall @bpedazur