Ask Your Question

daveandes's profile - activity

2015-12-16 11:12:59 -0600 answered a question Error Building OpenCV from Source

+++ UPDATE +++

As boaz001 suggested, I cleaned out my build directory and ran CMake again. (I uploaded the text output after each Configure step (#1, #2, and #3), again after the Generate step, and also the CMakeError.log and CMakeOutput.log files to Dropbox.

I then opened the solution in Visual Studio and built it, yielding the same "project modified outside the environment" messages. As Tetragramm suggested I hit Reload All and then F7 to build the solution again. With each iteration I got closer to getting everything to build.

On the last run I got Build: 63 succeeded, 3 failed, 27 up-to-date, 35 skipped. As I review the output, it seems to be having some problem linking to Qt. Here's the log of the most recent build.

I was thinking this might be a problem with Qt not being in the %PATH%, so I checked and do see C:\Qt\5.5\mingw492_32\bin in the path and all the .dll files in that location.

Any further thoughts?

2015-12-15 22:58:26 -0600 commented question Error Building OpenCV from Source

As boaz001 suggested, I have cleaned out my build directory and have rerun CMake. I captured the text output after each Configure step (#1, #2, and #3) and also from the Generate step, and uploaded those outputs to the Dropbox location given above.

I then opened up the build\CMakeFiles folder and grabbed CMakeError.log and CMakeOutput.log files and uploaded them to Dropbox as well.

I've got Visual Studio running again to build the solution, which will take several hours. If I see the same output I will try Tetragramm's suggestion to Reload All. Until then, I hope these log files might provide some insight. I've never used CMake before so I find the output rather cryptic.

2015-12-14 14:11:07 -0600 asked a question Error Building OpenCV from Source

I've been trying for some time now to build OpenCV on Windows without much success. My main goal in building from source is to have Qt support, but I also want to use IPP and CUDA to make my code run as fast as possible. Thus far I've installed CMake, Visual Studio, Intel IPP, Intel TBB, Anaconda Python, Qt, Eigen, CUDA Toolkit, MikTeX, and finally OpenCV. I run the configuration process to generate the Visual Studio solution, and I can open that solution in VS and it parses all the input files. However, when I build I get a bunch of errors that say, "The project '<name here="">' has been modified outside the environment." The output reports Build: 12 succeeded, 81 failed, 0 up-to-date, 35 skipped.

I've documented my installation step-by-step with screenshots, including screenshots of the build errors, and saved this to a PDF file. The verbose output from the build process has been captured in a plain text file. I've uploaded these files to Dropbox due to size and the documentation can be found here.

Can someone steer me in the right direction?