dimonk33 / cvblob

Automatically exported from code.google.com/p/cvblob
GNU Lesser General Public License v3.0
0 stars 0 forks source link

problems with cmake #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Don't know if this is the right place to post this but here it goes

When I try to make the build binaries I get this error that paths to openCV
libraries and directories can't be found
http://dl.getdropbox.com/u/103464/blobcv.PNG

In the FindOpenCV.cmake file I've already tried to change the paths to the
correct windows paths but to no avail. I get the same error. 

cmake cache if it helps: http://dl.getdropbox.com/u/103464/CMakeCache.txt

I'm using:
opencv 1.0
cmake 2.6
version 0.9.0 of cvblob
visual studio 2008

Original issue reported on code.google.com by rvids...@gmail.com on 26 Nov 2008 at 6:33

GoogleCodeExporter commented 9 years ago
Hello,

Can you tell me where have you installed OpenCV? For example, what's the path of
cxcore.lib and cxcore.h in your computer? Now the CMake script search in 
"c:/Program
Files/OpenCV/..." (or "c:/Archivos de programa/OpenCV/..." for the spanish 
Windows
version) but if you installed OpenCV somewhere else, it will fail.

A directory tree view would be perfect.

Thank you for the report!

Original comment by grendel....@gmail.com on 26 Nov 2008 at 8:55

GoogleCodeExporter commented 9 years ago

Original comment by grendel....@gmail.com on 9 Jan 2009 at 7:10