google / usd_from_gltf

Apache License 2.0
547 stars 85 forks source link

Errors while -- Installing USD_FROM_GLTF -- #57

Open goout opened 4 years ago

goout commented 4 years ago

image

pzyu commented 4 years ago

Tried installing, got the same error.

EDIT: This can be solved by adding the following in the "mesh.h" file #include <map>

I then ran into this issue after that image

EDIT 2: I've managed to successfully build it by using version 19.07 of USD, I was using the latest version (20.05) before. 19.07 does not encounter issues while installing USD_FROM_GLTF.

image

viliusddd commented 4 years ago

Try using python 3

goout commented 4 years ago

@viliusddd thanks for the answer, i'll try, but a bit later

v-prgmr commented 3 years ago

Adding include <map> to the mesh.h solved it for me (y) Thank you @pzyu

methot-ilya-3ds commented 3 years ago

To any who still receive problems after adding include <map> I found that the instructions here solved my build problem.