Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Problem still exists in master branch. The solution which i have found is described here: https://github.com/opencv/opencv/issues/6517

In short: solution 1: "This workaround works in some cases (see #6541): cmake -DENABLE_PRECOMPILED_HEADERS=OFF ..."

solution 2: Patch the cmake file (see link above for details).

Problem still exists in master branch. The solution which i have found is described here: here:
https://github.com/opencv/opencv/issues/6517

In short: solution 1: "This workaround works in some cases (see #6541): cmake -DENABLE_PRECOMPILED_HEADERS=OFF ..."short:

  • solution 2: 1:
    >cmake -DENABLE_PRECOMPILED_HEADERS=OFF ...
  • solution 2:
    Patch the cmake file (see link above for details).

Problem still exists in master branch. The solution which i have found is described here:
https://github.com/opencv/opencv/issues/6517

In short:

  • solution 1:
    >cmake > cmake -DENABLE_PRECOMPILED_HEADERS=OFF ...
  • solution 2:
    Patch the cmake file (see link above for details).

Problem still exists in master branch. The solution which i have found is described here:
https://github.com/opencv/opencv/issues/6517

In short:

  • solution 1:
  • >

cmake -DENABLE_PRECOMPILED_HEADERS=OFF ...

  • ... - solution 2:
    Patch the cmake file (see link above for details).
  • Problem still exists in master branch. The solution which i have found is described here:
    https://github.com/opencv/opencv/issues/6517

    In short:

    • solution 1:

    cmake -DENABLE_PRECOMPILED_HEADERS=OFF ... - ...

    • solution 2:
      Patch the cmake file (see link above for details).

    Problem still exists in master branch. The solution which i have found is described here:
    https://github.com/opencv/opencv/issues/6517

    In short:

    • solution 1:
      Configure compilation process with following parameter:

    cmake -DENABLE_PRECOMPILED_HEADERS=OFF ...

    • solution 2:
      Patch the cmake file (see link above for details).