Skip to content

Include paths #60

@limann77

Description

@limann77

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions