BitShares Forum

Main => Technical Support => Topic started by: bitcoinerS on September 21, 2014, 05:58:40 am

Title: CMake Error 0.4.16
Post by: bitcoinerS on September 21, 2014, 05:58:40 am
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.
Title: Re: CMake Error 0.4.16
Post by: bitcoinerS on September 21, 2014, 06:05:35 am
Found solution.

Installing package qttools5-dev solved the problem.
Title: Re: CMake Error 0.4.16
Post by: FuLl on October 25, 2014, 11:22:14 pm
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.
Title: Re: CMake Error 0.4.16
Post by: xeroc on October 26, 2014, 12:59:41 pm
Thanks for pointing it out ... I just added it to the wiki:
http://wiki.bitshares.org/index.php?title=BuildInstructionsBitSharesX&diff=3042&oldid=3041