-
Notifications
You must be signed in to change notification settings - Fork 1
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
Compilation trouble #1
Comments
Hi! I'll try my best to help. :) The error messages point to an OpenCV function ( Let me know if this helps! |
Thank you! Turns out conda did not install 12.3 even though I told it to :) Computers are fun. This allows me to build opencv, however, when building pbrt-v3, I get
Digging around, I see this means that the cuda files that should be generated by building opencv were not generated, and indeed, when I run
I get nothing. I look back at my cmake output for opencv and see
which includes
and
So, indeed, opencv is not installing these parts. Any idea why this could be? Here's my CMakeCache.txt in case that's useful. |
It looks like your CUDA installation couldn't be found by CMake for building OpenCV. |
Hi!
Thanks for making this code available! I was assigned this as part of the Graphics Replicability Stamp project, and unfortunately have not been able to compile using the instructions on my Linux machine. I don't use Linux much, so there's definitely a chance I am doing something wrong :) Any idea what this could be about?
I ran the following, according to the instructions (I am installing with conda, since I don't have sudo access in this machine):
and then
but, during the opencv cmake (output cropped), encounter this error:
The text was updated successfully, but these errors were encountered: