-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
I'm building a current git version of the plugins against the same of https://github.com/PixarAnimationStudios/OpenUSD
cmake -S . -B build \
-DCMAKE_INSTALL_PREFIX=/usr \
-Dpxr_ROOT=/usr/include/pxr
Failure at [ 16%] Linking CXX shared library libfileformatUtils.so:
/usr/bin/ld: cannot find -ltf: No such file or directory
/usr/bin/ld: cannot find -lsdf: No such file or directory
/usr/bin/ld: cannot find -lusd: No such file or directory
/usr/bin/ld: cannot find -lusdGeom: No such file or directory
/usr/bin/ld: cannot find -lusdLux: No such file or directory
/usr/bin/ld: cannot find -lusdRender: No such file or directory
/usr/bin/ld: cannot find -lusdSkel: No such file or directory
/usr/bin/ld: cannot find -lusdShade: No such file or directory
/usr/bin/ld: cannot find -lusdUtils: No such file or directory
/usr/bin/ld: cannot find -lusdVol: No such file or directory
/usr/bin/ld: cannot find -lhio: No such file or directory
/usr/bin/ld: cannot find -larch: No such file or directory
tf is at
/usr/include/pxr/base/tf/
most of the rest at
/usr/lib/usd/sdf/
/usr/lib/usd/usdShade/
Does this mean I'd have to set 2 different -Dpxr_ROOT={/usr/lib/usd/,/usr/include/pxr/base} ? I have let USD choose paths below my prefix of /usr
Metadata
Metadata
Assignees
Labels
No labels