Skip to content

Instantly share code, notes, and snippets.

@brothermechanic
Created November 14, 2020 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brothermechanic/4f999d8d6b292e37534ebda2e39e05b0 to your computer and use it in GitHub Desktop.
Save brothermechanic/4f999d8d6b292e37534ebda2e39e05b0 to your computer and use it in GitHub Desktop.
stdin
Install Settings:
Source Directory: /home/bm/bin/usd_from_gltf
Install Directory: /home/bm/bin/usd_from_gltf/build
USD Directory: /usr/local/lib
Download Directory: /home/bm/bin/usd_from_gltf/build/src
Build Directory: /home/bm/bin/usd_from_gltf/build/build
Build Config: Release
CMake Generator: Default
Already Installed: DRACO, GIF, JPG, JSON, ZLIB, PNG, STB_IMAGE, TCLAP, TESTDATA_SAMPLES, TESTDATA_REFERENCE
Installing: USD_FROM_GLTF

-------- Installing USD_FROM_GLTF --------
 USD_FROM_GLTF: CWD: /home/bm/bin/usd_from_gltf/build/build/usd_from_gltf
 USD_FROM_GLTF: Run: cmake /home/bm/bin/usd_from_gltf -DCMAKE_INSTALL_PREFIX=/home/bm/bin/usd_from_gltf/build -DCMAKE_PREFIX_PATH=/home/bm/bin/usd_from_gltf/build -DUSD_DIR=/usr/local/lib
 USD_FROM_GLTF: CWD: /home/bm/bin/usd_from_gltf/build/build/usd_from_gltf
 USD_FROM_GLTF: Run: cmake --build . --config Release --target install --
[ 30%] Built target gltf
[ 40%] Built target common
[ 71%] Built target process
[ 88%] Built target convert
[ 90%] Linking CXX executable usd_from_gltf
/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../convert/libconvert.a(package.cc.o): undefined reference to symbol '_Py_NoneStruct'
/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib64/libpython3.7m.so.1.0: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
gmake[2]: *** [usd_from_gltf/CMakeFiles/usd_from_gltf.dir/build.make:128: usd_from_gltf/usd_from_gltf] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:332: usd_from_gltf/CMakeFiles/usd_from_gltf.dir/all] Error 2
gmake: *** [Makefile:149: all] Error 2
 USD_FROM_GLTF: ERROR: Command failed: cmake --build . --config Release --target install --
 USD_FROM_GLTF: See log at: /home/bm/bin/usd_from_gltf/build/build/usd_from_gltf/log.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment