Search Criteria
Package Details: namecoin-qt 0.20.0-1
Git Clone URL: | https://aur.archlinux.org/namecoin.git (read-only, click to copy) |
---|---|
Package Base: | namecoin |
Description: | None |
Upstream URL: | http://namecoin.info |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | None |
Maintainer: | None |
Last Packager: | TheGoliath |
Votes: | 6 |
Popularity: | 0.000000 |
First Submitted: | 2014-11-13 10:34 |
Last Updated: | 2020-06-11 19:10 |
Dependencies (9)
- boost-libs (boost171, boost-libs-git)
- desktop-file-utils (desktop-file-utils-git)
- miniupnpc (miniupnpc-git)
- qt5-base (qt5-base-git, qt5-base-fractional-fix, qt5-base-headless)
- boost (boost-git) (make)
- desktop-file-utils (desktop-file-utils-git) (make)
- miniupnpc (miniupnpc-git) (make)
- qt5-base (qt5-base-git, qt5-base-fractional-fix, qt5-base-headless) (make)
- qt5-tools (qt5-tools-git) (make)
Latest Comments
1 2 Next › Last »
mico commented on 2020-10-29 18:52
I can't build version 0.20.0-1 due to compile error regarding class QPainterPath. I patched src/qt/trafficgraphwidget.h with:
Then it compiled ok I guess but it failed the check target:
danisantos commented on 2018-12-30 19:07
In here build error also. make: *** [Makefile:1530: build/auxpow.o] Error 1
gerardo-junior commented on 2018-12-13 20:50
Doesn't build here too.
Binero commented on 2016-11-05 00:11
Doesn't build.
cypherkaka commented on 2016-05-15 19:07
@bruceutut, is there any update on this? are you able to solve this?
I am also facing the same issue.
src/serialize.h:405:7: error: ‘const class std::tuple<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, long long unsigned int>’ has no member named ‘Serialize’
a.Serialize(os, (int)nType, nVersion);
~~^~~~~~~~~
Makefile:1403: recipe for target 'build/walletdb.o' failed
make: *** [build/walletdb.o] Error 1
==> ERROR: A failure occurred in build().
Aborting...
==> ERROR: Makepkg was unable to build namecoin.
bruceutut commented on 2016-04-20 17:20
got building error like this... gcc & g++ version 5.3.0
src/serialize.h:405:5: 错误:‘const class std::tuple<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, long long unsigned int>’ has no member named ‘Serialize’
a.Serialize(os, (int)nType, nVersion);
^
Makefile:1529: recipe for target 'build/walletdb.o' failed
make: *** [build/walletdb.o] Error 1
Anonymous comment on 2015-03-06 16:53
I will add this, thank you.
mico commented on 2015-03-05 18:04
I think I found the reason. Please add qt5-tools to makedepends. You could try to build without it to confirm it fails if qt5-tools package is not installed.
Anonymous comment on 2015-03-03 21:13
It working for me. Can you give full compilation log?
mico commented on 2015-03-03 20:16
Thanks for the package but the build fails for me:
/usr/lib/qt/bin/rcc -name bitcoin src/qt/bitcoin.qrc -o qrc_bitcoin.cpp
RCC: Error in 'src/qt/bitcoin.qrc': Cannot find file 'locale/bitcoin_bg.qm'
Makefile:996: recipe for target 'qrc_bitcoin.cpp' failed
make: *** [qrc_bitcoin.cpp] Error 1
==> ERROR: A failure occurred in build().