Ask Your Question

jmasana's profile - activity

2014-09-03 06:16:12 -0600 commented answer opencv 3.0.0-alpha build failure with tbb

Nice. In my case I can compile and work with OpenCV 3.0 without TBB enabled, but with TBB enabled I followed all the steps I wrote in the above link and I can build OCV 3.0 but after, for example in the samples, I just can compile and run videostab.cpp but drawing.cpp I can't.

2014-09-02 02:04:22 -0600 received badge  Editor (source)
2014-09-01 15:02:52 -0600 answered a question opencv 3.0.0-alpha build failure with tbb

I am having the same problem, also using Ubuntu 14.04, x86_64. I can build it 100% if I disable TBB like you.

I don't know why appears many "undefined reference to tbb" while building OpenCV 3.0 if we can build OpenCV 2.4.9 with TBB enabled and put all processor cores to work running OpenCV programs.

EDIT:

I solved it and write in this post what I changed (at the end):

http://code.opencv.org/issues/3885