Ask Your Question
1

2.4.5 with TBB windows x64 (Windows 7) installation problem

asked 2013-05-15 14:05:00 -0600

Loknar gravatar image

I am trying to install OpenCV for 2 days now. I am using Visual Studio 2012, have Python and all needed libraries, downloaded TBB and few others which i dont need.

CMake does not add up TBB, it downloads something and asks me only about TBB_STDDEF_PATH, and i add him a path to tbb_stddef.h file. I have these path variables added: OPENCV_BUILD: C:\OpenCV\opencv\build OPENCV_DIR: C:\OpenCV\opencv\build\x64\vc10 (tried withh vc11 as well) PATH: ...;%OPENCV_DIR%\bin;

Just in case i copied all \x64\vcXX\lib files to \Debug and \Release subdirectory, for all vcXX both x86 and x64.

I am constructing Build to C:\OpenCV\Build directory.

All i need are applications compiled for TBB, opencv_traincascade.exe mostly. Im coding on python, so i dont need rest for now.

After CMake generation done, i close it, open VS2012, wait until all dependencies being scanned and press Build button for either debug or release and here the most errors i get:

Ошибка 33 error LNK1104: не удается открыть файл "....\3rdparty\lib\Debug\tbbd.lib" C:\OpenCV\Build\modules\core\LINK Ошибка 82 error LNK1104: не удается открыть файл "....\lib\Debug\opencv_core245d.lib" C:\OpenCV\Build\modules\imgproc\LINK

in english would be something like "cannot open file"

So what i am doing wrong?

edit retag flag offensive close merge delete

2 answers

Sort by » oldest newest most voted
1

answered 2013-06-21 08:43:44 -0600

Antonio gravatar image

updated 2013-06-24 02:01:42 -0600

This should address your problem: http://stackoverflow.com/q/16767464/2436175

edit flag offensive delete link more
0

answered 2013-05-30 04:58:55 -0600

flankechen gravatar image

I am having exactly the same problem. saying that ....\lib\debug\opencv_core245d.lib is missing.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-05-15 14:05:00 -0600

Seen: 2,908 times

Last updated: Jun 24 '13