Opened 14 years ago

Closed 14 years ago

#2720 closed bug (fixed)

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:
Must Fix for Release: Yes Platform: Debian
Platform Version: 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 (1)

comment:1 by jef, 14 years ago

Resolution: fixed
Status: newclosed

fixed in r13488.

Note: See TracTickets for help on using tickets.