Author Topic: v0.4.16-RC2 issues  (Read 3179 times)

0 Members and 1 Guest are viewing this topic.

38PTSWarrior

  • Guest
Crowd, after doing the cmake -DINCLUDE_QT_WALLET=ON ., I get this error:

...
...
...

Enabling Bitcoin Core Wallet Imports
-- Could NOT find Curses (missing:  CURSES_LIBRARY CURSES_INCLUDE_PATH)
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.


My IQ is running on 100% but it's not enough to understand what to do now. I need to google installation prefix and so on..phew

apt-get install qttools5-dev qttools5-dev-tools

Thanks, that was it. RC2 I'm coming :)

Offline maqifrnswa

  • Hero Member
  • *****
  • Posts: 661
    • View Profile
Crowd, after doing the cmake -DINCLUDE_QT_WALLET=ON ., I get this error:

...
...
...

Enabling Bitcoin Core Wallet Imports
-- Could NOT find Curses (missing:  CURSES_LIBRARY CURSES_INCLUDE_PATH)
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.


My IQ is running on 100% but it's not enough to understand what to do now. I need to google installation prefix and so on..phew

apt-get install qttools5-dev qttools5-dev-tools
maintains an Ubuntu PPA: https://launchpad.net/~showard314/+archive/ubuntu/bitshares [15% delegate] wallet_account_set_approval maqifrnswa true [50% delegate] wallet_account_set_approval delegate1.maqifrnswa true

38PTSWarrior

  • Guest
cool,
sometimes I imagine to be Dozer or his brother from Matrix, doing the computer stuff haha


Edit: I get this after git checkout v0.4.16-RC2
HEAD is now at b513517... Merge pull request #62 from vikramrajkumar/btsx
 
Do I need a command to merge something here or just continue with git submodule init?

Edit: I have to log out after deleting the bitsharesx folder, otherwise it will mix it up with the folder in the trash..
« Last Edit: September 20, 2014, 07:05:00 pm by 38PTSWarrior »

Offline CoinHoarder

  • Hero Member
  • *****
  • Posts: 660
  • In Cryptocoins I Trust
    • View Profile
No issues here. Try deleting the BitsharesX folder and starting the process from the start.

I am however getting a weird error when trying to update my version. I am on my iPad so I don't have the ability to copy land paste the error, but just thought I'd let it be known I am updated. Got stuff to do this afternoon.. Will try to figure it out tonight.
https://www.decentralized.tech/ -> Market Data, Portfolios, Information, Links, Reviews, Forums, Blogs, Etc.
https://www.cryptohun.ch/ -> Tradable Blockchain Asset PvP Card Game

38PTSWarrior

  • Guest
Crowd, after doing the cmake -DINCLUDE_QT_WALLET=ON ., I get this error:

...
...
...

Enabling Bitcoin Core Wallet Imports
-- Could NOT find Curses (missing:  CURSES_LIBRARY CURSES_INCLUDE_PATH)
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.


My IQ is running on 100% but it's not enough to understand what to do now. I need to google installation prefix and so on..phew