-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failing to find pxr headers #19
Comments
Ran into this also, on the I worked around it by adding
|
Please see the discussion here: #5 |
Took the changes @mattyjams cited in #5 by hand, removed my changes cited before, rebuilt successfully. |
@Svenito are you still running into problems? As in, is this still an open issue? |
i think we're good here. thanks |
I'm trying to build on Centos 7.5 and am running into errors finding the USD headers
for example:
fatal error: pxr/pxr.h: No such file or directoryfatal error: pxr/pxr.h: No such file or directory #include "pxr/pxr.h"
The command I use is (some paths redacted)
python build.py --maya-location path/maya2018 --pxrusd-location /tmp/usd-optix/ --build-args="-DBOOST_LIBRARYDIR=BOOST/1.55.0/linux-x86-64/gcc-4.8.5/lib, -DBOOST_INCLUDEDIR=BOOST/1.55.0/linux-x86-64/gcc-4.8.5/include, -DBUILD_ADSK_PLUGIN=ON,-DBUILD_AL_PLUGIN=ON, -DBUILD_PXR_PLUGIN=OFF" --install-location /tmp/maya-usd
pwd``I compiled PXR USD 19.05 with the Maya plugin disabled and the header files it is looking for are present in the
pxrusd-location
/tmp/usd-optix/include
The text was updated successfully, but these errors were encountered: