Author Topic: CMake Error 0.4.16  (Read 6062 times)

0 Members and 1 Guest are viewing this topic.

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc

Offline FuLl

  • Full Member
  • ***
  • Posts: 101
    • View Profile
Found solution.

Installing package qttools5-dev solved the problem.

Thank you, I got this error on Linux Mint 17 trying to build bitsharesx 4.22 & your post let me progress past the error.

Offline bitcoinerS

  • Hero Member
  • *****
  • Posts: 592
    • View Profile
Found solution.

Installing package qttools5-dev solved the problem.
>>> approve bitcoiners

Offline bitcoinerS

  • Hero Member
  • *****
  • Posts: 592
    • View Profile
Gettting an error trying to build web_wallet on Ubuntu 14.10

$ cmake -DINCLUDE_QT_WALLET=ON .
...
Code: [Select]
CMake Error at programs/qt_wallet/CMakeLists.txt:51 (find_package):
  By not providing "FindQt5LinguistTools.cmake" in CMAKE_MODULE_PATH this
  project has asked CMake to find a package configuration file provided by
  "Qt5LinguistTools", but CMake did not find one.

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

    Qt5LinguistToolsConfig.cmake
    qt5linguisttools-config.cmake

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