You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @jetsonhacks , I am trying to use this repo to build OpenCV in a docker build. However, I am getting this in the command line
File cuda_gl_interop.h is read-only; trying to patch anyway
patch: **** Can't create temporary file ./cuda_gl_interop.h.oaK9TUB : Read-only file system
The cmake then carries on but during the build process, there are several GL errors along the way which i think might be related to the patch issue above. Seeking your assistance.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi @jetsonhacks , I am trying to use this repo to build OpenCV in a docker build. However, I am getting this in the command line
File cuda_gl_interop.h is read-only; trying to patch anyway
patch: **** Can't create temporary file ./cuda_gl_interop.h.oaK9TUB : Read-only file system
The cmake then carries on but during the build process, there are several GL errors along the way which i think might be related to the patch issue above. Seeking your assistance.
Thanks!
The text was updated successfully, but these errors were encountered: