karelklic / canal

Abstract interpreter for real-world application programs
https://github.com/karelklic/canal/wiki
Other
32 stars 2 forks source link

Canal does not build under Arch Linux with cmake #31

Closed sutamatej closed 11 years ago

sutamatej commented 11 years ago

When I'm trying to build canal under Arch Linux with cmake I'm getting the following:

CMake Warning at CMakeLists.txt:10 (find_package):
  By not providing "FindReadline.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "Readline",
  but CMake did not find one.

  Could not find a package configuration file provided by "Readline" with any
  of the following names:

    ReadlineConfig.cmake
    readline-config.cmake

  Add the installation prefix of "Readline" to CMAKE_PREFIX_PATH or set
  "Readline_DIR" to a directory containing one of the above files.  If
  "Readline" provides a separate development package or SDK, be sure it has
  been installed.

CMake Error at CMakeLists.txt:12 (message):
  Readline not found

Building with autotools works fine and the readling library is installed.

sutamatej commented 11 years ago

The same error occurs with cmake under Ubuntu.