-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[ build_usd.py ] /bin/ld: cannot find -lGL #578
Comments
Hi @Jewel-A, based on the below error messages, my guess is that you do not have a 64-bit version of libGL installed on your system. Can you check if you've installed the 64-bit version of the OpenGL driver for your graphics card?
|
Hi @sunyab , I have 64-bit version of Nvidia driver, (from Nvidia website).
|
Maybe it does not search in /usr/lib64, is it posible? |
…lve/dev auto sync origin/dev fb13db6 to adsk/dev
Description of Issue
Hi!
I am trying to compile USD with build_usd.py.
I have an essue with "Installing GLEW" step all the time.
Also I did
pip install PyOpenGL PyOpenGL_accelerate
but it wasn't help to install USD with build_usd.py.Cmake doesn't help too.
Result:
CMake Error at cmake/modules/FindOpenEXR.cmake
.How to fix it?
Please Help
Thank you in advance
Steps to Reproduce (with build_usd.py)
Run from root:
sudo python USD/build_scripts/build_usd.py --alembic --ptex --hdf5 --python --usd-imaging --docs --tests /usr/local/USD
Result:
Try cmake
4 Result:
System Information (OS, Hardware)
64-bit Centos 7,
Kernel 3.10.0-862.3.3.el7.x86_64,
Gnome 3.22.2,
Nvidia GTX, Driver version 390.67
Package Versions
USD master v0.8.5a (committed on May 22)
USD dev (Latest commit b83807d)
Python 2.7.5
gcc (GCC) 4.8.5 20150623
cmake version 3.11.0
all dependencies, and dependencies of dependencies installed from PIP and YUM
Build Flags
sudo python USD/build_scripts/build_usd.py --alembic --ptex --hdf5 --python --usd-imaging --docs --tests /usr/local/USD
The text was updated successfully, but these errors were encountered: