Click here to Skip to main content
15,880,891 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am trying to install OpenCV with CUDA 4.2 enabled. i downloaded the new version 2.4.2 from the official website. Using Cmake 2.8.9 i configured and generated the solution file (with CUDA enabled).

When i run the solution in visual studio, it pops up a dialog box:

"CMake - Automatically reload and build?"

After this It doesnt matter if i hit ok or cancel, the build fails with many errors. here are a few:
CSS
Error 8 fatal error LNK1104: cannot open file '....\lib\Debug\opencv_gpu242d.lib' opencv_stitching
Error 9 fatal error LNK1104: cannot open file '....\lib\Debug\opencv_gpu242d.lib' opencv_videostab
Error 10 fatal error LNK1104: cannot open file '....\lib\Debug\opencv_gpu242d.lib' opencv_test_stitching
Error 13 fatal error LNK1104: cannot open file '....\lib\Debug\opencv_gpu242d.lib' opencv_perf_stitching



I have tried linking the lib files directory and restarting the system with no change.

Please help me with this problem.
Posted

You should try the QA Section of the openCV users for questions of that type. You'll probably get a better and faster answer over there since their QA section is dedicated only to openCV. So there are some openCV experts over there.

http://answers.opencv.org/questions/[^]
 
Share this answer
 
Thanks for the link. But i solved the issue. I did not know what the problem was. I tried installing in another PC and it worked just fine.

So, i re installed the OS and tried again and it worked..:)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900