Closed dtlindsey closed 5 years ago
I'm not familiar with the Windows build, but are you sure that you build the Python binding ? Without those I don't think usdGenSchema
is built.
I think you need to make sure that jinja2 is installed for your python. Otherwise, cmake will skip usdGenSchema. It will issue a warning, but it’s easy to miss, and it wasn’t until I looked at the cmake file that I figured out what was going on with my local build.
On 14. Aug 2019, at 02:07, Charles Flèche notifications@github.com wrote:
I'm not familiar with the Windows build, but are you sure that you build the Python binding ? Without those I don't think usdGenSchema is built.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.
Thanks @asluk I will give this a shot. I didn't even think to dig into the cmake file to find that.
@asluk this fixed the issue. Thanks for the help.
Description of Issue
usdGenSchema not building or installing, but failing quietly
Steps to Reproduce
git clone https://github.com/PixarAnimationStudios/USD.git
python build_scripts\build_usd.py --generator "Visual Studio 14 2015 Win64" --build-args=boost,"toolset=msvc-14.0 --with-date_time --with-thread --with-system --with-filesystem" --no-maya --ptex --materialx --alembic --openimageio --opencolorio --verbose --force-all "C:\Users\lindd067\dev\external\install\USD-19.05-all"
The build completes but usdGenSchema isn't in the bin directory
System Information (OS, Hardware)
Windows 10 (company image)
Package Versions
master, of 19.05
Build Flags
see above