OpenCV3 intermodule dependencies aren't all checked during makefile generation (Bug #3865)


Added by George Brown over 10 years ago. Updated over 9 years ago.


Status:Open Start date:2014-08-14
Priority:Normal Due date:
Assignee:Roman Donchenko % Done:

0%

Category:build/install
Target version:-
Affected version:branch 'master' (3.0-dev) Operating System:Windows
Difficulty: HW Platform:x64
Pull request:

Description

I'm on Windows x64 using CMake 3.0 to generate a VS2010x64 project for OpenCV 3.0 (22223939b0ab).

I use the CMake GUI on Windows, and if I uncheck everything but the 'ml' and 'python3' modules, I can successfully generate a VS2010 project. Compiling this project, however, fails. Turns out that the Python3 project ignores whatever modules you've checked, so I've needed to add 'core', 'flann', 'features2d', along with features2d's dependencies: imgproc, imgcodecs, video, and highgui. Feature2d's dependencies are checked during CMake generation, so it warns you about it not being included, but nothing else has checks. This made it quite confusing for me as a first-time user.


Associated revisions

Revision b01f0676
Added by Vadim Pisarevsky almost 10 years ago

Merge pull request #3865 from tdsmith:2.4-python-linkage

History

Updated by Dmitry Retinskiy over 10 years ago

Roman, could you check this?
Thanks.

  • Status changed from New to Open
  • Category set to build/install
  • Assignee set to Roman Donchenko

Updated by Maksim Shabunin over 9 years ago

Issue has been transferred to GitHub: https://github.com/Itseez/opencv/issues/4814

Also available in: Atom PDF