CMake Error at cmake/OpenCVGenConfig.cmake:134 (Bug #1735)


Added by Stéphane Pinchaux almost 13 years ago. Updated almost 13 years ago.


Status:Cancelled Start date:2012-04-01
Priority:Normal Due date:
Assignee:Andrey Kamaev % Done:

0%

Category:build/install
Target version:2.4.0
Affected version: Operating System:
Difficulty: HW Platform:
Pull request:

Description

Cmake can't configure using the curent trunk version :


CMake Error at cmake/OpenCVGenConfig.cmake:134 (math):
math cannot parse the expression: "8 * ": syntax error, unexpected $end,
expecting exp_OPENPARENT or exp_NUMBER (4)
Call Stack (most recent call first):
CMakeLists.txt:614 (include)


out - Console output (3.2 kB) Stéphane Pinchaux, 2012-04-01 06:03 pm


Associated revisions

Revision d68c688f
Added by Andrey Pavlenko about 11 years ago

Merge pull request #1735 from KonstantinMatskevich:umat_tests

Revision 7ce2c357
Added by Ilya Lavrenov about 11 years ago

restored lost in PR #1735 umat tests

History

Updated by Alexander Shishkov almost 13 years ago

  • Priority changed from High to Normal
  • Category set to build/install

Updated by Andrey Kamaev almost 13 years ago

Could you provide output from a clean build?
And please run cmake with additional "--trace" output:

cmake --trace .. > out.txt 2>&1

  • Assignee set to Andrey Kamaev

Updated by Stéphane Pinchaux almost 13 years ago

This issue just disappear after the update.
I were using the rev 7774, the current rev 7794 works perfectly.

I can try to reproduce the issue and give you the "trace" output, if you still want.

Updated by Alexander Shishkov almost 13 years ago

  • Status changed from Open to Cancelled
  • Target version set to 2.4.0

Updated by Raffaele Saggino almost 13 years ago

I get this too on the latest stable build of opencv while trying to compile it with CUDA, but looks fixed in the svn repo.

Also available in: Atom PDF