Ticket #2720 (closed bug: fixed)

Opened 3 years ago

Last modified 3 years ago

CMake Error at cmake/FindPyQt4.cmake:58 (MATH)

Reported by: msieczka Owned by: nobody
Priority: critical: causes crash or data corruption Milestone: Version 1.5.0
Component: Build/Install Version: Trunk
Keywords: Cc:
Platform Version: Platform: Debian
Must Fix for Release: Yes Awaiting user input: no

Description

There's an error at build time in trunk r13487:

-- Found PyQt4 version: 4.6
CMake Error at cmake/FindPyQt4.cmake:58 (MATH):
  math cannot parse the expression: "4.6*10000 + 4.6*100 + 4.6": syntax
  error, unexpected exp_NUMBER, expecting $end (4)
Call Stack (most recent call first):
  CMakeLists.txt:359 (FIND_PACKAGE)


CMake Warning (dev) at python/CMakeLists.txt:38 (IF):
  given arguments:

    "LESS" "40600"

  Unknown arguments specified
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Configuring incomplete, errors occurred!

cmake 2.8.1, Python 2.5.5, Debian testing amd64.

Change History

Changed 3 years ago by jef

  • status changed from new to closed
  • resolution set to fixed

fixed in r13488.

Note: See TracTickets for help on using tickets.