cvconfig.h file is not installed (Bug #3153)
Description
It seems that cvconfig.h does not get installed. For example, including
#include <opencv2/ts/ts.hpp>
will fail since 'ts.hpp' includes 'cvconfig.h'
... 4 #ifdef HAVE_CVCONFIG_H 5 #include "cvconfig.h" 6 #endif ...
Associated revisions
Merge pull request #3153 from PhilLab:patch-3
History
Updated by Pablo Speciale over 11 years ago
Please check if the pull request 1112 fix the problem. Thanks.
- % Done changed from 0 to 100
Updated by Nikita Manovich over 11 years ago
Hi,
Thank you for the bug report and the pull request. We will look at the issue.
- Assignee set to Roman Donchenko
- Status changed from New to Open
Updated by Nikita Manovich over 11 years ago
- Category set to build/install
Updated by Pablo Speciale over 11 years ago
This issue doesn't apply, see comment in the pull request:
https://github.com/Itseez/opencv/pull/1112#issuecomment-20862560
- Status changed from Open to Cancelled
Updated by Séverin Lemaignan over 10 years ago
I re-open this bug, because ts.hpp depends again on cvconfig.h since [[https://github.com/Itseez/opencv/commit/e49065b1]], and cvconfig.h is not installed.
- Status changed from Cancelled to Open
- % Done changed from 100 to 0
Updated by Lukas Kuzmiak about 10 years ago
Séverin Lemaignan wrote:
I re-open this bug, because ts.hpp depends again on cvconfig.h since [[https://github.com/Itseez/opencv/commit/e49065b1]], and cvconfig.h is not installed.
It is used in the v3.0 tutorial, as well: samples/cpp/tutorial_code/core/ippasync/ippasync_sample.cpp#include "cvconfig.h"
But file is missing.
Updated by Maksim Shabunin over 9 years ago
Issue has been transferred to GitHub: https://github.com/Itseez/opencv/issues/4596